Click here to Skip to main content
16,006,749 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionRe: Problem With lParam Pin
Mark Salsbery27-Jan-07 11:00
Mark Salsbery27-Jan-07 11:00 
QuestionRe: Problem With lParam Pin
nash00128-Jan-07 19:38
nash00128-Jan-07 19:38 
AnswerRe: Problem With lParam Pin
Mark Salsbery29-Jan-07 6:43
Mark Salsbery29-Jan-07 6:43 
QuestionFunction help Pin
dellthinker24-Jan-07 12:49
dellthinker24-Jan-07 12:49 
AnswerRe: Function help Pin
prasad_som24-Jan-07 20:27
prasad_som24-Jan-07 20:27 
Questionwhere to get about open gl in c++(urgent) Pin
makaveli_0724-Jan-07 0:22
makaveli_0724-Jan-07 0:22 
AnswerRe: where to get about open gl in c++(urgent) Pin
Christian Graus24-Jan-07 9:57
protectorChristian Graus24-Jan-07 9:57 
QuestionHeap corruption when using /clr Pin
Ralph A. Moritz23-Jan-07 22:19
Ralph A. Moritz23-Jan-07 22:19 
Hi everyone,

I'm creating a WinForms program with a combination of native and managed code. When I compile the program with /clr:pure it builds and runs without problems. I'd like to use the Boost Filesystem library, but the linker complains about undefined references when /clr:pure is on. Using only /clr, the program builds fine, but when trying to run, an exception gets thrown.

The exception gets triggered by line 1473 of dbgheap.c (part of the VC runtime):
_ASSERTE(_CrtIsValidHeapPointer(pUserData));

NOTE: This only happens when using the /clr switch. It doesn't happen with /clr:pure, for example. Can anyone shed some light on this? I'm using VS.NET 2005 Prof SP1 on WinXP Prof SP2 on x86 platform.

Cheers,
Ralph
AnswerRe: Heap corruption when using /clr Pin
Nish Nishant24-Jan-07 2:15
sitebuilderNish Nishant24-Jan-07 2:15 
GeneralRe: Heap corruption when using /clr Pin
Ralph A. Moritz26-Jan-07 2:27
Ralph A. Moritz26-Jan-07 2:27 
Questionstatic T* arrays are illegal inside managed types?? Pin
Ralph A. Moritz23-Jan-07 1:20
Ralph A. Moritz23-Jan-07 1:20 
AnswerRe: static T* arrays are illegal inside managed types?? Pin
Nish Nishant23-Jan-07 4:53
sitebuilderNish Nishant23-Jan-07 4:53 
GeneralRe: static T* arrays are illegal inside managed types?? Pin
Ralph A. Moritz23-Jan-07 18:41
Ralph A. Moritz23-Jan-07 18:41 
QuestionEasy Fatal Problem Pin
ytubis22-Jan-07 22:13
ytubis22-Jan-07 22:13 
AnswerRe: Easy Fatal Problem Pin
Christian Graus22-Jan-07 22:32
protectorChristian Graus22-Jan-07 22:32 
GeneralRe: Easy Fatal Problem Pin
toxcct22-Jan-07 23:46
toxcct22-Jan-07 23:46 
GeneralRe: Easy Fatal Problem Pin
bsaksida23-Jan-07 11:02
bsaksida23-Jan-07 11:02 
GeneralRe: Easy Fatal Problem Pin
toxcct23-Jan-07 11:06
toxcct23-Jan-07 11:06 
GeneralRe: Easy Fatal Problem Pin
Mark Salsbery27-Jan-07 11:08
Mark Salsbery27-Jan-07 11:08 
QuestionHow to instantiate a VB.NET class? Pin
Ralph A. Moritz21-Jan-07 23:44
Ralph A. Moritz21-Jan-07 23:44 
AnswerRe: How to instantiate a VB.NET class? Pin
Christian Graus21-Jan-07 23:55
protectorChristian Graus21-Jan-07 23:55 
GeneralRe: How to instantiate a VB.NET class? Pin
Ralph A. Moritz22-Jan-07 0:08
Ralph A. Moritz22-Jan-07 0:08 
GeneralRe: How to instantiate a VB.NET class? Pin
Christian Graus22-Jan-07 0:10
protectorChristian Graus22-Jan-07 0:10 
GeneralRe: How to instantiate a VB.NET class? Pin
Ralph A. Moritz22-Jan-07 0:43
Ralph A. Moritz22-Jan-07 0:43 
GeneralRe: How to instantiate a VB.NET class? Pin
Christian Graus22-Jan-07 9:44
protectorChristian Graus22-Jan-07 9:44 

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.