Author Topic: Compilers (VC++)  (Read 4024 times)

ThAuA

  • Guest
Compilers (VC++)
« 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

ddy

  • Guest
Re: Compilers (VC++)
« Reply #1 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