vs .net

Started by
3 comments, last by CProgrammer 18 years, 7 months ago
I'm trying to migrate my vs 6.0 project to vs .net. However it wont compile. Anybody know of any specific things the built in converter wont do? Its a fairly large workspace with multiple dll and exe projects. -CProgrammer
Advertisement
This might help: MSDN
John BoltonLocomotive Games (THQ)Current Project: Destroy All Humans (Wii). IN STORES NOW!
What do you mean by won't compile? Is there a specific error message you get?
most projects have something like this:
App error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) referenced in function _SDL_main

thats the sdl section other sections complain about other classes, my own as well.
Ok nevermind. I got it. Switching to release mode worked, debug wont for some reason.

This topic is closed to new replies.

Advertisement