News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Compilers (VC++)

Started by ThAuA, July 24, 2007, 08:10:22 PM

Previous topic - Next topic

ThAuA

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

ddy

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~

Quote from: 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