Visual Studio 2005 ignoring main function C++
- by den bardadym
I create empty project. Add some dll and lib. Then I include header file from one library and the program begin ignore main function, when i execute it.
No errors during building was.
Such behavior shoke me. It seems program use DllMain or so on.
Any suggestion?
Thanks.