Search:

Type: Posts; User: cj56

Search: Search took 0.01 seconds.

  1. Thread: Petzold's HEAD.C

    by cj56
    Replies
    1
    Views
    1,837

    Petzold's HEAD.C

    I'm trying to compile the following code on my Athlon PC using the Dev C++ compiler. I get a passing int as argument 4 error in lin 179 and a passing unsigned char error in line 192. Any suggestions...
  2. Replies
    6
    Views
    1,729

    Thanks

    Thank you Ken Fitlike,
    Including windows.h in the rc file does indeed resolve this issue! Your help is greatly appreciated. These matters are very difficult for beginners. Thank goodness there are...
  3. Replies
    6
    Views
    1,729

    Thanks for the responses guys, Word for word...

    Thanks for the responses guys,

    Word for word
    line 1
    "[Resource Error] parse error"
    line 2
    "[Build Error] [dialog_private.res] Error1"

    I've tried DIALOGEX and removing DS_3DLOOK.
  4. Replies
    6
    Views
    1,729

    resource parse error

    One more try.

    When I attempt to compile the following code I receive a [Resource error] parse error message. The error is reported in the resource.rc file in the line beginning with "STYLE...
  5. Replies
    2
    Views
    1,591

    thanx golfinguy4

    Thank you golfinguy4. I thought that this problem was related to a data type issue ( i.e. int, char ect.) Use of HFONT in this way is new to me, but your suggestion does resolve my problem. ...cj56
  6. Replies
    2
    Views
    1,591

    implicit conversion

    I'm trying to compile a program. The following line of code:
    hfDefault = GetStockObject(DEFAULT_GUI_FONT);
    produces the "[WARNING] ANSI C++ forbids implicit conversion from 'void' in assignmnent...
  7. Replies
    2
    Views
    1,048

    checkbox background

    How do I make a checkbox bacground match it's parent window background?
Results 1 to 7 of 8