derelict_extras-udis86 ~master

A dynamic binding to the udis86 library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictUdis86

Warning: this an unofficial Derelict binding.

A dynamic binding to udis86 for the D Programming Language.

For information on how to build DerelictUdis86 and link it with your programs, please see the post Building and Using Packages in DerelictOrg at the Derelict forums.

For information on how to load the udis86 library via DerelictUdis86, see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.

import derelict.udis86.udis86

void main() {
    // Load the udis86 library.
    DerelictUdis86.load();
    
    // Now udis86 functions can be called.
    ...
}
Authors:
  • sgraf812
Dependencies:
derelict-util
Versions:
0.1.0 2013-Nov-12
~master 2013-Nov-12
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 203 downloads total

Score:
0.7
Short URL:
derelict_extras-udis86.dub.pm