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

Managed C++/CLI

 
GeneralRe: help me to create joystick controller Pin
mertadin16-Jul-06 23:12
mertadin16-Jul-06 23:12 
QuestionPointer Syntax Pin
Jay0322-Jun-06 6:02
Jay0322-Jun-06 6:02 
AnswerRe: Pointer Syntax Pin
toxcct22-Jun-06 6:14
toxcct22-Jun-06 6:14 
GeneralRe: Pointer Syntax Pin
Jay0322-Jun-06 8:07
Jay0322-Jun-06 8:07 
Questionhow to __pin my pointer? Pin
sg066721-Jun-06 23:13
sg066721-Jun-06 23:13 
QuestionC2871 using mixed-mode DLL Pin
MChimley21-Jun-06 3:29
MChimley21-Jun-06 3:29 
AnswerRe: C2871 using mixed-mode DLL Pin
Milton Karimbekallil21-Jun-06 7:59
Milton Karimbekallil21-Jun-06 7:59 
GeneralRe: C2871 using mixed-mode DLL Pin
MChimley21-Jun-06 23:19
MChimley21-Jun-06 23:19 
Thanks for the advice. The strange thing is, I've already checked this.

ildasm.exe shows the namespace just as I'm trying to use it and C# uses it without a problem. The Managed C++ compiler picks up the dll from the #using statement but can't seem to find the namespace in a subsequent "using namespace ..." statement.

I've tried using a different dll in the project and this works OK. I've also tried compiling the included dll in a complete new project - same problem. So it seems to be something wrong with this particular dll. I just don't understand how the C# compiler can see the namespace whereas the C++ one can't.

Ideally I want to get the C++ compiler to verbosely tell me exactly what it's searching and what it 'sees'. I guess that's not possible!

Mark.
QuestionC++ wrapper for .net assembly Pin
NikoTanghe20-Jun-06 22:41
NikoTanghe20-Jun-06 22:41 
AnswerRe: C++ wrapper for .net assembly Pin
Milton Karimbekallil21-Jun-06 7:55
Milton Karimbekallil21-Jun-06 7:55 
QuestionAs an experienced C user, from where can I start C++ programming? Pin
sergin8020-Jun-06 5:03
sergin8020-Jun-06 5:03 
AnswerRe: As an experienced C user, from where can I start C++ programming? Pin
Jun Du20-Jun-06 5:56
Jun Du20-Jun-06 5:56 
GeneralRe: As an experienced C user, from where can I start C++ programming? Pin
sergin8020-Jun-06 21:38
sergin8020-Jun-06 21:38 
GeneralRe: As an experienced C user, from where can I start C++ programming? Pin
Jun Du21-Jun-06 4:00
Jun Du21-Jun-06 4:00 
AnswerRe: As an experienced C user, from where can I start C++ programming? Pin
Nemanja Trifunovic21-Jun-06 4:15
Nemanja Trifunovic21-Jun-06 4:15 
QuestionXmlTextReader & XML navigation help required Pin
Slohnda20-Jun-06 5:00
Slohnda20-Jun-06 5:00 
QuestionHi Alls Pin
vassilux@19-Jun-06 10:05
vassilux@19-Jun-06 10:05 
AnswerRe: Hi Alls Pin
Milton Karimbekallil20-Jun-06 3:07
Milton Karimbekallil20-Jun-06 3:07 
GeneralRe: Hi Alls Pin
vassilux@20-Jun-06 3:31
vassilux@20-Jun-06 3:31 
GeneralRe: Hi Alls Pin
Milton Karimbekallil20-Jun-06 4:22
Milton Karimbekallil20-Jun-06 4:22 
GeneralRe: Hi Alls Pin
vassilux@20-Jun-06 5:33
vassilux@20-Jun-06 5:33 
GeneralRe: Hi Alls Pin
Milton Karimbekallil20-Jun-06 19:50
Milton Karimbekallil20-Jun-06 19:50 
GeneralRe: Hi Alls Pin
vassilux@20-Jun-06 20:47
vassilux@20-Jun-06 20:47 
GeneralRe: Hi Alls Pin
vassilux@20-Jun-06 20:53
vassilux@20-Jun-06 20:53 
GeneralRe: Hi Alls Pin
Jun Du26-Jun-06 16:51
Jun Du26-Jun-06 16:51 

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.