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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help with Threading 3
LoadLibrary under VC.net 2005 2
VC.NET 2005 and ^ 5
How to load resource strings? 4
doc/view in VC.net 2005 3
Window class 8
"Load lock" in C++ mixed mode dll with MFC 4
.net 2005 and ODBC 1

Back
Top