02-21-2012 04:19 AM
Hi
Im using labview mobile module to create a HMI, that will be running in a Windows CE OS device, from Beckhoff Automation (C6915-0000).
Here is the deal: I need to use a dll (TcAdsDll.dll) and dont know how to make it work on the mobile panel project I created. In a non mobile there is no secret at all, you just call the library node and it works fine but when using mobile I read there is necessary to create a "stub library" or something like that to call the dll but I did not found how to do it.
One more thing: I dont know where to find the TcAdsdll.dll functions prototypes with all arguments and returns. They are necessary to build my application in Windows CE right?
Attached the projected I worked on from yesterday to today. Just cant build
thanks a lot
Fernando
Bachelor in computational physics, IFSC, USP
Equitron Automation
02-22-2012 09:18 AM
Hi Fernando,
In the following link have an example of wrapper DLL.
http://digital.ni.com/public.nsf/allkb/D1705141137852B586256A63007490A7?OpenDocument
You need the function prototype to know the what data you need enter in your function and datatype.
Regards,
Abel Souza
Applications Engineering
NI Brazil