Click here to Skip to main content
15,887,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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
AnswerRe: Mixing Debug and Release during execution Pin
Rajesh R Subramanian16-Apr-09 0:37
professionalRajesh R Subramanian16-Apr-09 0:37 
GeneralRe: Mixing Debug and Release during execution Pin
Epi16-Apr-09 0:41
Epi16-Apr-09 0:41 
GeneralRe: Mixing Debug and Release during execution Pin
Rajesh R Subramanian16-Apr-09 0:43
professionalRajesh R Subramanian16-Apr-09 0:43 
GeneralRe: Mixing Debug and Release during execution Pin
Epi16-Apr-09 0:50
Epi16-Apr-09 0:50 
GeneralRe: Mixing Debug and Release during execution Pin
Rajesh R Subramanian16-Apr-09 1:25
professionalRajesh R Subramanian16-Apr-09 1:25 
GeneralWelcome again in the CP's members memorable quotes! Pin
CPallini16-Apr-09 1:48
mveCPallini16-Apr-09 1:48 
GeneralRe: Welcome again in the CP's members memorable quotes! Pin
Rajesh R Subramanian16-Apr-09 1:55
professionalRajesh R Subramanian16-Apr-09 1:55 
GeneralRe: Welcome again in the CP's members memorable quotes! Pin
CPallini16-Apr-09 2:11
mveCPallini16-Apr-09 2:11 
GeneralRe: Mixing Debug and Release during execution Pin
Epi16-Apr-09 2:01
Epi16-Apr-09 2:01 
GeneralRe: Mixing Debug and Release during execution Pin
Rajesh R Subramanian16-Apr-09 2:10
professionalRajesh R Subramanian16-Apr-09 2:10 
GeneralRe: Mixing Debug and Release during execution Pin
Epi16-Apr-09 2:18
Epi16-Apr-09 2:18 
JokeRe: Mixing Debug and Release during execution Pin
CPallini16-Apr-09 2:20
mveCPallini16-Apr-09 2:20 
JokeRe: Mixing Debug and Release during execution Pin
Epi16-Apr-09 2:35
Epi16-Apr-09 2:35 
AnswerRe: Mixing Debug and Release during execution Pin
Roger Stoltz16-Apr-09 1:20
Roger Stoltz16-Apr-09 1:20 
GeneralRe: Mixing Debug and Release during execution Pin
Epi16-Apr-09 1:46
Epi16-Apr-09 1:46 
AnswerRe: Mixing Debug and Release during execution Pin
Roger Stoltz16-Apr-09 2:28
Roger Stoltz16-Apr-09 2:28 
GeneralRe: Mixing Debug and Release during execution Pin
Epi16-Apr-09 2:53
Epi16-Apr-09 2:53 
GeneralRe: Mixing Debug and Release during execution Pin
Cedric Moonen16-Apr-09 2:58
Cedric Moonen16-Apr-09 2:58 
GeneralRe: Mixing Debug and Release during execution Pin
Epi16-Apr-09 3:40
Epi16-Apr-09 3:40 
QuestionIssue using SQL server Pin
ShilpiP15-Apr-09 20:36
ShilpiP15-Apr-09 20:36 
AnswerRe: Issue using SQL server Pin
Rajesh R Subramanian28-Jun-09 9:28
professionalRajesh R Subramanian28-Jun-09 9:28 
QuestionModeless dialog box not display in center of parent dialog box. Pin
Le@rner15-Apr-09 20:03
Le@rner15-Apr-09 20:03 
AnswerRe: Modeless dialog box not display in center of parent dialog box. Pin
Joseph Marzbani15-Apr-09 20:19
Joseph Marzbani15-Apr-09 20:19 

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.