I
itr_rrauch
Guest
Hello,
I have a huge codebase, which is using a lot of MFC classes like CCriticalSection, originally developed for MFC GUI based application.
I need to create a Console Application, which should use some of this code.
When I create New Project Win32 Console, I am able to check the MFC Header option.
But, classes like CCriticalSection are still unknown.
What I have to do, to make such classes avaible ( I am talking only about non-gui classes!)
Do I need to add additional things in stdafx.h ?
Many thanks
Richard
Continue reading...
I have a huge codebase, which is using a lot of MFC classes like CCriticalSection, originally developed for MFC GUI based application.
I need to create a Console Application, which should use some of this code.
When I create New Project Win32 Console, I am able to check the MFC Header option.
But, classes like CCriticalSection are still unknown.
What I have to do, to make such classes avaible ( I am talking only about non-gui classes!)
Do I need to add additional things in stdafx.h ?
Many thanks
Richard
Continue reading...