Click to See Complete Forum and Search --> : old VC dll loading code in vc++ Express


Rahul_N
December 7th, 2006, 10:30 PM
I had an old VC 6 console app which used windows.h for loading functions from a dll. now i wanted to split up the app in a client and a server. I found the System::Net::Sockets:Socket classed and managed the split. My only problem now ist that vc++ 2003 express cannot find windows.h, nor can i make the programm work by including the old vc 6 include directory.

Is there any new way to load dlls or anything else i can do?

regards

Rahul

darwen
December 8th, 2006, 06:33 PM
I'm pretty sure that C++ express version doesn't come with the windows headers : for that you need at least the standard version. It definately doesn't have MFC for instance.

Darwen.

Rahul_N
December 9th, 2006, 01:31 AM
So is there any way to load Dlls in vc++ express ? I've got an installation of vc 6 on my pc. can i use the libraries given with it along with the .net framework?