Click here to Skip to main content
15,922,155 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calendar Week Problem Pin
wangyiming3-Feb-02 21:51
wangyiming3-Feb-02 21:51 
QuestionHow to use point to member function? Pin
Feng Qin2-Feb-02 7:27
Feng Qin2-Feb-02 7:27 
AnswerRe: How to use point to member function? Pin
Michael Dunn2-Feb-02 7:40
sitebuilderMichael Dunn2-Feb-02 7:40 
GeneralRe: How to use point to member function? Pin
Feng Qin2-Feb-02 18:08
Feng Qin2-Feb-02 18:08 
GeneralRe: How to use point to member function? Pin
Feng Qin2-Feb-02 19:23
Feng Qin2-Feb-02 19:23 
GeneralC in Visual C++ Pin
aleyah2-Feb-02 6:49
aleyah2-Feb-02 6:49 
GeneralRe: C in Visual C++ Pin
2-Feb-02 6:51
suss2-Feb-02 6:51 
Generalvery frustrating dialog error Pin
2-Feb-02 6:10
suss2-Feb-02 6:10 
I know that most y'all here are MFC programmers, but I have a Win32 API problem that I can't find the solution to anywhere else and I was hoping I could find it here. I'm getting the most frustrating error when compiling my program on a certain line of code. The line of code is:

DialogBox(hInstance, ABOUTDIALOG, hwnd, (DLGPROC) DlgProc);

I've also tried MAKEINTRESOURCE for the second parameter with no success.

The error is.:

Warning: c:\graphx2\graphx.c: 140 assignment of pointer to const unsigned short to pointer to char

I'm stumped and I'd appreciate any help.

Thanks,
AJ
GeneralRe: very frustrating dialog error Pin
2-Feb-02 12:05
suss2-Feb-02 12:05 
GeneralRe: very frustrating dialog error Pin
2-Feb-02 21:07
suss2-Feb-02 21:07 
GeneralRe: very frustrating dialog error Pin
3-Feb-02 5:44
suss3-Feb-02 5:44 
GeneralRe: very frustrating dialog error Pin
3-Feb-02 6:10
suss3-Feb-02 6:10 
GeneralMFC is Challenging :: C++ Pin
valikac2-Feb-02 5:59
valikac2-Feb-02 5:59 
GeneralRe: MFC is Challenging :: C++ Pin
Matt Gullett2-Feb-02 6:13
Matt Gullett2-Feb-02 6:13 
GeneralRe: MFC is Challenging :: C++ Pin
Jon Sagara2-Feb-02 8:35
Jon Sagara2-Feb-02 8:35 
GeneralRe: MFC is Challenging :: C++ Pin
alex.barylski2-Feb-02 13:34
alex.barylski2-Feb-02 13:34 
GeneralRe: MFC is Challenging :: C++ Pin
Shog92-Feb-02 15:11
sitebuilderShog92-Feb-02 15:11 
GeneralRe: MFC is Challenging :: C++ Pin
Paul M Watt2-Feb-02 15:21
mentorPaul M Watt2-Feb-02 15:21 
GeneralRe: MFC is Challenging :: C++ Pin
valikac3-Feb-02 6:40
valikac3-Feb-02 6:40 
GeneralRe: MFC is Challenging :: C++ Pin
valikac4-Feb-02 4:45
valikac4-Feb-02 4:45 
QuestionCreate a SQL Query by CDaoDatabase::Execute ??? Pin
Hadi Rezaee2-Feb-02 5:46
Hadi Rezaee2-Feb-02 5:46 
AnswerRe: Create a SQL Query by CDaoDatabase::Execute ??? Pin
Philip Patrick2-Feb-02 13:54
professionalPhilip Patrick2-Feb-02 13:54 
GeneralRe: Create a SQL Query by CDaoDatabase::Execute ??? Pin
Hadi Rezaee2-Feb-02 20:51
Hadi Rezaee2-Feb-02 20:51 
GeneralRe: Create a SQL Query by CDaoDatabase::Execute ??? Pin
Philip Patrick2-Feb-02 23:14
professionalPhilip Patrick2-Feb-02 23:14 
GeneralRe: Create a SQL Query by CDaoDatabase::Execute ??? Pin
Hadi Rezaee3-Feb-02 0:22
Hadi Rezaee3-Feb-02 0:22 

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.