Welcome to PamHelp.com
This is the PamConsult support page for the products we are offering.
Please select the product you are requiring support for below and open a support ticket or contact us.



How to integrate Pamela's functions seamless into your own application with the Remote Control DLL
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
As of Pamela 3 we have added a DLL that allows you to remote control various settings in Pamela and start/stop events. If you have an application and wish to use functions in Pamela you can do that remotely now via a DLL. Note that the remote control DLL Is only available in Pamela Professional and Business. This decision was made to keep the file size of Pamela Basic small. The DLL is called "remotecontrol.dll" and is available in the SYSDIR directory. Available commands in the DLL are:
Return codes There are two codes Pamela returns. 1 - Means that Pamela is loaded, attachments possible, current attached handle validated and attached to remote control. All further remote operations possible. 0 - Attachment failed. A zero for anything else means failed too. Excluded is the command "GetOptionInt" because this option can be set to 0.
Sample Code Attached you will find C++ (VS2012) sample code which will allow you to see how to work with the dll. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
c++remotecontroldemo.zip (347.60 KB)
![]() Helpful Not helpful
|