Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

executable does not contain debugging information by dsp file

1 view
Skip to first unread message

powah

unread,
Jul 29, 2009, 11:59:34 PM7/29/09
to
I create the debug project setting by copying and modifying from the
release project setting.
Clicking the "Start Debug", "Go" will cause "does not contain
debugging information" window pop up.
Please help.
Thanks.

The debug dsp file is:

[code]

!ELSEIF "$(CFG)" == "MYPROG - Win32 Debug x64"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "MYPROG___Win32_Debug_x64"
# PROP BASE Intermediate_Dir "MYPROG___Win32_Debug_x64"
# PROP BASE Ignore_Export_Lib 0
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "MYPROG_Debug_Win_x64"
# PROP Intermediate_Dir "MYPROG_Debug_Win_x64"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /Od /I "../../../open_ssl_dir/
openssl/include" /I "../../../util_dir/Include" /I "../../../util_dir/
General" /I "../../../open_ssl_dir/openssl/crypto" /I "../../../
interface_dir/source" /D "_CONSOLE" /D "OS_WIN32" /D "CRYPTOKI_201" /D
"PKCS11_2_0" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "NOCRYPT" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /Zi /Od /I "../../../open_ssl_dir/
openssl/include" /I "../../../util_dir/Include" /I "../../../util_dir/
General" /I "../../../open_ssl_dir/openssl/crypto" /I "../../../
interface_dir/source" /D "_CONSOLE" /D "OS_WIN32" /D "CRYPTOKI_201" /D
"PKCS11_2_0" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "NOCRYPT" /D
"OS_WIN64" /YX /FD /c /Zi
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libeay32.lib
ssleay32.lib libparse_args.lib ..\..\..\util_dir\Debug\Util.lib /
nologo /subsystem:console /machine:I386 /libpath:"../../../
open_ssl_dir/openssl/out32" /libpath:"Debug"
# SUBTRACT BASE LINK32 /nodefaultlib
# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libeay64.lib
ssleay64.lib Util.lib bufferoverflowu.lib /nologo /subsystem:console /
machine:I386 /libpath:"../../../open_ssl_dir/openssl/out/win_64" /
libpath:"Libparseargs_Debug_Win_x64" /libpath:"..\..\..\util_dir
\Util___Win_x64_Debug" /machine:AMD64 /DEBUG /PDB:".
\MYPROG_Debug_Win_x64/MYPROG.pdb"
# SUBTRACT LINK32 /pdb:none

!ENDIF
[/code]

0 new messages