Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1466 connectés 

  FORUM HardWare.fr
  Programmation
  C++

  Pour expert en env VC++6 - Importation d'un code C dans du C++

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Pour expert en env VC++6 - Importation d'un code C dans du C++

n°1626469
Giz
Posté le 18-10-2007 à 14:49:25  profilanswer
 

Bonjour,
 
Je suis en train de faire une DLL multithreaded sous Visual C++ 6. Je dispose d'un squelette en C++ pour la génération de cette DLL avec les méthodes à implémenter. Les méthodes à implémenter font appel à du code pur C.
Alors je fais la soupe avec C et C++, et le linkage est un vrai calvert ! J'ai plein d'erreur d'importation, j'ai mis du

Code :
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. //mes includes
  5. #ifdef __cplusplus
  6. }
  7. #endif


 
un peu partout, rien marche et ça change jamais rien.
 

--------------------Configuration: TiersdeConfiance - Win32 Release--------------------
Compiling...
Constant.cpp
Log.cpp
Session.cpp
C:\TEDETIS\LIBCURL-7.15.1-MSVC-WIN32-SSL-0.9.8A-ZLIB-1.2.3\INCLUDE\curl/stdcheaders.h(28) : warning C4273: 'fread' : inconsistent dll linkage.  dllexport assumed.
C:\TEDETIS\LIBCURL-7.15.1-MSVC-WIN32-SSL-0.9.8A-ZLIB-1.2.3\INCLUDE\curl/stdcheaders.h(29) : warning C4273: 'fwrite' : inconsistent dll linkage.  dllexport assumed.
tedetisEnvelop.cpp
C:\TEDETIS\LIBCURL-7.15.1-MSVC-WIN32-SSL-0.9.8A-ZLIB-1.2.3\INCLUDE\curl/stdcheaders.h(28) : warning C4273: 'fread' : inconsistent dll linkage.  dllexport assumed.
C:\TEDETIS\LIBCURL-7.15.1-MSVC-WIN32-SSL-0.9.8A-ZLIB-1.2.3\INCLUDE\curl/stdcheaders.h(29) : warning C4273: 'fwrite' : inconsistent dll linkage.  dllexport assumed.
tedetisSession.cpp
C:\TEDETIS\LIBCURL-7.15.1-MSVC-WIN32-SSL-0.9.8A-ZLIB-1.2.3\INCLUDE\curl/stdcheaders.h(28) : warning C4273: 'fread' : inconsistent dll linkage.  dllexport assumed.
C:\TEDETIS\LIBCURL-7.15.1-MSVC-WIN32-SSL-0.9.8A-ZLIB-1.2.3\INCLUDE\curl/stdcheaders.h(29) : warning C4273: 'fwrite' : inconsistent dll linkage.  dllexport assumed.
TiersdeConfianceAuto.cpp
C:\TEDETIS\LIBCURL-7.15.1-MSVC-WIN32-SSL-0.9.8A-ZLIB-1.2.3\INCLUDE\curl/stdcheaders.h(28) : warning C4273: 'fread' : inconsistent dll linkage.  dllexport assumed.
C:\TEDETIS\LIBCURL-7.15.1-MSVC-WIN32-SSL-0.9.8A-ZLIB-1.2.3\INCLUDE\curl/stdcheaders.h(29) : warning C4273: 'fwrite' : inconsistent dll linkage.  dllexport assumed.
Generating Code...
Linking...
   Creating library Release/TiersdeConfiance.lib and object Release/TiersdeConfiance.exp
Constant.obj : error LNK2001: unresolved external symbol __imp__fclose
Log.obj : error LNK2001: unresolved external symbol __imp__fclose
tedetisSession.obj : error LNK2001: unresolved external symbol __imp__fclose
Constant.obj : error LNK2001: unresolved external symbol __imp__fgets
Constant.obj : error LNK2001: unresolved external symbol __imp__fopen
Log.obj : error LNK2001: unresolved external symbol __imp__fopen
tedetisSession.obj : error LNK2001: unresolved external symbol __imp__fopen
Constant.obj : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
Log.obj : error LNK2001: unresolved external symbol __imp__fprintf
tedetisSession.obj : error LNK2001: unresolved external symbol __imp__fprintf
Log.obj : error LNK2001: unresolved external symbol __imp__ctime
Log.obj : error LNK2001: unresolved external symbol __imp___ftime
Session.obj : error LNK2001: unresolved external symbol __imp__free
tedetisEnvelop.obj : error LNK2001: unresolved external symbol __imp__free
tedetisSession.obj : error LNK2001: unresolved external symbol __imp__free
Session.obj : error LNK2001: unresolved external symbol __imp__malloc
tedetisEnvelop.obj : error LNK2001: unresolved external symbol __imp__malloc
tedetisSession.obj : error LNK2001: unresolved external symbol __imp__malloc
Session.obj : error LNK2001: unresolved external symbol __imp___itoa
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol __imp___itoa
Session.obj : error LNK2001: unresolved external symbol __imp__calloc
Session.obj : error LNK2001: unresolved external symbol __imp__atoi
tedetisEnvelop.obj : error LNK2001: unresolved external symbol __imp__atoi
tedetisEnvelop.obj : error LNK2001: unresolved external symbol __imp__stat
OLDNAMES.lib(stat.obi) : error LNK2001: unresolved external symbol __imp__stat
tedetisEnvelop.obj : error LNK2001: unresolved external symbol __imp__strtok
tedetisEnvelop.obj : error LNK2001: unresolved external symbol __imp__sprintf
tedetisSession.obj : error LNK2001: unresolved external symbol __imp___iob
tedetisSession.obj : error LNK2001: unresolved external symbol __chkstk
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: static struct AFX_MSGMAP const CWinApp::messageMap" (__imp_?messageMap@CWinApp@@1UAFX_MSGMAP@@B)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CWinApp::WinHelpA(unsigned long,unsigned int)" (?WinHelpA@CWinApp@@UAEXKI@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinApp::OnDDECommand(char *)" (?OnDDECommand@CWinApp@@UAEHPAD@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CWinApp::DoWaitCursor(int)" (?DoWaitCursor@CWinApp@@UAEXH@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinApp::DoMessageBox(char const *,unsigned int,unsigned int)" (?DoMessageBox@CWinApp@@UAEHPBDII@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinApp::SaveAllModified(void)" (?SaveAllModified@CWinApp@@UAEHXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinApp::InitApplication(void)" (?InitApplication@CWinApp@@UAEHXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CWinApp::AddToRecentFileList(char const *)" (?AddToRecentFileList@CWinApp@@UAEXPBD@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual class CDocument * __thiscall CWinApp::OpenDocumentFile(char const *)" (?OpenDocumentFile@CWinApp@@UAEPAVCDocument@@PBD@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CWinThread::Delete(void)" (?Delete@CWinThread@@UAEXXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual class CWnd * __thiscall CWinThread::GetMainWnd(void)" (?GetMainWnd@CWinThread@@UAEPAVCWnd@@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinThread::ProcessMessageFilter(int,struct tagMSG *)" (?ProcessMessageFilter@CWinThread@@UAEHHPAUtagMSG@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CWinApp::ProcessWndProcException(class CException *,struct tagMSG const *)" (?ProcessWndProcException@CWinApp@@UAEJPAVCException@@PBUtagMSG@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinApp::ExitInstance(void)" (?ExitInstance@CWinApp@@UAEHXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinThread::IsIdleMessage(struct tagMSG *)" (?IsIdleMessage@CWinThread@@UAEHPAUtagMSG@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinApp::OnIdle(long)" (?OnIdle@CWinApp@@UAEHJ@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinThread::PumpMessage(void)" (?PumpMessage@CWinThread@@UAEHXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinThread::PreTranslateMessage(struct tagMSG *)" (?PreTranslateMessage@CWinThread@@UAEHPAUtagMSG@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CWinApp::Run(void)" (?Run@CWinApp@@UAEHXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "protected: virtual struct IConnectionPoint * __thiscall CCmdTarget::GetConnectionHook(struct _GUID const & )" (?GetConnectionHook@CCmdTarget@@MAEPAUIConnectionPoint@@ABU_GUID@@@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "protected: virtual struct IConnectionPoint * __thiscall CCmdTarget::GetConnectionHook(struct _GUID const & )" (?GetConnectionHook@CCmdTarget@@MAEPAUIConnectionPoint@@ABU_GUID@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CCmdTarget::GetExtraConnectionPoints(class CPtrArray *)" (?GetExtraConnectionPoints@CCmdTarget@@MAEHPAVCPtrArray@@@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CCmdTarget::GetExtraConnectionPoints(class CPtrArray *)" (?GetExtraConnectionPoints@CCmdTarget@@MAEHPAVCPtrArray@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual struct IUnknown * __thiscall CCmdTarget::GetInterfaceHook(void const *)" (?GetInterfaceHook@CCmdTarget@@UAEPAUIUnknown@@PBX@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual struct IUnknown * __thiscall CCmdTarget::GetInterfaceHook(void const *)" (?GetInterfaceHook@CCmdTarget@@UAEPAUIUnknown@@PBX@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CCmdTarget::OnCreateAggregates(void)" (?OnCreateAggregates@CCmdTarget@@UAEHXZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CCmdTarget::OnCreateAggregates(void)" (?OnCreateAggregates@CCmdTarget@@UAEHXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "protected: virtual struct AFX_EVENTSINKMAP const * __thiscall CCmdTarget::GetEventSinkMap(void)const " (?GetEventSinkMap@CCmdTarget@@MBEPBUAFX_EVENTSINKMAP@@XZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "protected: virtual struct AFX_EVENTSINKMAP const * __thiscall CCmdTarget::GetEventSinkMap(void)const " (?GetEventSinkMap@CCmdTarget@@MBEPBUAFX_EVENTSINKMAP@@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "protected: virtual struct AFX_INTERFACEMAP const * __thiscall CCmdTarget::GetInterfaceMap(void)const " (?GetInterfaceMap@CCmdTarget@@MBEPBUAFX_INTERFACEMAP@@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "protected: virtual struct AFX_CONNECTIONMAP const * __thiscall CCmdTarget::GetConnectionMap(void)const " (?GetConnectionMap@CCmdTarget@@MBEPBUAFX_CONNECTIONMAP@@XZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "protected: virtual struct AFX_CONNECTIONMAP const * __thiscall CCmdTarget::GetConnectionMap(void)const " (?GetConnectionMap@CCmdTarget@@MBEPBUAFX_CONNECTIONMAP@@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "protected: virtual struct AFX_DISPMAP const * __thiscall CCmdTarget::GetDispatchMap(void)const " (?GetDispatchMap@CCmdTarget@@MBEPBUAFX_DISPMAP@@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "protected: virtual struct AFX_OLECMDMAP const * __thiscall CCmdTarget::GetCommandMap(void)const " (?GetCommandMap@CCmdTarget@@MBEPBUAFX_OLECMDMAP@@XZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "protected: virtual struct AFX_OLECMDMAP const * __thiscall CCmdTarget::GetCommandMap(void)const " (?GetCommandMap@CCmdTarget@@MBEPBUAFX_OLECMDMAP@@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CCmdTarget::GetTypeLib(unsigned long,struct ITypeLib * *)" (?GetTypeLib@CCmdTarget@@UAEJKPAPAUITypeLib@@@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CCmdTarget::GetTypeLib(unsigned long,struct ITypeLib * *)" (?GetTypeLib@CCmdTarget@@UAEJKPAPAUITypeLib@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual class CTypeLibCache * __thiscall CCmdTarget::GetTypeLibCache(void)" (?GetTypeLibCache@CCmdTarget@@UAEPAVCTypeLibCache@@XZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual class CTypeLibCache * __thiscall CCmdTarget::GetTypeLibCache(void)" (?GetTypeLibCache@CCmdTarget@@UAEPAVCTypeLibCache@@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CCmdTarget::GetTypeInfoCount(void)" (?GetTypeInfoCount@CCmdTarget@@UAEIXZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CCmdTarget::GetTypeInfoCount(void)" (?GetTypeInfoCount@CCmdTarget@@UAEIXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CCmdTarget::GetDispatchIID(struct _GUID *)" (?GetDispatchIID@CCmdTarget@@UAEHPAU_GUID@@@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CCmdTarget::GetDispatchIID(struct _GUID *)" (?GetDispatchIID@CCmdTarget@@UAEHPAU_GUID@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CCmdTarget::IsInvokeAllowed(long)" (?IsInvokeAllowed@CCmdTarget@@UAEHJ@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CCmdTarget::IsInvokeAllowed(long)" (?IsInvokeAllowed@CCmdTarget@@UAEHJ@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CCmdTarget::OnFinalRelease(void)" (?OnFinalRelease@CCmdTarget@@UAEXXZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CCmdTarget::OnFinalRelease(void)" (?OnFinalRelease@CCmdTarget@@UAEXXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CCmdTarget::OnCmdMsg(unsigned int,int,void *,struct AFX_CMDHANDLERINFO *)" (?OnCmdMsg@CCmdTarget@@UAEHIHPAXPAUAFX_CMDHANDLERINFO@@@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CCmdTarget::OnCmdMsg(unsigned int,int,void *,struct AFX_CMDHANDLERINFO *)" (?OnCmdMsg@CCmdTarget@@UAEHIHPAXPAUAFX_CMDHANDLERINFO@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual struct CRuntimeClass * __thiscall CWinApp::GetRuntimeClass(void)const " (?GetRuntimeClass@CWinApp@@UBEPAUCRuntimeClass@@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: __thiscall CWinApp::CWinApp(char const *)" (??0CWinApp@@QAE@PBD@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *)" (??3@YAXPAX@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *)" (??3@YAXPAX@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CWinApp::~CWinApp(void)" (??1CWinApp@@UAE@XZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol _atexit
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol _atexit
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol _atexit
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: static int __stdcall COleObjectFactory::RegisterAll(void)" (?RegisterAll@COleObjectFactory@@SGHXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "long __stdcall AfxDllGetClassObject(struct _GUID const &,struct _GUID const &,void * *)" (?AfxDllGetClassObject@@YGJABU_GUID@@0PAPAX@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: __thiscall AFX_MAINTAIN_STATE2::AFX_MAINTAIN_STATE2(class AFX_MODULE_STATE *)" (??0AFX_MAINTAIN_STATE2@@QAE@PAVAFX_MODULE_STATE@@@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "public: __thiscall AFX_MAINTAIN_STATE2::AFX_MAINTAIN_STATE2(class AFX_MODULE_STATE *)" (??0AFX_MAINTAIN_STATE2@@QAE@PAVAFX_MODULE_STATE@@@Z)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "long __stdcall AfxDllCanUnloadNow(void)" (?AfxDllCanUnloadNow@@YGJXZ)
TiersdeConfiance.obj : error LNK2001: unresolved external symbol "public: static int __stdcall COleObjectFactory::UpdateRegistryAll(int)" (?UpdateRegistryAll@COleObjectFactory@@SGHH@Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol __except_list
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol __except_list
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static struct CRuntimeClass const CCmdTarget::classCCmdTarget" (__imp_?classCCmdTarget@CCmdTarget@@2UCRuntimeClass@@B)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CCmdTarget::~CCmdTarget(void)" (??1CCmdTarget@@UAE@XZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol __imp__printf
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "void __stdcall AfxOleLockApp(void)" (?AfxOleLockApp@@YGXXZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CCmdTarget::EnableAutomation(void)" (?EnableAutomation@CCmdTarget@@QAEXXZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: __thiscall CCmdTarget::CCmdTarget(void)" (??0CCmdTarget@@QAE@XZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "void __stdcall AfxOleUnlockApp(void)" (?AfxOleUnlockApp@@YGXXZ)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: static struct AFX_MSGMAP const CCmdTarget::messageMap" (__imp_?messageMap@CCmdTarget@@1UAFX_MSGMAP@@B)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: static struct AFX_DISPMAP const CCmdTarget::dispatchMap" (__imp_?dispatchMap@CCmdTarget@@1UAFX_DISPMAP@@B)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: static struct AFX_INTERFACEMAP const CCmdTarget::interfaceMap" (__imp_?interfaceMap@CCmdTarget@@1UAFX_INTERFACEMAP@@B)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: __thiscall COleObjectFactory::COleObjectFactory(struct _GUID const &,struct CRuntimeClass *,int,char const *)" (??0COleObjectFactory@@QAE@ABU_GUID@@PAUCRuntimeClass@@HPBD@
Z)
TiersdeConfianceAuto.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall COleObjectFactory::~COleObjectFactory(void)" (??1COleObjectFactory@@UAE@XZ)
LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "public: __thiscall AFX_MODULE_STATE::AFX_MODULE_STATE(int,long (__stdcall*)(struct HWND__ *,unsigned int,unsigned int,long),unsigned long)" (??0AFX_MODULE_STATE@@QAE@HP6GJPAUHWND_
_@@IIJ@ZK@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "public: static void __stdcall CNoTrackObject::operator delete(void *)" (??3CNoTrackObject@@SGXPAX@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall AFX_MODULE_STATE::~AFX_MODULE_STATE(void)" (??1AFX_MODULE_STATE@@UAE@XZ)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "long __stdcall AfxWndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?AfxWndProc@@YGJPAUHWND__@@IIJ@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol __EH_prolog
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "void __stdcall AfxTermThread(struct HINSTANCE__ *)" (?AfxTermThread@@YGXPAUHINSTANCE__@@@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "void __stdcall AfxTermExtensionModule(struct AFX_EXTENSION_MODULE &,int)" (?AfxTermExtensionModule@@YGXAAUAFX_EXTENSION_MODULE@@H@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "int __stdcall AfxUnlockTempMaps(int)" (?AfxUnlockTempMaps@@YGHH@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "void __stdcall AfxLockTempMaps(void)" (?AfxLockTempMaps@@YGXXZ)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "class AFX_MODULE_STATE * __stdcall AfxSetModuleState(class AFX_MODULE_STATE *)" (?AfxSetModuleState@@YGPAVAFX_MODULE_STATE@@PAV1@@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "public: __thiscall CDynLinkLibrary::CDynLinkLibrary(struct AFX_EXTENSION_MODULE &,int)" (??0CDynLinkLibrary@@QAE@AAUAFX_EXTENSION_MODULE@@H@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "int __stdcall AfxInitExtensionModule(struct AFX_EXTENSION_MODULE &,struct HINSTANCE__ *)" (?AfxInitExtensionModule@@YGHAAUAFX_EXTENSION_MODULE@@PAUHINSTANCE__@@@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "void __stdcall AfxWinTerm(void)" (?AfxWinTerm@@YGXXZ)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "class AFX_MODULE_STATE * __stdcall AfxGetModuleState(void)" (?AfxGetModuleState@@YGPAVAFX_MODULE_STATE@@XZ)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "int __stdcall AfxWinInit(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)" (?AfxWinInit@@YGHPAUHINSTANCE__@@0PADH@Z)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "class _AFX_THREAD_STATE * __stdcall AfxGetThreadState(void)" (?AfxGetThreadState@@YGPAV_AFX_THREAD_STATE@@XZ)
mfcs42.lib(dllmodul.obj) : error LNK2001: unresolved external symbol "void __stdcall AfxCoreInitModule(void)" (?AfxCoreInitModule@@YGXXZ)
OLDNAMES.lib(stat.obi) : error LNK2001: unresolved external symbol __imp___stat
Release/TiersdeConfiance.dll : fatal error LNK1120: 96 unresolved externals
Error executing link.exe.
 
TiersdeConfiance.dll - 131 error(s), 8 warning(s)


 
131 erreurs, je suis désespéré.  :sweat:


Message édité par Giz le 18-10-2007 à 16:57:57

---------------
Asus P5Q Pro | C2D E8400 3GHz@4GHz + Noctua NH-C12P | 2x2Go Patriot Extreme PC-8500 | GeForce GTX 460@Stock 1Go GLH | Crucial SSD M4 64Go Sata3
mood
Publicité
Posté le 18-10-2007 à 14:49:25  profilanswer
 

n°1626616
Giz
Posté le 18-10-2007 à 16:58:09  profilanswer
 

:bounce:


---------------
Asus P5Q Pro | C2D E8400 3GHz@4GHz + Noctua NH-C12P | 2x2Go Patriot Extreme PC-8500 | GeForce GTX 460@Stock 1Go GLH | Crucial SSD M4 64Go Sata3
n°1626749
Ace17
Posté le 18-10-2007 à 19:33:46  profilanswer
 

Faut plus d'infos. Y'a quoi comme fichiers dans ton projet, est-ce qu'il est cense utiliser MFC, tu as mis quoi dans Code Generation->Runtime Library ?

n°1626751
Giz
Posté le 18-10-2007 à 19:37:50  profilanswer
 

oui il y a du MFC. Je suis multithread dll.
Que veux-tu savoir de plus ? je pourrais t'en dire plus dem1 (je rentre du boulot)


---------------
Asus P5Q Pro | C2D E8400 3GHz@4GHz + Noctua NH-C12P | 2x2Go Patriot Extreme PC-8500 | GeForce GTX 460@Stock 1Go GLH | Crucial SSD M4 64Go Sata3
n°1626757
Ace17
Posté le 18-10-2007 à 19:45:20  profilanswer
 

Et si tu essaies de compiler un exe a la place d'une DLL, ca marche?


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  C++

  Pour expert en env VC++6 - Importation d'un code C dans du C++

 

Sujets relatifs
[Visual C++] Creation et importation d'une library statique (.lib)Interface web de gestion de code source.
[newbie] retoucher le code d'une page bloggerExecuter du code C++ depuis JAVA
Petite explication d'un codeajouter _blank a mon code ..
Problème COMPILATION Code::BlockGDB: comment tracer pas a pas dans le code machine?
Code de de réduction image auto en HTMLProblème Compilation avec Code::Block
Plus de sujets relatifs à : Pour expert en env VC++6 - Importation d'un code C dans du C++


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR