S
superfluent
Is there any way of calling a method in an instance of a c++ class
(coded with evc4) in CF2? I have done this on the desktop by using a
mix of static factory functions (that create and return a pointer to an
instance), and then using the dllimprt attributes and specifying the
magled export "EntryPoint" and the calling convention
"CallingConvention=CallingConvention.ThisCall" for the methods I need.
However, the calling convetion does not seem to exist in CF2.
Is it possible to call methods directly without creating static
wrappers for each and every function in the class?
(coded with evc4) in CF2? I have done this on the desktop by using a
mix of static factory functions (that create and return a pointer to an
instance), and then using the dllimprt attributes and specifying the
magled export "EntryPoint" and the calling convention
"CallingConvention=CallingConvention.ThisCall" for the methods I need.
However, the calling convetion does not seem to exist in CF2.
Is it possible to call methods directly without creating static
wrappers for each and every function in the class?