Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CSliderCtrl Pin
led mike21-Jul-09 6:20
led mike21-Jul-09 6:20 
GeneralRe: CSliderCtrl Pin
SandipG 21-Jul-09 7:48
SandipG 21-Jul-09 7:48 
GeneralRe: CSliderCtrl Pin
led mike21-Jul-09 10:50
led mike21-Jul-09 10:50 
Questionoutput problem Pin
susanne12-Jul-09 3:12
susanne12-Jul-09 3:12 
AnswerRe: output problem [modified] Pin
Chris Losinger2-Jul-09 3:16
professionalChris Losinger2-Jul-09 3:16 
GeneralRe: output problem Pin
susanne12-Jul-09 3:24
susanne12-Jul-09 3:24 
GeneralRe: output problem Pin
Chandrasekharan P2-Jul-09 18:19
Chandrasekharan P2-Jul-09 18:19 
QuestionUsing MemoryStream() in c++ program Pin
MrKBA2-Jul-09 3:06
MrKBA2-Jul-09 3:06 
Hello,

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

I included <strstream> 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.
AnswerRe: Using MemoryStream() in c++ program Pin
Chris Losinger2-Jul-09 3:15
professionalChris Losinger2-Jul-09 3:15 
GeneralRe: Using MemoryStream() in c++ program Pin
MrKBA2-Jul-09 3:32
MrKBA2-Jul-09 3:32 
GeneralRe: Using MemoryStream() in c++ program Pin
Chris Losinger2-Jul-09 3:36
professionalChris Losinger2-Jul-09 3:36 
QuestionWT tolkit Pin
Olorin58002-Jul-09 3:04
Olorin58002-Jul-09 3:04 
QuestionHow to get the real time weather info Pin
Rajesh_Parameswaran2-Jul-09 2:13
Rajesh_Parameswaran2-Jul-09 2:13 
AnswerRe: How to get the real time weather info Pin
Stuart Dootson2-Jul-09 2:18
professionalStuart Dootson2-Jul-09 2:18 
AnswerRe: How to get the real time weather info Pin
David Crow2-Jul-09 4:59
David Crow2-Jul-09 4:59 
GeneralRe: How to get the real time weather info Pin
Rajesh_Parameswaran2-Jul-09 7:12
Rajesh_Parameswaran2-Jul-09 7:12 
GeneralRe: How to get the real time weather info Pin
David Crow2-Jul-09 9:29
David Crow2-Jul-09 9:29 
GeneralRe: How to get the real time weather info Pin
Rajesh_Parameswaran2-Jul-09 7:50
Rajesh_Parameswaran2-Jul-09 7:50 
GeneralRe: How to get the real time weather info Pin
David Crow2-Jul-09 8:11
David Crow2-Jul-09 8:11 
QuestionExcel Pin
Davitor2-Jul-09 1:45
Davitor2-Jul-09 1:45 
AnswerRe: Excel Pin
Michael Schubert2-Jul-09 1:52
Michael Schubert2-Jul-09 1:52 
GeneralRe: Excel Pin
Davitor2-Jul-09 1:58
Davitor2-Jul-09 1:58 
GeneralRe: Excel Pin
Michael Schubert2-Jul-09 2:06
Michael Schubert2-Jul-09 2:06 
AnswerRe: Excel Pin
Rajesh R Subramanian2-Jul-09 2:11
professionalRajesh R Subramanian2-Jul-09 2:11 
GeneralRe: Excel Pin
Davitor6-Jul-09 23:44
Davitor6-Jul-09 23:44 

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.