Activating Console in C++ application

  • Thread starter Thread starter MyCatAlex
  • Start date Start date
M

MyCatAlex

Guest
Hello,

I am proficient in C#, Linux C++, FORTRAN, Pascal, etc, but now I need to run and modify a Microsoft C++ program. Microsoft C++ is unbelievably difficult. There are numerous samples but almost none works when I port them. Either some header files are missing or I cannot find an explanation at all. The code I am talking about is MFCaptureD3D from github. It actually works but I need to open a Console from it. Among other pieces of code I tried this: The compile error is that a bunch of variables appear undefined, e.g. APIENTRY and HINSTANCE. I have Console working in my C# applications but so what? I need it here.

I need Console. Please help.

Thanks, - MyCatAlex

Continue reading...
 
Back
Top