[haXe] wrapping a dll, possible?
Nicolas Cannasse
ncannasse at motion-twin.com
Thu Feb 15 21:16:09 CET 2007
> Hi All,
>
> Is it possible to wrap a dll into an ndll (on windows of course) when
> all I got is the dll
> ,so no source code or header file.
Yes, as long as you know which symbols names to import, and how they can
be called... This information is usualy present in a .h file, but if you
have it you can load the DLL, then retreive the symbols my name and call
them...
Nicolas
More information about the Haxe
mailing list