Click here to Skip to main content
15,916,951 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionFile Open? Pin
ritz123421-Apr-08 23:15
ritz123421-Apr-08 23:15 
Questionhow to open ports using c++ Pin
ankur010121-Apr-08 7:25
ankur010121-Apr-08 7:25 
AnswerRe: how to open ports using c++ Pin
Mark Salsbery21-Apr-08 21:12
Mark Salsbery21-Apr-08 21:12 
QuestionDid the test succeed Pin
led mike23-Apr-08 9:18
led mike23-Apr-08 9:18 
AnswerRe: how to open ports using c++ Pin
ivanmen23-Apr-08 7:11
ivanmen23-Apr-08 7:11 
QuestionBinaryStream issues with native classes Pin
Xpnctoc21-Apr-08 3:46
Xpnctoc21-Apr-08 3:46 
AnswerRe: BinaryStream issues with native classes Pin
led mike21-Apr-08 5:58
led mike21-Apr-08 5:58 
GeneralRe: BinaryStream issues with native classes Pin
Xpnctoc21-Apr-08 6:22
Xpnctoc21-Apr-08 6:22 
I was providing abbreviated code, as the focus of the problem is on the data members, not the methods. In "real life", the code is thousands of lines long, containing scores of members and hundreds of methods. The "DoSomething()" method I refer to is actually a method containing several hundred lines of OpenGL rendering code. This code is all straight-forward calls to the OpenGL API, using the class members to define 3D coordinates, rotations, transformations, etc. There are no tricky pointer operations or anything like that which could possibly be triggering the so-called memory errors.

Remember, all of my code works fine if either (1.) I only open the saved binary file while running the application in the same mode that created the file (IDE vs. "live" execution) OR (2.) I use the above-described work-around. Since I can get consistent behavior in either circumstance, I am convinced the problem lies in the BinaryStream class when trying to serialize unmanaged classes as one solid memory chunk.
GeneralRe: BinaryStream issues with native classes Pin
led mike21-Apr-08 10:10
led mike21-Apr-08 10:10 
GeneralProblem redistributing C++/CLR App Pin
uusheikh20-Apr-08 22:29
uusheikh20-Apr-08 22:29 
GeneralRe: Problem redistributing C++/CLR App Pin
Christian Graus22-Apr-08 12:29
protectorChristian Graus22-Apr-08 12:29 
QuestionLinker error 2028 and 2019 Pin
raydona17-Apr-08 2:00
raydona17-Apr-08 2:00 
AnswerRe: Linker error 2028 and 2019 Pin
led mike17-Apr-08 4:34
led mike17-Apr-08 4:34 
GeneralInstall QT4 Pin
phokojoe16-Apr-08 23:51
phokojoe16-Apr-08 23:51 
GeneralCreating an installer Pin
BuckBrown15-Apr-08 8:09
BuckBrown15-Apr-08 8:09 
GeneralRe: Creating an installer Pin
led mike15-Apr-08 10:32
led mike15-Apr-08 10:32 
GeneralRe: Creating an installer Pin
BuckBrown15-Apr-08 12:04
BuckBrown15-Apr-08 12:04 
GeneralRe: Creating an installer Pin
Jonathan [Darka]15-Apr-08 21:17
professionalJonathan [Darka]15-Apr-08 21:17 
QuestionCalling MeasureString from VC++ 2005 Pin
Soumyadipta15-Apr-08 1:07
Soumyadipta15-Apr-08 1:07 
QuestionRe: Calling MeasureString from VC++ 2005 Pin
Christian Graus15-Apr-08 1:29
protectorChristian Graus15-Apr-08 1:29 
GeneralRe: Calling MeasureString from VC++ 2005 Pin
Soumyadipta15-Apr-08 1:50
Soumyadipta15-Apr-08 1:50 
GeneralRe: Calling MeasureString from VC++ 2005 Pin
Christian Graus15-Apr-08 1:56
protectorChristian Graus15-Apr-08 1:56 
GeneralRe: Calling MeasureString from VC++ 2005 Pin
Soumyadipta15-Apr-08 19:15
Soumyadipta15-Apr-08 19:15 
GeneralRe: Calling MeasureString from VC++ 2005 Pin
Christian Graus16-Apr-08 11:17
protectorChristian Graus16-Apr-08 11:17 
QuestionMD5 algorithm for 8-bit microcontrollers? Pin
Benny_Lava15-Apr-08 1:04
Benny_Lava15-Apr-08 1:04 

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.