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

Managed C++/CLI

 
GeneralRe: Threading issue Pin
bubuzzz7-Jul-09 21:16
bubuzzz7-Jul-09 21:16 
Questionturning off command line Pin
parth_patel2-Jul-09 6:18
parth_patel2-Jul-09 6:18 
AnswerRe: turning off command line Pin
parth_patel2-Jul-09 6:19
parth_patel2-Jul-09 6:19 
AnswerRe: turning off command line Pin
parth_patel2-Jul-09 6:40
parth_patel2-Jul-09 6:40 
AnswerRe: turning off command line Pin
Mark Salsbery2-Jul-09 12:19
Mark Salsbery2-Jul-09 12:19 
GeneralRe: turning off command line Pin
parth_patel4-Jul-09 6:07
parth_patel4-Jul-09 6:07 
GeneralRe: turning off command line Pin
teejayem5-Jul-09 4:23
teejayem5-Jul-09 4:23 
QuestionUsing MemoryStream() in c++ program Pin
MrKBA2-Jul-09 3:40
MrKBA2-Jul-09 3:40 
Hello,

I'm trying to create a dll in C++ with VS 2008 and creating an object MemoryStream.
So i write
MemoryStream *memStreamEncryptedData = new MemoryStream();

I included But it not work and i have a error message like this :

Error 1 error C2065: 'MemoryStream' : undeclared identifier
Error 2 error C2146: syntax error : missing ';' before identifier 'memStreamEncryptedData'
Error 3 error C2065: 'memStreamEncryptedData' : undeclared identifier
Error 4 error C2061: syntax error : identifier 'MemoryStream'

Please help me how can use it or if there is something else wich do the same work.

Thank you
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 
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 

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.