- 
		teaiki posted in extra~ • read moreHello everybody, I'm working with files that was written several years ago on other Windows versions. I have to compile an external in order to start my real work, but I'm not an expert in C programming. I've tried to compile the DLL with both Visual C++ 2008 and MinGW. I'm not Trying to compile helloworld.c but another file (M2M~.c) that I have to work with. I have many header files (.h) associated with M2M~.c. With Visual C++ 2008, I have done exactly the same thing than middlepedal but I cannot compile, I have an error message such as (this is in french) : Édition des liens en cours... 
 LINK : error LNK2001: symbole externe non résolu M2M~_setup
 C:\Users\Teaiki\Documents\Visual Studio 2008\Projects\M2M~\Debug\M2M~.lib : fatal error LNK1120: 1 externes non résolusIs there a great différence between Visual C++ 2008 and Visual C++ 2005? With MinGW, I have done exactly the same thing than AlbertoZ, and I have a lot of error message such as : "undefined reference to ..." What should I do? Can someone help me please? Thank you in advance Teaiki 
