[MFC Application]

Hi.

I want to use “FrontPanel” in MFC Dialog Application.
But I can make a exe program in “just” Console Mode.
How can I make FrontPanel into MFC Application?

Thanks.

You should be using the FrontPanel DLL. If this is the case, you just start and build an MFC application as you normally would, then add the code to initialize and call the DLL. There’s nothing in the DLL (or even the statically linked library) that should preclude building a standard MFC app.

If you’re having trouble setting up an MFC app, I would suggest you look at the many MFC sample applications that Microsoft includes. Visual Studio even has a wizard to help you setup an MFC application.