User forums > Help

Compilers (VC++)

(1/1)

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

--- End quote ---

Navigation

[0] Message Index

Go to full version