hinstance

  1. E

    Visual CPP lnk2019 error

    I am just getting started with visual cpp 2013 . I looked around the web for tutorials and tried running the following code #include <windows.h> #include <tchar.h> int WINAPI winMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd) { MessageBox(NULL...
  2. C

    errors on building visual c++ program

    hey guys i'm learning visual c++ and i'm getting errors on building the following program.it's from a book and so i expected it to run but it's giving errors please tell me what they mean and how to get rid of them code: #include<windows.h> int_stdcall WinMain ( HINSTANCE hInstance...
Top Bottom