Search found 2 matches

by codemonkey
July 22nd, 2009, 4:22 am
Forum: SDK Questions
Topic: PM3 Dll - Cannot find hook?
Replies: 2
Views: 5091

Thanks Mike, but I am still getting the following error: System.EntryPointNotFoundException was unhandled Message="Unable to find an entry point named 'tkcmdsetCSAFE_init_protocol' in DLL 'PM3CSAFECP.dll'." Source="PM3Test" Could it be the version of the DLL that I have (the newest one) not being co...
by codemonkey
July 21st, 2009, 5:50 am
Forum: SDK Questions
Topic: PM3 Dll - Cannot find hook?
Replies: 2
Views: 5091

PM3 Dll - Cannot find hook?

I have recently started to try and develop software for my PM3, and have tried to write a small test program for it. I have copied some of the code from another thread in this forum, and the important parts of my code are here: class Program { static void Main(string[] args) { Program prog = new Pro...