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

Managed C++/CLI

 
QuestionC++/CLI dll trying to access managed code which is inside an unmanaged static library Pin
Bipin12323-Apr-07 13:23
Bipin12323-Apr-07 13:23 
GeneralRe: C++/CLI dll trying to access managed code which is inside an unmanaged static library Pin
George L. Jackson23-Apr-07 13:54
George L. Jackson23-Apr-07 13:54 
Questionhow can I make dll in c++ for c# Pin
lavy288323-Apr-07 5:56
lavy288323-Apr-07 5:56 
AnswerRe: how can I make dll in c++ for c# Pin
led mike23-Apr-07 6:08
led mike23-Apr-07 6:08 
GeneralRe: how can I make dll in c++ for c# Pin
lavy288323-Apr-07 7:07
lavy288323-Apr-07 7:07 
GeneralRe: how can I make dll in c++ for c# Pin
Mark Salsbery23-Apr-07 7:14
Mark Salsbery23-Apr-07 7:14 
GeneralRe: how can I make dll in c++ for c# Pin
lavy288323-Apr-07 7:53
lavy288323-Apr-07 7:53 
GeneralRe: how can I make dll in c++ for c# Pin
Mark Salsbery23-Apr-07 7:59
Mark Salsbery23-Apr-07 7:59 
You need to enable CLR in your compiler options.

In VS2003 .NET it's at Project Properties->General->Use Managed Extensions

In VS2005 it's at Project Properties->Configuration Properties->General->Common Language Runtime Support

Mark




"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: how can I make dll in c++ for c# Pin
led mike23-Apr-07 10:06
led mike23-Apr-07 10:06 
GeneralRe: how can I make dll in c++ for c# Pin
George L. Jackson23-Apr-07 11:59
George L. Jackson23-Apr-07 11:59 
Questionusing the System::Collections::IEnumerator() Pin
anumadhu23-Apr-07 1:01
anumadhu23-Apr-07 1:01 
AnswerRe: using the System::Collections::IEnumerator() Pin
Mark Salsbery23-Apr-07 7:12
Mark Salsbery23-Apr-07 7:12 
Questioncrypto and stego advice Pin
Software_Specialist23-Apr-07 0:25
Software_Specialist23-Apr-07 0:25 
AnswerRe: crypto and stego advice Pin
Christian Graus23-Apr-07 0:49
protectorChristian Graus23-Apr-07 0:49 
GeneralRe: crypto and stego advice Pin
Software_Specialist23-Apr-07 1:29
Software_Specialist23-Apr-07 1:29 
GeneralRe: crypto and stego advice Pin
Christian Graus23-Apr-07 1:34
protectorChristian Graus23-Apr-07 1:34 
GeneralRe: crypto and stego advice Pin
Software_Specialist23-Apr-07 1:53
Software_Specialist23-Apr-07 1:53 
GeneralRe: crypto and stego advice Pin
Christian Graus23-Apr-07 1:54
protectorChristian Graus23-Apr-07 1:54 
GeneralRe: crypto and stego advice Pin
Software_Specialist23-Apr-07 2:33
Software_Specialist23-Apr-07 2:33 
QuestionUsage of gethostbyname() Pin
dellthinker22-Apr-07 7:54
dellthinker22-Apr-07 7:54 
AnswerRe: Usage of gethostbyname() Pin
Christian Graus22-Apr-07 12:11
protectorChristian Graus22-Apr-07 12:11 
QuestionManaged Code Problem - Packet class Pin
Zephadias21-Apr-07 20:24
Zephadias21-Apr-07 20:24 
QuestionRe: Managed Code Problem - Packet class Pin
Mark Salsbery22-Apr-07 7:26
Mark Salsbery22-Apr-07 7:26 
AnswerRe: Managed Code Problem - Packet class Pin
Zephadias22-Apr-07 8:03
Zephadias22-Apr-07 8:03 
GeneralRe: Managed Code Problem - Packet class Pin
Mark Salsbery22-Apr-07 20:03
Mark Salsbery22-Apr-07 20:03 

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.