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

Managed C++/CLI

 
QuestionUsing MemoryStream() in c++ program Pin
MrKBA2-Jul-09 3:40
MrKBA2-Jul-09 3:40 
AnswerRe: Using MemoryStream() in c++ program Pin
led mike2-Jul-09 4:25
led mike2-Jul-09 4:25 
GeneralRe: Using MemoryStream() in c++ program Pin
MrKBA3-Jul-09 0:10
MrKBA3-Jul-09 0:10 
GeneralRe: Using MemoryStream() in c++ program Pin
Member 18414221-Oct-10 1:36
Member 18414221-Oct-10 1:36 
AnswerRe: Using MemoryStream() in c++ program Pin
parth_patel2-Jul-09 6:14
parth_patel2-Jul-09 6:14 
GeneralRe: Using MemoryStream() in c++ program [modified] Pin
mikobi20-Aug-09 3:05
mikobi20-Aug-09 3:05 
QuestionC#, C++/CLI and Visual Studio 2008 Pin
Shadowsoal30-Jun-09 8:08
Shadowsoal30-Jun-09 8:08 
AnswerRe: C#, C++/CLI and Visual Studio 2008 Pin
N a v a n e e t h30-Jun-09 20:44
N a v a n e e t h30-Jun-09 20:44 
Right click on the project and use Add reference. Browse MyWrapper.dll and you will get access to the types in that dll. If you have VS, I'd suggest to compile the C++/CLI application with it rather than command line. If you are doing this, you don't have to play with manifest tool manually. Visual studio does this for you.

Also are you not linking MyUnmanagedLibrary.lib to the MyWrapper.dll?


GeneralRe: C#, C++/CLI and Visual Studio 2008 Pin
Shadowsoal1-Jul-09 0:31
Shadowsoal1-Jul-09 0:31 
GeneralRe: C#, C++/CLI and Visual Studio 2008 Pin
Shadowsoal1-Jul-09 0:36
Shadowsoal1-Jul-09 0:36 
GeneralRe: C#, C++/CLI and Visual Studio 2008 Pin
N a v a n e e t h1-Jul-09 1:18
N a v a n e e t h1-Jul-09 1:18 
QuestionOverriding an indexer Pin
Esmo200029-Jun-09 17:00
Esmo200029-Jun-09 17:00 
AnswerRe: Overriding an indexer Pin
N a v a n e e t h29-Jun-09 17:50
N a v a n e e t h29-Jun-09 17:50 
QuestionRead Write Excel spreadsheet Pin
mikobi29-Jun-09 0:01
mikobi29-Jun-09 0:01 
AnswerRe: Read Write Excel spreadsheet Pin
N a v a n e e t h29-Jun-09 1:21
N a v a n e e t h29-Jun-09 1:21 
QuestionTimeZoneInfo class in C++.net Pin
parth_patel25-Jun-09 13:27
parth_patel25-Jun-09 13:27 
AnswerRe: TimeZoneInfo class in C++.net Pin
N a v a n e e t h25-Jun-09 15:33
N a v a n e e t h25-Jun-09 15:33 
GeneralRe: TimeZoneInfo class in C++.net Pin
parth_patel26-Jun-09 11:25
parth_patel26-Jun-09 11:25 
Questionsaving listbox text to an ini file. Pin
Yane8724-Jun-09 2:40
Yane8724-Jun-09 2:40 
AnswerRe: saving listbox text to an ini file. Pin
led mike24-Jun-09 4:22
led mike24-Jun-09 4:22 
AnswerRe: saving listbox text to an ini file. Pin
Yane8725-Jun-09 0:22
Yane8725-Jun-09 0:22 
GeneralRe: saving listbox text to an ini file. Pin
led mike25-Jun-09 4:38
led mike25-Jun-09 4:38 
GeneralRe: saving listbox text to an ini file. Pin
Yane8726-Jun-09 2:35
Yane8726-Jun-09 2:35 
GeneralRe: saving listbox text to an ini file. [modified] Pin
led mike26-Jun-09 4:26
led mike26-Jun-09 4:26 
Questionerror C2664 with VS 2005 Pin
Nandu_77b24-Jun-09 1:42
Nandu_77b24-Jun-09 1:42 

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.