24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
drpfTest - Sample code for calling the DinkeyRemote Module in C
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
This project is written in Visual Studio 5 but will work in more recent
|
|
versions of Visual Studio (they will upgrade the Project to the latest version).
|
|
For Visual Studio 2008 and higher please use the Visual Studio 2008 sample code.
|
|
|
|
The main source files in the project are:
|
|
|
|
drpf.h - the source file contains declarations of our API.
|
|
|
|
drpftest.c - this is the sample code giving an example on how you can call our API.
|
|
It contains 2 functions. Just use which ever functions are most appropriate
|
|
and customise in your own way.
|
|
|
|
Note that the source paths of this project are structured to minimise files. If you
|
|
want to move this project the references to these files will probably be no longer valid.
|
|
|
|
Note - you will not be able to debug your program after the DinkeyRemote Module has been
|
|
called. Our strong anti-debug code will cause the debugger to throw an exception.
|
|
There are no debug modules for DinkeyRemote so you will have to find other ways of
|
|
debugging your code (for example taking out the call altogether).
|
|
|