News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

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

Started by hhacker, November 20, 2010, 11:35:57 AM

Previous topic - Next topic

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.
You can setup a post build step for that
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]