Underground InformatioN Center forum [&hacking] 
[hacking & security news] [articles, programing info] [uinC hack board] [links, soft & more...][home]
[Follow Ups] [Post Followup] [Underground InformatioN Center forum {hacking}] [Forum FAQ] [Archive/Архив]

вылетаю с ошибкой 3....help please
Posted by: trew on December 18, 2001 at 14:44:07
Posters Details: [195.14.140.43] [], X-Forwarded 4: []
[Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)]

WNDCLASS wc;
memset(&wc,0,sizeof(WNDCLASS));
wc.style = CS_HREDRAW|CS_VREDRAW |CS_DBLCLKS ;
wc.lpfnWndProc = (WNDPROC)superprocedure;
wc.hInstance = hinst;
wc.hbrBackground = (HBRUSH)(COLOR_WINDOW);
wc.lpszClassName = "CMy";
wc.lpszMenuName = NULL;
wc.hCursor = LoadCursor(NULL,IDC_ARROW);
wc.hIcon = LoadIcon(NULL,IDI_APPLICATION);
if (!RegisterClass(&wc)) return 0;

main_window=CreateWindow("CMy","ProxyExample", WS_MINIMIZEBOX|WS_THICKFRAME, CW_USEDEFAULT,0,CW_USEDEFAULT,0, NULL, NULL, hinst, NULL); вот тут я и улетаю в Милениуме а
в 2000 все нормально.....

устанавливал VC6.0 в разные директории, но
в чем причина?

Follow Ups:

Post a Followup
Name:
E-Mail:
Subject: Subject:

Comments:
Optional link:
Link title:
Optional image:


[hacking & security news] [articles, programing info] [uinC hack board] [links, soft & more...][home]
 Underground InformatioN Center forum [&hacking] 
CopyLeft 6DE9A