Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Music Application Pin
mavgoose3-Mar-04 2:02
mavgoose3-Mar-04 2:02 
GeneralMFC ‘Visio’ style GUI Pin
Murphster25-Feb-04 1:02
Murphster25-Feb-04 1:02 
GeneralRe: MFC ‘Visio’ style GUI Pin
roel_25-Feb-04 1:55
roel_25-Feb-04 1:55 
GeneralRe: MFC ‘Visio’ style GUI Pin
Murphster25-Feb-04 2:09
Murphster25-Feb-04 2:09 
GeneralRe: MFC ‘Visio’ style GUI Pin
roel_25-Feb-04 3:24
roel_25-Feb-04 3:24 
GeneralError while using fopen Pin
torrud25-Feb-04 1:01
torrud25-Feb-04 1:01 
GeneralRe: Error while using fopen Pin
toxcct25-Feb-04 2:27
toxcct25-Feb-04 2:27 
GeneralRe: Error while using fopen Pin
torrud25-Feb-04 2:36
torrud25-Feb-04 2:36 
_wfopen and fopen are the same. Only the input parameters are different.

FILE *fopen(
const char *filename,
const char *mode
);
FILE *_wfopen(
const wchar_t *filename,
const wchar_t *mode
);

I can use fopen or _wfopen. Always the compiler error occures.

Any solutions?
GeneralRe: Error while using fopen Pin
toxcct25-Feb-04 2:49
toxcct25-Feb-04 2:49 
GeneralRe: Error while using fopen Pin
torrud25-Feb-04 2:57
torrud25-Feb-04 2:57 
GeneralRe: Error while using fopen Pin
David Crow25-Feb-04 3:02
David Crow25-Feb-04 3:02 
GeneralRe: Error while using fopen Pin
Prakash Nadar25-Feb-04 3:12
Prakash Nadar25-Feb-04 3:12 
GeneralRe: Error while using fopen Pin
torrud25-Feb-04 3:51
torrud25-Feb-04 3:51 
Generalfile-based database programming in VC++ Pin
ppp00125-Feb-04 0:41
ppp00125-Feb-04 0:41 
GeneralRe: file-based database programming in VC++ Pin
KarstenK25-Feb-04 0:54
mveKarstenK25-Feb-04 0:54 
GeneralRe: file-based database programming in VC++ Pin
roel_25-Feb-04 1:58
roel_25-Feb-04 1:58 
GeneralRe: file-based database programming in VC++ Pin
basementman25-Feb-04 10:17
basementman25-Feb-04 10:17 
Generalwriting in a wave file Pin
zizoo24-Feb-04 23:59
zizoo24-Feb-04 23:59 
GeneralRe: writing in a wave file Pin
roel_25-Feb-04 2:00
roel_25-Feb-04 2:00 
GeneralAntivirus SDK Pin
Shree24-Feb-04 23:42
Shree24-Feb-04 23:42 
GeneralRe: Antivirus SDK Pin
Balkrishna Talele25-Feb-04 1:18
Balkrishna Talele25-Feb-04 1:18 
GeneralWinXP Win2000 VC++ Inno Pin
rasha200324-Feb-04 23:00
rasha200324-Feb-04 23:00 
GeneralRe: WinXP Win2000 VC++ Inno Pin
Prakash Nadar24-Feb-04 23:06
Prakash Nadar24-Feb-04 23:06 
GeneralRe: WinXP Win2000 VC++ Inno Pin
toxcct25-Feb-04 1:43
toxcct25-Feb-04 1:43 
GeneralRe: WinXP Win2000 VC++ Inno Pin
Prakash Nadar25-Feb-04 3:00
Prakash Nadar25-Feb-04 3:00 

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.