Click here to Skip to main content
16,004,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to convert interger to string in win32 Pin
prasad_som27-Dec-06 1:24
prasad_som27-Dec-06 1:24 
AnswerRe: how to convert interger to string in win32 Pin
James R. Twine27-Dec-06 1:07
James R. Twine27-Dec-06 1:07 
GeneralRe: how to convert interger to string in win32 Pin
Mark Salsbery27-Dec-06 5:17
Mark Salsbery27-Dec-06 5:17 
AnswerRe: how to convert interger to string in win32 Pin
Hamid_RT27-Dec-06 6:13
Hamid_RT27-Dec-06 6:13 
QuestionMSDEV Crash - Help Please Pin
softwaremonkey27-Dec-06 0:15
softwaremonkey27-Dec-06 0:15 
AnswerRe: MSDEV Crash - Help Please Pin
«_Superman_»27-Dec-06 0:25
professional«_Superman_»27-Dec-06 0:25 
GeneralRe: MSDEV Crash - Help Please Pin
softwaremonkey27-Dec-06 0:53
softwaremonkey27-Dec-06 0:53 
Question/RTC option fails to launch a project in VS2005 debug mode? Pin
9ine26-Dec-06 22:04
9ine26-Dec-06 22:04 
I've installed VS2005 version 8.0.50727.42 (RTM.050727-4200)

Just start a simple console application, no code added and try to run it with F5 in DEBUG and RELEASE modes.

With DEBUG mode the VS2005 does not run it with F5 for debugging showing message box that MSVCR80D.dll is not found.

'console1.exe': Loaded 'C:\Soft\projs\test\console1\console1\Debug\console1.exe', Symbols loaded.
'console1.exe': Loaded 'C:\WINXP\system32\ntdll.dll', No symbols loaded.
'console1.exe': Loaded 'C:\WINXP\system32\kernel32.dll', No symbols loaded.
Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load
The program '[1488] console1.exe: Native' has exited with code -1073741515 (0xc0000135).

There is no such a problem for RELEASE build, all is running and you can go thru code as it is executed.

'console1.exe': Loaded 'C:\Soft\projs\test\console1\release\console1.exe', Symbols loaded.
'console1.exe': Loaded 'C:\WINXP\system32\ntdll.dll', No symbols loaded.
'console1.exe': Loaded 'C:\WINXP\system32\kernel32.dll', No symbols loaded.
'console1.exe': Loaded 'C:\WINXP\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\msvcr80.dll', Symbols loaded.
'console1.exe': Loaded 'C:\WINXP\system32\msvcrt.dll', No symbols loaded.


By comparing project settings for release and debug modes I've found out difference in C/C++ -> Code Generation
Basic runtime checks "default" in RELEASE
"both (/RTC1,equiv. to /RTCsu)" in DEBUG

Command lines for C/C++ in project options are:

DEBUG
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\console1.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt

RELEASE
/O2 /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Yu"stdafx.h" /Fp"Release\console1.pch" /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /nologo /c /Wp64 /Zi /TP /errorReport:prompt

If we remove that /RTC option in DEBUG configuration all is fine and MSVCR80D.dll is loaded normally

What's the reason for that bug if anyone encountered it?

<div class="ForumSig">9ine</div>
QuestionHow using C or C++ with Stack and Traversal ???? Pin
Golden01226-Dec-06 21:54
Golden01226-Dec-06 21:54 
AnswerRe: How using C or C++ with Stack and Traversal ???? Pin
ThatsAlok26-Dec-06 22:06
ThatsAlok26-Dec-06 22:06 
GeneralRe: How using C or C++ with Stack and Traversal ???? Pin
Golden01226-Dec-06 22:54
Golden01226-Dec-06 22:54 
QuestionDebug vs Realese DLL Pin
Ohad Cabiri26-Dec-06 21:39
Ohad Cabiri26-Dec-06 21:39 
AnswerRe: Debug vs Realese DLL Pin
prasad_som26-Dec-06 21:46
prasad_som26-Dec-06 21:46 
AnswerRe: Debug vs Realese DLL Pin
Hamid_RT27-Dec-06 6:39
Hamid_RT27-Dec-06 6:39 
QuestionDeleting terminated thread Pin
baerten26-Dec-06 21:28
baerten26-Dec-06 21:28 
AnswerRe: Deleting terminated thread Pin
Cristian Amarie27-Dec-06 1:12
Cristian Amarie27-Dec-06 1:12 
GeneralRe: Deleting terminated thread Pin
baerten27-Dec-06 3:45
baerten27-Dec-06 3:45 
QuestionAPI to get Virtual folder Pin
Anilkumar K V26-Dec-06 21:02
Anilkumar K V26-Dec-06 21:02 
AnswerRe: API to get Virtual folder Pin
Michael Dunn27-Dec-06 8:39
sitebuilderMichael Dunn27-Dec-06 8:39 
GeneralRe: API to get Virtual folder Pin
Anilkumar K V27-Dec-06 19:07
Anilkumar K V27-Dec-06 19:07 
QuestionHow to convert cluster of Mathermatic to traversal by using C or C++???? [modified] Pin
Golden01226-Dec-06 20:56
Golden01226-Dec-06 20:56 
Questionsmtp server authentication Pin
neha.agarwal2726-Dec-06 20:24
neha.agarwal2726-Dec-06 20:24 
GeneralRe: smtp server authentication Pin
Mila02527-Dec-06 0:02
Mila02527-Dec-06 0:02 
Questionerror in soap connection Pin
salman kazi26-Dec-06 19:17
salman kazi26-Dec-06 19:17 
QuestionAppl Error Pin
Shouvik Das26-Dec-06 19:16
Shouvik Das26-Dec-06 19:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.