link from a dll to another function in another dll?
maarten van damme
maartenvd1994 at gmail.com
Sun Apr 17 13:09:02 PDT 2011
Hello everyone, this is my second post in the digitalmars.d newsgroup and I
hope it gets as good support and suggestions as my first post :)
I'm playing around with the d programming language and am trying out some
exotic things you normally would write in c++.
Right now I'm trying to 'intercept' all calls from a program to a dll by
renaming that dll and writing my own in d.
In c++ you would write in the header file:
#pragma comment(linker,
"/export:exportfunction=nameofotherdll.dll.destinationfunction, at location")
How could one write this in the d programming language?
Asuming this has to be done with the pragma(lib,...) function but I don't
really know how.
thanks in advance,
Maarten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20110417/2391a085/attachment.html>
More information about the Digitalmars-d
mailing list