User Profile

Collapse

Profile Sidebar

Collapse
jivko
jivko
Last Activity: Nov 13 '08, 08:23 AM
Joined: Nov 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jivko
    replied to colors
    in C
    "Undefined reference to LoadIcon". The compilation is ok, the linkage can not work.
    See more | Go to post

    Leave a comment:


  • jivko
    replied to colors
    in C
    operation system is windows xp, i use quincy compiler. What is wrong with the line 17 ...load Icon?
    //line 0
    #include <windows.h>
    LRESULT CALLBACK WindowFunc(HWND ,UINT,WPARAM,LP ARAM);
    char szWinName[]= "MyWin";
    int WINAPI WinMain(HINSTAN CE hThisInst, HINSTANCE
    hPrevInst, LPSTR lpszArgs,
    int nWinMode)
    {
    HWND hwnd;
    MSG msg;
    WNDCLASSEX wcl;
    wcl.cbSize=size of(WNDCLASSEX);...
    See more | Go to post

    Leave a comment:


  • jivko
    started a topic colors
    in C

    colors

    Hi there, how can i make a background color in a C program? Must i use structures or unions?
    See more | Go to post
No activity results to display
Show More
Working...