Click here to Skip to main content
15,915,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Updating CheckBoxes Pin
Jack Puppy7-Sep-05 15:37
Jack Puppy7-Sep-05 15:37 
QuestionDll and XP theme Pin
hari_rs7-Sep-05 4:02
hari_rs7-Sep-05 4:02 
AnswerRe: Dll and XP theme Pin
Mircea Puiu7-Sep-05 5:11
Mircea Puiu7-Sep-05 5:11 
GeneralRe: Dll and XP theme Pin
pranavamhari7-Sep-05 5:39
pranavamhari7-Sep-05 5:39 
AnswerRe: Dll and XP theme Pin
ThatsAlok7-Sep-05 18:43
ThatsAlok7-Sep-05 18:43 
QuestionHow to get the time taken by application Pin
Anonymous7-Sep-05 4:01
Anonymous7-Sep-05 4:01 
AnswerRe: How to get the time taken by application Pin
David Crow7-Sep-05 4:15
David Crow7-Sep-05 4:15 
AnswerRe: How to get the time taken by application Pin
Trollslayer7-Sep-05 4:43
mentorTrollslayer7-Sep-05 4:43 
GeneralRe: How to get the time taken by application Pin
David Crow7-Sep-05 6:41
David Crow7-Sep-05 6:41 
GeneralRe: How to get the time taken by application Pin
Graham Bradshaw7-Sep-05 7:01
Graham Bradshaw7-Sep-05 7:01 
GeneralRe: How to get the time taken by application Pin
David Crow7-Sep-05 7:32
David Crow7-Sep-05 7:32 
QuestionRe: How to get the time taken by application Pin
ThatsAlok7-Sep-05 19:01
ThatsAlok7-Sep-05 19:01 
AnswerRe: How to get the time taken by application Pin
David Crow8-Sep-05 2:12
David Crow8-Sep-05 2:12 
GeneralRe: How to get the time taken by application Pin
ThatsAlok8-Sep-05 17:59
ThatsAlok8-Sep-05 17:59 
QuestionPlease explain me the reason ??? Pin
Identity Undisclosed7-Sep-05 3:49
Identity Undisclosed7-Sep-05 3:49 
QuestionGetting and Setting Color of Toolbar Pin
Identity Undisclosed7-Sep-05 3:43
Identity Undisclosed7-Sep-05 3:43 
AnswerRe: Getting and Setting Color of Toolbar Pin
Mircea Puiu7-Sep-05 4:49
Mircea Puiu7-Sep-05 4:49 
QuestionHow to display icon on the screen??? Pin
eli150219797-Sep-05 3:24
eli150219797-Sep-05 3:24 
AnswerRe: How to display icon on the screen??? Pin
Mircea Puiu7-Sep-05 4:53
Mircea Puiu7-Sep-05 4:53 
QuestionGetting Color of Control Pin
Identity Undisclosed7-Sep-05 1:59
Identity Undisclosed7-Sep-05 1:59 
AnswerRe: Getting Color of Control Pin
David Crow7-Sep-05 3:09
David Crow7-Sep-05 3:09 
GeneralRe: Getting Color of Control Pin
Identity Undisclosed7-Sep-05 3:40
Identity Undisclosed7-Sep-05 3:40 
GeneralRe: Getting Color of Control Pin
David Crow7-Sep-05 6:21
David Crow7-Sep-05 6:21 
QuestionActiveX control versioning Pin
Ahsan Askare7-Sep-05 1:35
Ahsan Askare7-Sep-05 1:35 
QuestionAlternate for file descriptor in .net Pin
AnkurGupta_19817-Sep-05 1:26
AnkurGupta_19817-Sep-05 1:26 
Hi,

I am upgrading my application to use V.C 7.1 compiler version. AT present it is using 6.0 compiler.
The problem i am facing is use of File stream.
My req is to share same open file with filebuff and fsrteam object
Please find the code snippet below
Compiler is not recognizing .fd()
Error is in this line int fdesc = v_AppFile.fd();

filebuf v_AppFile;
v_Fb = v_AppFile.open (strFileToOpen, 0);
int fdesc = v_AppFile.fd();
if(EOF != fdesc)
{ v_stream = new fstream(fdesc);
.
.
}


Regards... Ankur

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.