User Profile
Collapse
-
"Undefined reference to LoadIcon". The compilation is ok, the linkage can not work. -
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);...Leave a comment:
-
colors
Hi there, how can i make a background color in a C program? Must i use structures or unions?
No activity results to display
Show More
Leave a comment: