Click here to Skip to main content
15,921,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to run an Pocket PC 2003 SDK Application in XP system ? Pin
Stuart Dootson16-Apr-09 3:31
professionalStuart Dootson16-Apr-09 3:31 
AnswerRe: How to run an Pocket PC 2003 SDK Application in XP system ? Pin
Cedric Moonen16-Apr-09 3:11
Cedric Moonen16-Apr-09 3:11 
QuestionDWORD to CString Conversion. Pin
Le@rner16-Apr-09 2:30
Le@rner16-Apr-09 2:30 
AnswerRe: DWORD to CString Conversion. Pin
Rajesh R Subramanian16-Apr-09 2:33
professionalRajesh R Subramanian16-Apr-09 2:33 
GeneralRe: DWORD to CString Conversion. Pin
Le@rner16-Apr-09 2:43
Le@rner16-Apr-09 2:43 
GeneralRe: DWORD to CString Conversion. Pin
Cedric Moonen16-Apr-09 2:54
Cedric Moonen16-Apr-09 2:54 
GeneralRe: DWORD to CString Conversion. Pin
Le@rner16-Apr-09 2:58
Le@rner16-Apr-09 2:58 
GeneralRe: DWORD to CString Conversion. Pin
Rajesh R Subramanian16-Apr-09 3:05
professionalRajesh R Subramanian16-Apr-09 3:05 
GeneralRe: DWORD to CString Conversion. Pin
David Crow16-Apr-09 3:06
David Crow16-Apr-09 3:06 
JokeRe: DWORD to CString Conversion. Pin
Rajesh R Subramanian16-Apr-09 3:19
professionalRajesh R Subramanian16-Apr-09 3:19 
GeneralRe: DWORD to CString Conversion. Pin
CPallini16-Apr-09 2:58
mveCPallini16-Apr-09 2:58 
AnswerRe: DWORD to CString Conversion. Pin
zhanzongru19-Apr-09 1:41
zhanzongru19-Apr-09 1:41 
QuestionDifference between CWnd and CView Pin
prithaa16-Apr-09 2:01
prithaa16-Apr-09 2:01 
AnswerRe: Difference between CWnd and CView Pin
Iain Clarke, Warrior Programmer16-Apr-09 4:10
Iain Clarke, Warrior Programmer16-Apr-09 4:10 
Questioncopying text from the webpages or pdfs which are selected by mouse Pin
aravind.sn16-Apr-09 0:47
aravind.sn16-Apr-09 0:47 
AnswerRe: copying text from the webpages or pdfs which are selected by mouse [modified] Pin
_AnsHUMAN_ 16-Apr-09 1:09
_AnsHUMAN_ 16-Apr-09 1:09 
GeneralRe: copying text from the webpages or pdfs which are selected by mouse Pin
Rajesh R Subramanian16-Apr-09 1:28
professionalRajesh R Subramanian16-Apr-09 1:28 
GeneralRe: copying text from the webpages or pdfs which are selected by mouse Pin
_AnsHUMAN_ 16-Apr-09 1:44
_AnsHUMAN_ 16-Apr-09 1:44 
AnswerRe: copying text from the webpages or pdfs which are selected by mouse Pin
Rajesh R Subramanian16-Apr-09 1:32
professionalRajesh R Subramanian16-Apr-09 1:32 
AnswerRe: copying text from the webpages or pdfs which are selected by mouse Pin
Iain Clarke, Warrior Programmer16-Apr-09 1:36
Iain Clarke, Warrior Programmer16-Apr-09 1:36 
AnswerRe: copying text from the webpages or pdfs which are selected by mouse Pin
ParagPatel16-Apr-09 2:11
ParagPatel16-Apr-09 2:11 
QuestionEdit Box VScrool Problem. Pin
zakkas248316-Apr-09 0:30
zakkas248316-Apr-09 0:30 
Questionidentifier of dialog window and the name of the class Pin
durban216-Apr-09 0:25
durban216-Apr-09 0:25 
AnswerRe: identifier of dialog window and the name of the class Pin
_AnsHUMAN_ 16-Apr-09 0:38
_AnsHUMAN_ 16-Apr-09 0:38 
QuestionMixing Debug and Release during execution Pin
Epi16-Apr-09 0:15
Epi16-Apr-09 0:15 
Hello,

I am doing an application with an "exe" file and some "dll" that are called from the exe.

When I run the exe in Debug (or Debug64) mode and the dll are compiled in Debug (or Debug64) mode the application runs without any problem. But if I mix Debug with Release (or Debug64 with Release 64) the application does not run, and I get this error:

"Unhandled exception at 0x77d4dd50 in PruebaLinkado.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0012c160.."

The dll has "Multi-threaded DLL (/MD)" option

And the exe file has "Multi-threaded (/MT)" option.

Can anybody help me with this problem?

Thanks in advance

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.