Click here to Skip to main content
16,011,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: instance by using class name stored in a variable Pin
sunit58-Mar-06 0:34
sunit58-Mar-06 0:34 
GeneralRe: instance by using class name stored in a variable Pin
toxcct8-Mar-06 0:38
toxcct8-Mar-06 0:38 
GeneralRe: instance by using class name stored in a variable Pin
sunit58-Mar-06 2:04
sunit58-Mar-06 2:04 
GeneralRe: instance by using class name stored in a variable Pin
toxcct8-Mar-06 2:09
toxcct8-Mar-06 2:09 
GeneralRe: instance by using class name stored in a variable Pin
sunit58-Mar-06 3:34
sunit58-Mar-06 3:34 
AnswerRe: instance by using class name stored in a variable Pin
Roger Stoltz7-Mar-06 23:31
Roger Stoltz7-Mar-06 23:31 
AnswerRe: instance by using class name stored in a variable Pin
jhwurmbach8-Mar-06 3:01
jhwurmbach8-Mar-06 3:01 
QuestionWierd warning Pin
BeakX7-Mar-06 20:37
BeakX7-Mar-06 20:37 
i recieved this warning

: warning C4133: 'function' : incompatible types - from 'char [5]' to 'const unsigned short *'

for the first line of the code below

hCOM1 = CreateFile("COM1",
GENERIC_READ | GENERIC_WRITE,
0,
0,
OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL,
0);

I copied the code below from an older program, but i did not get that warning when i tried to compile it. Is there something i am doing wrong ?
AnswerRe: Wierd warning Pin
Steve Echols7-Mar-06 20:52
Steve Echols7-Mar-06 20:52 
AnswerRe: Wierd warning Pin
sunit57-Mar-06 22:11
sunit57-Mar-06 22:11 
AnswerRe: Wierd warning Pin
Stephen Hewitt7-Mar-06 22:55
Stephen Hewitt7-Mar-06 22:55 
AnswerRe: Wierd warning Pin
David Crow8-Mar-06 2:45
David Crow8-Mar-06 2:45 
QuestionAdding function key to a WIN32 program.. Pin
peter rankel7-Mar-06 20:09
peter rankel7-Mar-06 20:09 
AnswerRe: Adding function key to a WIN32 program.. Pin
Steve Echols7-Mar-06 20:38
Steve Echols7-Mar-06 20:38 
QuestionHow to get the virtual printers (eg: Acrobat PDFWriter) installed? Pin
jahfer7-Mar-06 19:59
jahfer7-Mar-06 19:59 
Questionhow can i use CImageList. Pin
baldha rakesh7-Mar-06 19:53
baldha rakesh7-Mar-06 19:53 
AnswerRe: how can i use CImageList. Pin
Hamid_RT7-Mar-06 20:17
Hamid_RT7-Mar-06 20:17 
Questionappended menuitems disabled Pin
_tasleem7-Mar-06 19:36
_tasleem7-Mar-06 19:36 
AnswerRe: appended menuitems disabled Pin
Cool Ju7-Mar-06 19:55
Cool Ju7-Mar-06 19:55 
GeneralRe: appended menuitems disabled Pin
_tasleem7-Mar-06 20:06
_tasleem7-Mar-06 20:06 
AnswerRe: appended menuitems disabled Pin
Nibu babu thomas7-Mar-06 21:06
Nibu babu thomas7-Mar-06 21:06 
GeneralRe: appended menuitems disabled Pin
_tasleem7-Mar-06 21:41
_tasleem7-Mar-06 21:41 
GeneralRe: appended menuitems disabled Pin
Nibu babu thomas7-Mar-06 22:20
Nibu babu thomas7-Mar-06 22:20 
Questionin Vista "OpenService()" fail Pin
chenxiujie7-Mar-06 18:26
chenxiujie7-Mar-06 18:26 
Questionunions Pin
yonis 117-Mar-06 18:21
yonis 117-Mar-06 18:21 

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.