Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linking Errors
Message
 
À
02/10/2001 09:24:39
Peter Walburn
Omega Data Services Ltd
Aberdeen, Royaume Uni
Information générale
Forum:
Visual C++
Catégorie:
Autre
Titre:
Divers
Thread ID:
00562952
Message ID:
00563035
Vues:
21
Hi!
I believe, your project uses implicit linking to DLL. In that case you have to have a .LIB files for each DLL and add them to list of linked libraries in project options.

Alex

>I have inherited a VC++ 6.0 applicaiton which creates a DLL file. However, when I try to build the project I receive hundreds of error messages. I have changed some of the code and have stopped the compiler error messages (all to do with CString variables neeing to be converted to char *). However, I now receive hundreds of error messages saying things like:
>Corrisk.obj : error LNK2001: unresolved external symbol "void __stdcall InitCorSqzDLL(void)" (?InitCorSqzDLL@@YGXXZ)
>The DLL files containing the functions do exist on the system and area registered.
>This project has been built in the past as we have the created DLL files. However, there are changes that need to be made to the code and then to rebuild the DLL.
>I suspect that there is something missing from my installation of C++. Can anybody point me in the correct direction please?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform