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

Managed C++/CLI

 
GeneralRe: help me to create joystick controller Pin
nyquisttt26-Jun-06 21:56
nyquisttt26-Jun-06 21:56 
GeneralRe: help me to create joystick controller Pin
Jun Du27-Jun-06 7:11
Jun Du27-Jun-06 7:11 
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 
I've got an unmanaged C++ library which I've now compiled as a managed assembly (changed the output type etc.) When I try to use this in another Managed C++ project, I get C2871 - a namespace with this name does not exist. I have tried using both:
#using (with the Resolve #using references setting)
Adding a reference (automatic /FU switch)
but neither works; I still get C2871 on the first "using namespace" line.

The really strange thing is that I have built a test c# application and this is able to use the assembly just fine!

Any clues anyone?

Mark
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 
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 

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.