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

Managed C++/CLI

 
QuestionBYTE* to int Pin
Alex Cutovoi11-Oct-05 4:35
Alex Cutovoi11-Oct-05 4:35 
AnswerRe: BYTE* to int Pin
ben0909011-Oct-05 11:11
ben0909011-Oct-05 11:11 
AnswerRe: BYTE* to int Pin
Christian Graus11-Oct-05 11:14
protectorChristian Graus11-Oct-05 11:14 
GeneralRe: BYTE* to int Pin
Nemanja Trifunovic11-Oct-05 12:42
Nemanja Trifunovic11-Oct-05 12:42 
GeneralRe: BYTE* to int Pin
TheGreatAndPowerfulOz19-Oct-05 11:33
TheGreatAndPowerfulOz19-Oct-05 11:33 
QuestionHide an icon from SysTray Pin
MohammadAmiry11-Oct-05 2:21
MohammadAmiry11-Oct-05 2:21 
QuestionException while deletion. -- scalar deleting destructor Pin
Divick10-Oct-05 23:49
Divick10-Oct-05 23:49 
AnswerRe: Exception while deletion. -- scalar deleting destructor Pin
TheGreatAndPowerfulOz19-Oct-05 11:16
TheGreatAndPowerfulOz19-Oct-05 11:16 
you're probably deleting an object multiple times or the memory is being overwritten, possibly because of a dangling pointer. It could also be an uninitialized pointer. A dangling pointer is one that points to unallocated memory that was once allocated but is now being used by some other object. Later on, the program overwrites some object through the dangling pointer.

good luck.

memory problems are some of the hardest nuts to crack. but it'll put hair on your chest (LOL).
Question[.net] catching an exception from an unmanged DLL Pin
Praios10-Oct-05 22:11
Praios10-Oct-05 22:11 
AnswerRe: [.net] catching an exception from an unmanged DLL Pin
Saksida Bojan12-Oct-05 19:51
Saksida Bojan12-Oct-05 19:51 
AnswerRe: [.net] catching an exception from an unmanged DLL Pin
Praios12-Oct-05 22:52
Praios12-Oct-05 22:52 
GeneralRe: [.net] catching an exception from an unmanged DLL Pin
Saksida Bojan13-Oct-05 8:22
Saksida Bojan13-Oct-05 8:22 
GeneralRe: [.net] catching an exception from an unmanged DLL Pin
Praios14-Oct-05 2:54
Praios14-Oct-05 2:54 
Questionneed help please Pin
10-Oct-05 11:21
suss10-Oct-05 11:21 
AnswerRe: need help please Pin
Christian Graus10-Oct-05 12:27
protectorChristian Graus10-Oct-05 12:27 
GeneralRe: need help please Pin
linuxadict10-Oct-05 18:42
linuxadict10-Oct-05 18:42 
GeneralRe: need help please Pin
Christian Graus11-Oct-05 4:11
protectorChristian Graus11-Oct-05 4:11 
AnswerRe: need help please Pin
Christian Graus16-Oct-05 9:42
protectorChristian Graus16-Oct-05 9:42 
QuestionProblems when drawing a font with OpenGL Pin
Alex Cutovoi10-Oct-05 6:31
Alex Cutovoi10-Oct-05 6:31 
QuestionScreen capture in C++ Pin
Alex Cutovoi10-Oct-05 6:23
Alex Cutovoi10-Oct-05 6:23 
AnswerRe: Screen capture in C++ Pin
John M. Drescher10-Oct-05 6:55
John M. Drescher10-Oct-05 6:55 
AnswerRe: Screen capture in C++ Pin
John M. Drescher10-Oct-05 7:07
John M. Drescher10-Oct-05 7:07 
GeneralRe: Screen capture in C++ Pin
Alex Cutovoi10-Oct-05 8:14
Alex Cutovoi10-Oct-05 8:14 
GeneralRe: Screen capture in C++ Pin
Christian Graus10-Oct-05 8:43
protectorChristian Graus10-Oct-05 8:43 
GeneralRe: Screen capture in C++ Pin
Alex Cutovoi10-Oct-05 12:07
Alex Cutovoi10-Oct-05 12:07 

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.