Casino gambling online strategy
All information about and examples for the new DGT driver RabbitPlugin.
Casino gambling online strategy
Gambling
| Date added: | 01/19/2012 |
| Date modified: | 07/12/2012 |
| Filesize: | 949.96 kB |
| Downloads: | 2595 |
This is the DGT driver DLL (RabbitPlugin) documentation for programmers. It describes the functionality of the driver DLL and how communication should work between a program and the driver.
Gambling
| Date added: | 05/31/2012 |
| Date modified: | 06/07/2012 |
| Filesize: | 10.78 kB |
| Downloads: | 1095 |
Example usage of the new driver with C#. Use it as follows
- Extract DllSharp.zip
- Open DllSharp.csproj in Visual Studio (or Visual C# Express)
- Build project
- Run project. To open the Rabbit configuration dialog, double-click on the icon in the taskbar
The source code of the dll communications is in MainForm.cs (right-click on its name and choose 'View code'). It is self-explanatory; you can expand it and/or translate it to other .NET programming languages.
If you have questions, please contact support.
Gambling
| Date added: | 06/07/2012 |
| Date modified: | 06/07/2012 |
| Filesize: | 3.58 MB |
| Downloads: | 1027 |
This is an example how the driver DLL can be used with Java. The implementation is made with JNA, is somewhat crude but does give an idea how this can be done. The application has been created with Eclipse and the project files are also in the zip file.
Integration with a Java application has become very simple this way.
A Jar file has been included, this has been compiled with the 64bit Java. If you want to use it with a 32bit Java, please take the code and recompile the application.