VS 2005 Express is now free, even for commercial!
i downloaded all packages, maybe i will need them someday (they are free now until 07.11.2006 so who cares hehehe)
visual basic = i dont think i will ever use it again, but who knows (maybe my brother will find this interesting)
visual c# = there is a possibillity that this could become useful for me, but i dont see the whole point of c#, i like c++ more
visual j# = maybe i will need this one for school someday, so this could maybe become useful
visual web dev = this could sure be useful (its for web development, isnt it?) since i also like to do websites and stuff.
visual c++ = yeah this is very very very useful and i will never use any IDE on windows else again hehehehe
what if you need a package later when they are not free anymore? so better download them all
visual basic = i dont think i will ever use it again, but who knows (maybe my brother will find this interesting)
visual c# = there is a possibillity that this could become useful for me, but i dont see the whole point of c#, i like c++ more
visual j# = maybe i will need this one for school someday, so this could maybe become useful
visual web dev = this could sure be useful (its for web development, isnt it?) since i also like to do websites and stuff.
visual c++ = yeah this is very very very useful and i will never use any IDE on windows else again hehehehe
what if you need a package later when they are not free anymore? so better download them all
hehehe, you guys are right! I'll do 1 per day.
I'm getting lib missing errors when compiling Irrlicht. I got them from my VC7 install so I got to compìle the engine, but shouldn't they be there in the express install as well?
oh yes, and like 2'345.789,000000001 warnings!!! hehehe. Damn thing is sensitive!
But it looks great and works even better!
I'm getting lib missing errors when compiling Irrlicht. I got them from my VC7 install so I got to compìle the engine, but shouldn't they be there in the express install as well?
oh yes, and like 2'345.789,000000001 warnings!!! hehehe. Damn thing is sensitive!
But it looks great and works even better!
-
- Posts: 377
- Joined: Fri Oct 28, 2005 10:28 am
- Contact:
Without the full error messages I can only guess. But if they are about functions defined in user32.lib and other platformsdk-libs (like MessageBox and such) then you probably forgot to change your corewin_express.vsprops to be found under C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\corewin_express.vsprops. Simply add the missing libs to the string already containing kernel32.lib. Else they are not linked to your application by default.
You should add those at least: user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
You should add those at least: user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
-
- Posts: 93
- Joined: Tue Feb 08, 2005 12:19 pm
thnx guys! I know, I have to post my errors. Here's my buildlog:
http://www.danielpatton.com/afecelis/src/BuildLog.htm
thnx for the tips tho, and let me know if you get any ideas from the log. Meanwhile I'll try what you guys recommended.
@Genesisrage: I sure will post a tut if I get it to work; meanwhile codeblocks+msvc toolkit still beats it!
edited:
man! the characters changed to chinese!!! WTF? only when displayed online, cause the file on my drive displays everything correctly. I'll upload it as txt better.
http://www.danielpatton.com/afecelis/src/BuildLog.htm
thnx for the tips tho, and let me know if you get any ideas from the log. Meanwhile I'll try what you guys recommended.
@Genesisrage: I sure will post a tut if I get it to work; meanwhile codeblocks+msvc toolkit still beats it!
edited:
man! the characters changed to chinese!!! WTF? only when displayed online, cause the file on my drive displays everything correctly. I'll upload it as txt better.
-
- Posts: 377
- Joined: Fri Oct 28, 2005 10:28 am
- Contact:
whoa! just created a new project and compiled one of my apps and it works great. Just make sure not to use your old exes with the new dll; program will crash. If you plan to port everything to VC2005 then you'd better start an epty project (console app) and import your source files.
I'll try that tut later, after work!
@GFX: I compiled the dll in release mode: 1656kb. Previous one was 100kb smaller. Can't imagine your mod dll.... 5kb? hehehehe
ps. The only thing I don't like is the whole bunch of crappy intermediate files it creates...wotta pain!
I'll try that tut later, after work!
@GFX: I compiled the dll in release mode: 1656kb. Previous one was 100kb smaller. Can't imagine your mod dll.... 5kb? hehehehe
ps. The only thing I don't like is the whole bunch of crappy intermediate files it creates...wotta pain!