I have used MFC in MSVC++ 6.0, but I am overwhelmed by what happens when I try to start a new MFC project in Visual Studio 2005.
My program is very simple and only needs to get the coordinates of the mouse in realtime as I position a box on the screen.
When I started a project in MSVC++ 6.0, the extra files could essentially be ignored. In Visual Studio, I try to create the simplest project possible using MFC, and I get several files that I don't understand. I also don't want the MFC window to appear when I run my application (not at this stage, at any rate). I would great appreciate some help in getting this going either in MFC or with another another library in C++.
Thanks!
-Matt
My program is very simple and only needs to get the coordinates of the mouse in realtime as I position a box on the screen.
When I started a project in MSVC++ 6.0, the extra files could essentially be ignored. In Visual Studio, I try to create the simplest project possible using MFC, and I get several files that I don't understand. I also don't want the MFC window to appear when I run my application (not at this stage, at any rate). I would great appreciate some help in getting this going either in MFC or with another another library in C++.
Thanks!
-Matt
Comment