DLL File in OI10 (OpenInsight 64-bit)
At 24 SEP 2022 05:28:11AM melia wrote:
Hi,
I have a 64bit dll file. I want to import and use it in OI10 but when I call the function it returns this error message: Function doesn't exist in dynamic link library.
I already create a record and save it in the SYSPROCS and run Declare_FCNS but still not working. The location of the dll file is already in the Revsoft folder.
I have a 32bit dll file and import it in OI9, and it works well. Or maybe Is there different method or step importing a dll file in OI 9 and OI 10 ?
What step do I miss ? Anyone can help me please.
Thank you
Melia
At 24 SEP 2022 11:51AM Carl Pates wrote:
Hi Melia,
That usually means that:
1) The function isn't actually being exported from the DLL, or
2) The function name in your prototype isn't correct - remember function names are case-sensitive.
Regards