Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPrint Preview Pin
DougW4825-Aug-03 2:29
DougW4825-Aug-03 2:29 
Generaljava Word maker help required Pin
seunao25-Aug-03 1:44
seunao25-Aug-03 1:44 
GeneralRe: java Word maker help required Pin
Joey Bloggs25-Aug-03 2:58
Joey Bloggs25-Aug-03 2:58 
GeneralStack overload problem /F dosent, debug wont enter main function, VS6 Pin
Anonymous25-Aug-03 1:39
Anonymous25-Aug-03 1:39 
GeneralRe: Stack overload problem /F dosent, debug wont enter main function, VS6 Pin
Joaquín M López Muñoz25-Aug-03 2:35
Joaquín M López Muñoz25-Aug-03 2:35 
GeneralRe: Stack overload problem /F dosent, debug wont enter main function, VS6 Pin
Anonymous25-Aug-03 2:44
Anonymous25-Aug-03 2:44 
GeneralRe: Stack overload problem /F dosent, debug wont enter main function, VS6 Pin
Joel Lucsy25-Aug-03 4:40
Joel Lucsy25-Aug-03 4:40 
GeneralProblem with CD RW files Pin
Still learning how to code25-Aug-03 1:29
Still learning how to code25-Aug-03 1:29 
Hi, I am trying to write files on a CD RW disk formatted under the Apaptec Direct CD program. If am getting a "File not found" error on return from CFile::Open() - the code (which works on a hard disk directory) is as follows:-

if( !DestFile.Open( sDest, CFile::modeCreate | CFile::modeReadWrite | CFile::shareDenyWrite, &e ) )
{
#ifdef _DEBUG
CString sMsg;
sMsg.Format("Destination file %s could not be opened - error code = ",sDest);

afxDump << sMsg << e.m_cause << "\n";
if(e.m_cause == CFileException::sharingViolation)
afxDump << "ERROR: Sharing violation\n";
if(e.m_cause == CFileException::fileNotFound )
afxDump << "ERROR: File not found\n";
#endif
}

Do I have to do something special with CD RW's ???


Doug
GeneralSwitching Desktop: Pointer Problem Pin
mike :D25-Aug-03 0:38
mike :D25-Aug-03 0:38 
GeneralStrange Application Error. Help experts!! Pin
rohit.dhamija25-Aug-03 0:36
rohit.dhamija25-Aug-03 0:36 
GeneralRe: Strange Application Error. Help experts!! Pin
Taka Muraoka25-Aug-03 1:02
Taka Muraoka25-Aug-03 1:02 
GeneralRe: Strange Application Error. Help experts!! Pin
rohit.dhamija25-Aug-03 2:05
rohit.dhamija25-Aug-03 2:05 
GeneralRe: Strange Application Error. Help experts!! Pin
Taka Muraoka25-Aug-03 2:09
Taka Muraoka25-Aug-03 2:09 
GeneralRe: Strange Application Error. Help experts!! Pin
rohit.dhamija25-Aug-03 2:20
rohit.dhamija25-Aug-03 2:20 
GeneralRe: Strange Application Error. Help experts!! Pin
Taka Muraoka25-Aug-03 2:35
Taka Muraoka25-Aug-03 2:35 
GeneralRe: Strange Application Error. Help experts!! Pin
rohit.dhamija25-Aug-03 2:54
rohit.dhamija25-Aug-03 2:54 
GeneralRe: Strange Application Error. Help experts!! Pin
Ravi Bhavnani25-Aug-03 3:47
professionalRavi Bhavnani25-Aug-03 3:47 
GeneralRe: Strange Application Error. Help experts!! Pin
rohit.dhamija25-Aug-03 18:20
rohit.dhamija25-Aug-03 18:20 
GeneralSending messages through school networks. Pin
Sailboards25-Aug-03 0:26
Sailboards25-Aug-03 0:26 
GeneralRe: Sending messages through school networks. Pin
Fredrik Skog25-Aug-03 0:31
Fredrik Skog25-Aug-03 0:31 
GeneralRe: Sending messages through school networks. Pin
Sailboards25-Aug-03 21:23
Sailboards25-Aug-03 21:23 
GeneralRe: Sending messages through school networks. Pin
Fredrik Skog25-Aug-03 21:37
Fredrik Skog25-Aug-03 21:37 
GeneralSave HICON to a file Pin
Member 50856725-Aug-03 0:21
Member 50856725-Aug-03 0:21 
GeneralRe: Save HICON to a file Pin
KaЯl25-Aug-03 2:35
KaЯl25-Aug-03 2:35 
GeneralAccess Disk Sector for non-admin user Pin
khehwan25-Aug-03 0:07
khehwan25-Aug-03 0:07 

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.