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

C / C++ / MFC

 
AnswerRe: How to remove Client area in a single document application Pin
Prakash Nadar30-Nov-03 22:15
Prakash Nadar30-Nov-03 22:15 
Generalmessage box..... Pin
Best Friend30-Nov-03 20:09
Best Friend30-Nov-03 20:09 
GeneralRe: message box..... Pin
Shanmuga Sundar30-Nov-03 21:16
Shanmuga Sundar30-Nov-03 21:16 
GeneralWindow creation problem Pin
User 21559730-Nov-03 19:35
User 21559730-Nov-03 19:35 
GeneralRe: Window creation problem Pin
Antti Keskinen30-Nov-03 23:51
Antti Keskinen30-Nov-03 23:51 
GeneralRe: Window creation problem Pin
User 2155971-Dec-03 0:25
User 2155971-Dec-03 0:25 
Generalregd CFile Pin
karteek30-Nov-03 18:08
karteek30-Nov-03 18:08 
GeneralRe: regd CFile Pin
Antti Keskinen30-Nov-03 23:58
Antti Keskinen30-Nov-03 23:58 
Explain your steps in more detail. The errors you posted and the CFile object are not related in any way.

If you are trying to use MFC without the project wizards, then in addition to including the afx.h header, you must link with the appropriate MFC library.

If you are trying to create a Winamp plugin, like it seems, then remember that in the XP world, you cannot subclass a window by replacing window procedures anymore. At least so it says in the MSDN.

The example provided by NullSoft may no longer function properly. I suggest you either contact them or spend some time experimenting. However, what I do know, like I stated, is that these errors have nothing to do with the CFile object. They might pop up because of the MFC header, but in that case, you'll just need to re-check your function calls and remember the linkages.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralActiveX spreadsheet Pin
DougW4830-Nov-03 16:51
DougW4830-Nov-03 16:51 
Questionhow to run.exe without visual c++ installed? Pin
Anonymous30-Nov-03 15:42
Anonymous30-Nov-03 15:42 
AnswerRe: how to run.exe without visual c++ installed? Pin
Prakash Nadar30-Nov-03 16:02
Prakash Nadar30-Nov-03 16:02 
GeneralRe: how to run.exe without visual c++ installed? Pin
BaldwinMartin30-Nov-03 23:17
BaldwinMartin30-Nov-03 23:17 
GeneralCString to WCHAR Pin
Hesham Amin30-Nov-03 10:02
Hesham Amin30-Nov-03 10:02 
GeneralRe: CString to WCHAR Pin
Jörgen Sigvardsson30-Nov-03 10:12
Jörgen Sigvardsson30-Nov-03 10:12 
GeneralRe: CString to WCHAR Pin
Hesham Amin30-Nov-03 10:19
Hesham Amin30-Nov-03 10:19 
GeneralRe: CString to WCHAR Pin
Jörgen Sigvardsson30-Nov-03 10:25
Jörgen Sigvardsson30-Nov-03 10:25 
GeneralRe: CString to WCHAR Pin
Peter Weyzen30-Nov-03 14:00
Peter Weyzen30-Nov-03 14:00 
GeneralRe: CString to WCHAR Pin
Jörgen Sigvardsson30-Nov-03 21:22
Jörgen Sigvardsson30-Nov-03 21:22 
GeneralRe: CString to WCHAR Pin
Hesham Amin1-Dec-03 2:04
Hesham Amin1-Dec-03 2:04 
Generalhelp h43k4z again! Pin
h43k4z30-Nov-03 10:00
h43k4z30-Nov-03 10:00 
GeneralRe: help h43k4z again! Pin
Christian Graus30-Nov-03 10:43
protectorChristian Graus30-Nov-03 10:43 
Generalimage processing under visual c++ 6... Pin
Anonymous30-Nov-03 8:51
Anonymous30-Nov-03 8:51 
GeneralRe: image processing under visual c++ 6... Pin
Christian Graus30-Nov-03 9:12
protectorChristian Graus30-Nov-03 9:12 
GeneralParent and child dialogs Pin
J.B.30-Nov-03 7:28
J.B.30-Nov-03 7:28 
QuestionHow to destroy several instances of a dialog-derived class? Pin
julych30-Nov-03 7:24
julych30-Nov-03 7:24 

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.