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

Managed C++/CLI

 
AnswerRe: Vruses? Pin
Christian Graus7-Dec-05 15:01
protectorChristian Graus7-Dec-05 15:01 
GeneralRe: Vruses? Pin
Lord Kixdemp9-Dec-05 12:29
Lord Kixdemp9-Dec-05 12:29 
QuestionTypeLoadException when accessing opaque unmanged struct Pin
dirkhelmet!@yahoo.com2-Dec-05 2:52
dirkhelmet!@yahoo.com2-Dec-05 2:52 
AnswerFound the answer Pin
dirkhelmet!@yahoo.com2-Dec-05 5:27
dirkhelmet!@yahoo.com2-Dec-05 5:27 
QuestionAdding text to multiline EditBox in win forms app Pin
9ine29-Nov-05 21:56
9ine29-Nov-05 21:56 
QuestionRe-engineering C++. Visual Basic binary in NT Pin
pramodktp29-Nov-05 21:24
pramodktp29-Nov-05 21:24 
AnswerRe: Re-engineering C++. Visual Basic binary in NT Pin
Nish Nishant30-Nov-05 8:38
sitebuilderNish Nishant30-Nov-05 8:38 
QuestionWierd Errors Pin
Bobamagoo29-Nov-05 16:14
Bobamagoo29-Nov-05 16:14 
I don't know where this error message is coming from. It keeps saying that classes and methods aren't where they're supposed to be. Two examples of code that are causing the erros:
this->Icon = (__try_cast<System::Drawing::Icon *  >(resources->GetObject(S"icon32.co")));<br />
<br />
MessageBox::Show(S"Error loading Wompi.", S"Loading Error", MessageBoxButtons::OK, MessageBoxIcon::Error);


The first example throws the error C2039: 'GetObjectA': is not a member of 'System::Resources::ResourceManager'
The second throws another C2039: 'MessageBoxA': is not a member etc...
Where is that 'A' coming from? Any help would be greatly appreciated. Thank you.

Sleep is for the WEAK! WTF | :WTF:
AnswerRe: Wierd Errors Pin
Christian Graus29-Nov-05 17:46
protectorChristian Graus29-Nov-05 17:46 
QuestionRe: Wierd Errors Pin
Bobamagoo30-Nov-05 3:29
Bobamagoo30-Nov-05 3:29 
QuestionRe: Wierd Errors Pin
Bobamagoo30-Nov-05 7:55
Bobamagoo30-Nov-05 7:55 
AnswerRe: Wierd Errors Pin
Christian Graus30-Nov-05 11:20
protectorChristian Graus30-Nov-05 11:20 
AnswerRe: Wierd Errors Pin
Nish Nishant30-Nov-05 8:38
sitebuilderNish Nishant30-Nov-05 8:38 
Questionvolatile variable without volatile!!!!!!!!!!!!!!!!! Pin
Pegasus Kiddo28-Nov-05 23:53
Pegasus Kiddo28-Nov-05 23:53 
AnswerRe: volatile variable without volatile!!!!!!!!!!!!!!!!! Pin
toxcct29-Nov-05 0:39
toxcct29-Nov-05 0:39 
GeneralRe: volatile variable without volatile!!!!!!!!!!!!!!!!! Pin
Pegasus Kiddo29-Nov-05 0:53
Pegasus Kiddo29-Nov-05 0:53 
GeneralRe: volatile variable without volatile!!!!!!!!!!!!!!!!! Pin
hariharasuthan29-Nov-05 1:20
hariharasuthan29-Nov-05 1:20 
GeneralRe: volatile variable without volatile!!!!!!!!!!!!!!!!! Pin
toxcct29-Nov-05 2:02
toxcct29-Nov-05 2:02 
GeneralRe: volatile variable without volatile!!!!!!!!!!!!!!!!! Pin
toxcct29-Nov-05 2:06
toxcct29-Nov-05 2:06 
GeneralRe: volatile variable without volatile!!!!!!!!!!!!!!!!! Pin
S. Senthil Kumar4-Dec-05 2:55
S. Senthil Kumar4-Dec-05 2:55 
AnswerRe: volatile variable without volatile!!!!!!!!!!!!!!!!! Pin
Jörgen Sigvardsson2-Dec-05 15:01
Jörgen Sigvardsson2-Dec-05 15:01 
QuestionDLL export function should wait for a flag set from WndProc - OnDeviceCahnge. How?? Pin
kk_vp28-Nov-05 21:36
kk_vp28-Nov-05 21:36 
AnswerRe: DLL export function should wait for a flag set from WndProc - OnDeviceCahnge. How?? Pin
hariharasuthan29-Nov-05 1:24
hariharasuthan29-Nov-05 1:24 
GeneralRe: DLL export function should wait for a flag set from WndProc - OnDeviceCahnge. How?? Pin
kk_vp29-Nov-05 2:07
kk_vp29-Nov-05 2:07 
QuestionGrabbing the Class from DLL Pin
Bobamagoo28-Nov-05 21:20
Bobamagoo28-Nov-05 21:20 

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.