HINSTANCE under VC.NET 2005

  • Thread starter Thread starter Maileen
  • Start date Start date
M

Maileen

Hi,

When i try to use HINSTANCE under VC.NET 2005 (windows.forms
application), VC informs me that i must place a token (;) after HINSTANCE...
but it is not correct.

So, where is the problem ?
it looks like HINSTANCE is not defined... :-(
thanks,

Maileen
 
Yes, and by doing this, i received a lot of error like :

syntax error : missing ';' before 'Test'
and this appear for

HINSTANCE Test;

So, where is the problem ?
 
ok it seems to work no, but i have a lot of ambigious identifier due to
using and include :(
 
Could you copy/paste the contents of that h file? It may help identify
what's wrong.
 
Back
Top