Code::Blocks Forums
User forums => Help => Topic started by: ThAuA on July 24, 2007, 08:10:22 pm
-
Hi, I'm using CodeBlocks, but I create a DLL for a application in VC++ 6.0, I want edit this DLL in codeblocks, but I not obtain it, because the compilers are differents, what compiler I must use to can edit this DLL?
Obs: Sorry for my bad english, I'm Brazillian ;D
[]'s
-
Maybe you can change your compiler to VC++ on CB.
If your compiler is MinGW and you want to build DLL then you should add "-Wl,--kill-at" at compiler option.
Because the DLL export table is difference between gcc to VC.
good luck~
Hi, I'm using CodeBlocks, but I create a DLL for a application in VC++ 6.0, I want edit this DLL in codeblocks, but I not obtain it, because the compilers are differents, what compiler I must use to can edit this DLL?
Obs: Sorry for my bad english, I'm Brazillian ;D
[]'s