Code::Blocks Forums

User forums => Help => Topic started by: ThAuA on July 24, 2007, 08:10:22 pm

Title: Compilers (VC++)
Post 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
Title: Re: Compilers (VC++)
Post by: ddy on December 30, 2008, 03:25:24 am
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