WinMain ambiguity Error
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i am using Visual C++ toolkit 2003. i am writing a windows forms application. if i click a button , it has to call an win 32 api from windows.h, say MessageBox(), i included #include windwos.h now it is giving an ambiguity error WinMain is already defined, how to get out of this, even i tried the order of #using mscorlib.dll # include windows.h // i am having some assumption or workarounds for this,, but i need a solution ?? // because i am intersted in discussing about this .. // warm welcome for the discussion
^-^ @|@ - redCat