Probleme pour utiliser ma dll en release
bonsoir je m'explose la tete, c est terrible, tout marche bien en debug, si je me met en mode release pour la dll, cela compile bien. Par contre cela plante en mode release pour mon application c++. je recois un message du genre :
Deleting intermediate files and output files for project 'TestExe - Win32 Release'.
--------------------Configuration: TestExe - Win32 Release--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
TestExe.cpp
TestExeDlg.cpp
Generating Code...
Linking...
LINK : error : Internal error during ReadSymbolTable
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 004623F2
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 00000008
CONTEXT:
Eax = 003C0858 Esp = 0012E6D8
Ebx = 00000002 Ebp = 006F0266
Ecx = 003C0858 Esi = 007303A4
Edx = 00000000 Edi = 007303A4
Eip = 004623F2 EFlags = 00010246
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0012E6D8 Dr3 = 00000002
Dr1 = 006F0266 Dr6 = 003C0858
Dr2 = 00000000 Dr7 = 00000000
Error executing link.exe.
Tool execution canceled by user.
Que faire..??? Merci :)
IRNBRU