The dll I'll be creating is only a mock for the real thing. But it is important that I get this done.
Thanks
1 L A T E S T R E P L I E S (Newest First)
cpyang
Posted - 07/09/2003 : 2:17:01 PM There is not much support for controlling Origin worksheets from VC++. There is MOCA that provides classes for access to Origin worksheet, but you will need to use LabTalk to call those MOCA based objects.
Why not use Origin C? Origin C allows that things that you need to do and you can make your VC++ DLL as regular C functions and call them from Origin C.