Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Icons ! Pin
Michael P Butler26-Apr-02 5:10
Michael P Butler26-Apr-02 5:10 
GeneralRe: Icons ! Pin
Roger Allen26-Apr-02 5:55
Roger Allen26-Apr-02 5:55 
GeneralRe: Icons ! Pin
Mark A26-Apr-02 6:22
Mark A26-Apr-02 6:22 
GeneralRe: Icons ! Pin
lszyn10-May-02 16:08
lszyn10-May-02 16:08 
QuestionHow to setup additional rights on directory at runtime ? Pin
Sasa Kajic26-Apr-02 4:59
Sasa Kajic26-Apr-02 4:59 
GeneralWindow Class Encapsulation and WNDPROC Pin
qmuffs26-Apr-02 4:56
qmuffs26-Apr-02 4:56 
GeneralRe: Window Class Encapsulation and WNDPROC Pin
Joaquín M López Muñoz26-Apr-02 5:00
Joaquín M López Muñoz26-Apr-02 5:00 
GeneralRe: Window Class Encapsulation and WNDPROC Pin
qmuffs26-Apr-02 6:31
qmuffs26-Apr-02 6:31 
Yes, I'm designing my own. It has to do with the hidden 'this' argument that is passed to member functions of a class. It gives me this error.

Compiling...
cWindow.cpp
c:\projects\cwindow\cwindow.h(86) : error C2440: 'type cast' : cannot convert from '' to 'long (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,long)'
None of the functions with this name in scope match the target type
Error executing cl.exe.

cWindow.exe - 1 error(s), 0 warning(s)

QMuffs
GeneralRe: Window Class Encapsulation and WNDPROC Pin
alex.barylski26-Apr-02 8:14
alex.barylski26-Apr-02 8:14 
GeneralRe: Window Class Encapsulation and WNDPROC Pin
qmuffs26-Apr-02 8:40
qmuffs26-Apr-02 8:40 
GeneralRe: Window Class Encapsulation and WNDPROC Pin
qmuffs26-Apr-02 9:21
qmuffs26-Apr-02 9:21 
GeneralRe: Window Class Encapsulation and WNDPROC Pin
Joaquín M López Muñoz26-Apr-02 9:15
Joaquín M López Muñoz26-Apr-02 9:15 
GeneralRe: Window Class Encapsulation and WNDPROC Pin
qmuffs26-Apr-02 9:22
qmuffs26-Apr-02 9:22 
GeneralUndocumented wParam values for WM_SYSCOMMAND Pin
26-Apr-02 2:49
suss26-Apr-02 2:49 
GeneralRe: Undocumented wParam values for WM_SYSCOMMAND Pin
Paul M Watt26-Apr-02 4:02
mentorPaul M Watt26-Apr-02 4:02 
GeneralI should filter these bits by wParam & 0xfff0, I think Pin
28-Apr-02 22:56
suss28-Apr-02 22:56 
GeneralFormat text in text file Pin
Xtorpia26-Apr-02 2:35
Xtorpia26-Apr-02 2:35 
GeneralRe: Format text in text file Pin
lucy26-Apr-02 2:55
lucy26-Apr-02 2:55 
GeneralRe: Format text in text file Pin
markkuk26-Apr-02 3:02
markkuk26-Apr-02 3:02 
GeneralRe: Format text in text file Pin
Xtorpia26-Apr-02 3:09
Xtorpia26-Apr-02 3:09 
GeneralRe: Format text in text file Pin
Tim Smith26-Apr-02 5:08
Tim Smith26-Apr-02 5:08 
GeneralRe: Format text in text file Pin
Joaquín M López Muñoz26-Apr-02 4:31
Joaquín M López Muñoz26-Apr-02 4:31 
GeneralRe: Format text in text file Pin
Xtorpia26-Apr-02 5:06
Xtorpia26-Apr-02 5:06 
GeneralDistributed compiling Pin
Braulio Dez26-Apr-02 1:31
Braulio Dez26-Apr-02 1:31 
GeneralRe: Distributed compiling Pin
26-Apr-02 1:44
suss26-Apr-02 1:44 

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.