PLCSim S7ProSim in a CORBA server

I

Thread Starter

iker

Hi there.

I am trying to build a CORBA server for PLCSim and I've tried using an S7ProSim Control whose methods I've called when implementing the interface methods. I use VisiBroker for C++ and I create the S7ProSim Control with Visual C++. When trying to compile, I get an error saying that VisiBroker doesn't accept MFCs. The problem is that the S7ProSim Control uses a class called CS7ProSim whose base class is CWnd, an MFC. Can anyone help me? Thank you so much.
 
Top