Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sequential file access R/W Pin
Raphael Kindt21-Apr-05 5:50
Raphael Kindt21-Apr-05 5:50 
GeneralDrag and Drop Target Path Pin
21-Apr-05 4:46
suss21-Apr-05 4:46 
AnswerRe: Drag and Drop Target Path Pin
killer_li29-Apr-10 18:24
killer_li29-Apr-10 18:24 
GeneralStrange problem with Release mode.Plz help me out Pin
prgr21-Apr-05 4:33
prgr21-Apr-05 4:33 
GeneralRe: Strange problem with Release mode.Plz help me out Pin
James R. Twine21-Apr-05 5:35
James R. Twine21-Apr-05 5:35 
GeneralRe: Strange problem with Release mode.Plz help me out Pin
prgr21-Apr-05 22:14
prgr21-Apr-05 22:14 
GeneralRe: Strange problem with Release mode.Plz help me out Pin
James R. Twine22-Apr-05 6:16
James R. Twine22-Apr-05 6:16 
GeneralRe: Strange problem with Release mode.Plz help me out Pin
prgr24-Apr-05 22:38
prgr24-Apr-05 22:38 
This entire code was written by someone and I'm debugging it and succesful with debug mode.
Unfortunately I dont have source code for that function,as the function comes from an Application I installed.I just add its headerfile in my program.


Actually the application takes care of that buffer.
I just declare it as a global variable in my program.

char*** buffer=NULL;

Strangely,my compiler gives the following error when i declare it as char***(as per the function needs char***)
'function' : 'char *** ' differs in levels of indirection from 'char **** '

It works fine in Debug mode iff i declare it as char** and pass it as
func(sf,&fc,&byt,0,&buffer,id);
and code doesnt work even in debug mode if i declare as char***.
and code doesnt work in release mode whether i declare it as char** or char***

I hope u understood my problem.

Regards.


GeneralRe: Strange problem with Release mode.Plz help me out Pin
David Crow21-Apr-05 10:45
David Crow21-Apr-05 10:45 
GeneralIStream from a file Pin
Mathias S.21-Apr-05 3:53
Mathias S.21-Apr-05 3:53 
GeneralRe: IStream from a file Pin
James R. Twine21-Apr-05 4:15
James R. Twine21-Apr-05 4:15 
GeneralRe: IStream from a file Pin
Mathias S.21-Apr-05 4:23
Mathias S.21-Apr-05 4:23 
GeneralRe: IStream from a file Pin
James R. Twine21-Apr-05 5:39
James R. Twine21-Apr-05 5:39 
GeneralDate and Timer picker control 6.0 Pin
Anonymous21-Apr-05 3:52
Anonymous21-Apr-05 3:52 
GeneralCDO programming (outlook and exchange server) Pin
ThinkingPrometheus21-Apr-05 3:43
ThinkingPrometheus21-Apr-05 3:43 
QuestionWindow inside other processes frame ? Pin
Member 165404021-Apr-05 2:47
Member 165404021-Apr-05 2:47 
GeneralPropertySheet inside ActiveX (Visual C++ 6.0) Pin
Felipe Decroaux21-Apr-05 2:30
Felipe Decroaux21-Apr-05 2:30 
GeneralStatic functions or Normal Functions Pin
ugur_basak21-Apr-05 2:03
ugur_basak21-Apr-05 2:03 
GeneralRe: Static functions or Normal Functions Pin
Cedric Moonen21-Apr-05 2:16
Cedric Moonen21-Apr-05 2:16 
GeneralRe: Static functions or Normal Functions Pin
ugur_basak21-Apr-05 2:30
ugur_basak21-Apr-05 2:30 
GeneralRe: Static functions or Normal Functions Pin
James R. Twine21-Apr-05 2:34
James R. Twine21-Apr-05 2:34 
GeneralRe: Static functions or Normal Functions Pin
ugur_basak21-Apr-05 2:39
ugur_basak21-Apr-05 2:39 
GeneralRe: Static functions or Normal Functions Pin
Tim Smith21-Apr-05 4:01
Tim Smith21-Apr-05 4:01 
GeneralRe: Static functions or Normal Functions Pin
David Crow21-Apr-05 4:04
David Crow21-Apr-05 4:04 
GeneralRe: Static functions or Normal Functions Pin
heman15422-Apr-05 9:55
heman15422-Apr-05 9:55 

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.