Thanks, specmaker could use the dll, but i tried specmaker with severall dll´s and there were only four functions:
unload_class, registerServer unregisterServer
or something like that, i heared this is because of the COM,ActiveX nature of the dll´s ... can i use those classes in C ??? how,is it maybe possible with corba ?
-----Ursprüngliche Nachricht----- Von: Jon Griffiths [mailto:tntjpgriff@tsnxt.co.uk] Gesendet: Mittwoch, 14. Februar 2001 14:45 An: christian richter; 'wine-devel@winehq.com' Betreff: Re: howto use dll´s in C
Hi,
If you have the wine sources, or browse them from www.winehq.com, checkout tools/specmaker/README. Also see the Winelib developer guide for details on Winelib in general.
Note that if all you want is the string routines, thats a lot of overhead for a few routines. You might find they are available in source form from somewhere else.
Cheers, Jon
Hi,
i heared this is because of the COM,ActiveX nature of the dll´s ... can i use those classes in C ??? how,is it maybe possible with corba ?
You've got me there, I haven't tried any dlls exposing com objects yet. Your dll may export some functions by ordinal, I am sending a patch shortly that allows specmaker to recognise those. Maybe someone else has tried this?
Cheers, Jon