2005-04-08 03:00 PM - last edited on 2023-08-07 12:08 PM by Doreena Deng
2005-05-03 01:59 PM
Ramblin wrote:I don't know anyone who has ever tried that. Take a look at the DLL_Test example in the DevKit, that moight point you to the right direction. I think the biggest problem is not with functions (the API interface is simple C), rather than with the data structures.
Has anyone given this a try yet?
I've read the 'Non Visual C++ Development' document several times now. I figured I'd at least see what happens. It shouldn't be hard in C# to use the ACAP_DLL.apx or to implement the initialization and termination functions, but I'm wondering if I'd have to reimplement all of the header files and methods for getting function addresses....
If anyone has tried and had success or knows it won't work without a large investment of time, can you share some insight?
2005-05-03 06:30 PM