Search the Community
Showing results for tags 'dll c#'.
-
There is an API for hardware, which is implemented through Lusbapi.dll In the C ++ reference it looks like this: 1) if (GetDllVersion() != 2) { printf("error 1"); } 2) pModule = static_cast<ILE440 *>(CreateInstance("e440")); if (pModule == NULL) { printf("error 2"); } 3) if (!pModule->G...
-
I didn't like the search time of Simple Native Image Search, and being on windows 10 64bit, I couldn't get ImageSearchDll.dll to work properly. So I started researching image search routines and found this excellent post and set of replies find-a-bitmap-within-another-bitmap. I really liked...
-
Hey there, I'm trying to create an DLL callback loop to get an updated screen (actually just 1 pic that should refresh because i already got a screencapturetool to get a pic from my game every sec) i want to bring that pic on a mobile phone. the dll can connect with the program i'm using t...
-
If you are interested upgrading my existing AutoIt script as the original developer is no longer available. You can reach me at "nvalliap at yahoo com" If you know C# and DLL it would be a plus. Thanks