Search:

Type: Posts; User: Floh85

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,645

    Oh well, skipped some 15 pages in my book and...

    Oh well, skipped some 15 pages in my book and what do I have here; "The function WndProc()".

    I assumed that function is imported or something - don't know the conventions that well yet.

    Thanks...
  2. Replies
    4
    Views
    3,645

    Well, it's this line the compiler does not agree...

    Well, it's this line the compiler does not agree with. It's in the initApplication() function.



    wc.lpfnWndProc = (WNDPROC) WndProc;


    I've had the same error with WinMain - solved it with...
  3. Replies
    4
    Views
    3,645

    WinGui C Problem (WndProc not recognized?)

    Hey,

    I just started to learn how to program in Windows and have a problem with the very first program. It's from a C Book I have, so i guess the code is alright.

    Error: undefined reference to...
Results 1 to 3 of 3