User forums > Using Code::Blocks

Some problem with VC++2005 compiler,which is on Codeblocks

(1/1)

hhacker:
Hi,I was using vc++2005 compiler on codeblocks,I have read codeblock wiki about this topic,and searched around.
But I still don't know what happened here,the Build process is fine ,no error no warning,But when I ran the result exe file,it just doesn't show anything.
It's a simple mfc program which, which works fine on vc++2005,I have checked the codeblocks compiler setting,I'm pretty sure I have include the vc lib and other things.
At first,I thought it was because of Muti-threaded dll runtime library,I used "/MD" option(If i don't, it will show errors),but my result file's size is bigger than my original file(by vc++2005).
Please help me.

hhacker:
Finally I solved it,I imported the ms basic lib,and everything works fine.
btw:It still need manifest file to deal with it,because codeblocks won't run mt.exe to process the exe file.

oBFusCATed:

--- Quote from: hhacker on November 21, 2010, 11:12:47 am ---btw:It still need manifest file to deal with it,because codeblocks won't run mt.exe to process the exe file.

--- End quote ---
You can setup a post build step for that

Navigation

[0] Message Index

Go to full version