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

Managed C++/CLI

 
GeneralRe: About help Pin
sarah_malik22-May-07 7:52
sarah_malik22-May-07 7:52 
GeneralRe: About help Pin
Mark Salsbery23-May-07 7:19
Mark Salsbery23-May-07 7:19 
GeneralRe: About help Pin
sarah_malik23-May-07 14:08
sarah_malik23-May-07 14:08 
QuestionError C2664 Pin
dodoxor21-May-07 23:41
dodoxor21-May-07 23:41 
QuestionProblem with Deserialization and Loading Assemblies Pin
YooVeeAy21-May-07 10:46
YooVeeAy21-May-07 10:46 
AnswerRe: Problem with Deserialization and Loading Assemblies Pin
hansipet21-May-07 19:14
hansipet21-May-07 19:14 
GeneralRe: Problem with Deserialization and Loading Assemblies Pin
YooVeeAy22-May-07 4:38
YooVeeAy22-May-07 4:38 
QuestionNesting Header Files Pin
teejayem21-May-07 8:54
teejayem21-May-07 8:54 
I'm pretty new to C++/CLI so please bare with me. I have a header "MyThread.h" that contains a Thread class. I added an include directive at the top of my frmMain.h so i can create an instance of this class. Everything is fine with that but when i include frmMain.h to MyThread.h i get alot of compile errors. I read somewhere of where you could add something like:

#ifndef FRMMAIN_H
#define FRMMAIN_H
//class logic
#endif


to fix the issue but it isn't working. Any ideas?

Don't be overcome by evil, but overcome evil with good

AnswerRe: Nesting Header Files Pin
Mark Salsbery21-May-07 9:19
Mark Salsbery21-May-07 9:19 
QuestionIs there willl be any implicit funcations in an empty c++ class Pin
Nandu_77b21-May-07 0:32
Nandu_77b21-May-07 0:32 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
Christian Graus21-May-07 1:04
protectorChristian Graus21-May-07 1:04 
GeneralRe: Is there willl be any implicit funcations in an empty c++ class Pin
led mike21-May-07 5:54
led mike21-May-07 5:54 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
sthotakura21-May-07 8:53
sthotakura21-May-07 8:53 
GeneralRe: Is there willl be any implicit funcations in an empty c++ class Pin
hansipet21-May-07 19:16
hansipet21-May-07 19:16 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
Michael Dunn24-May-07 14:19
sitebuilderMichael Dunn24-May-07 14:19 
Questionremote app mysql problem Pin
an-arhos20-May-07 22:45
an-arhos20-May-07 22:45 
QuestionRe: remote app mysql problem Pin
Mark Salsbery21-May-07 5:43
Mark Salsbery21-May-07 5:43 
AnswerRe: remote app mysql problem Pin
led mike21-May-07 6:03
led mike21-May-07 6:03 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 6:17
Mark Salsbery21-May-07 6:17 
GeneralRe: remote app mysql problem Pin
led mike21-May-07 9:29
led mike21-May-07 9:29 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 9:35
Mark Salsbery21-May-07 9:35 
GeneralRe: remote app mysql problem Pin
led mike21-May-07 9:47
led mike21-May-07 9:47 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 9:57
Mark Salsbery21-May-07 9:57 
QuestionFile processing in MC++ Pin
subramanyeswari20-May-07 20:38
subramanyeswari20-May-07 20:38 
QuestionMessageBox in Vc++2005 Pin
lavy288320-May-07 2:36
lavy288320-May-07 2:36 

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.