Click here to Skip to main content
15,917,862 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString::Format causing Advanced Direct Buffer Access error Pin
colm omahony12-Jul-09 23:55
colm omahony12-Jul-09 23:55 
GeneralRe: CString::Format causing Advanced Direct Buffer Access error Pin
Stuart Dootson12-Jul-09 23:59
professionalStuart Dootson12-Jul-09 23:59 
Questiontransparent window with OpenGL Pin
kedanz2-Jul-09 5:08
kedanz2-Jul-09 5:08 
AnswerRe: transparent window with OpenGL Pin
led mike2-Jul-09 5:35
led mike2-Jul-09 5:35 
AnswerRe: transparent window with OpenGL Pin
Sarath C2-Jul-09 5:39
Sarath C2-Jul-09 5:39 
AnswerRe: transparent window with OpenGL Pin
Karl Phillip2-Jun-11 6:10
Karl Phillip2-Jun-11 6:10 
QuestionCSliderCtrl Pin
jung-kreidler2-Jul-09 4:14
jung-kreidler2-Jul-09 4:14 
QuestionRe: CSliderCtrl [modified] Pin
led mike2-Jul-09 4:19
led mike2-Jul-09 4:19 
AnswerRe: CSliderCtrl Pin
jung-kreidler2-Jul-09 19:36
jung-kreidler2-Jul-09 19:36 
GeneralRe: CSliderCtrl Pin
Chandrasekharan P2-Jul-09 19:56
Chandrasekharan P2-Jul-09 19:56 
GeneralRe: CSliderCtrl Pin
jung-kreidler2-Jul-09 20:00
jung-kreidler2-Jul-09 20:00 
AnswerRe: CSliderCtrl Pin
SandipG 2-Jul-09 21:26
SandipG 2-Jul-09 21:26 
GeneralRe: CSliderCtrl Pin
jung-kreidler2-Jul-09 22:52
jung-kreidler2-Jul-09 22:52 
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 

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.