Sad news, I kinda gave up on it. at certain places I don't know enough c and for my first c to d conversion I think that library is way out of my leage. another problem was that I couldn't even compile to c header files with dmc due to errors, let allone convert it correctly :p
I'll better start with something smaller. Too bad htod is not that advanced, a good seamless conversion could give d more potential as it then can access all c libraries without having to translate all those header files one by one :)
Thanks for the links though, they'll become usefull in the feature.
2011/8/6 simendsjo
<simendsjo@gmail.com>
On 05.08.2011 06:35, maarten van damme wrote:
hehe, thank you, that was what I was looking for. I've created an import
lib from the dll and now started to translate the header files following
those guidelines.
I'm assuming thats how I have to do it? :)
Starting with htod might give you a head start, but I have really only wrapped very small pieces of C code.
the problem is that it's a lot of work and that I can never really test
if what I have so far is really working...
That is always a problem :)