7 Oct
2005
7 Oct
'05
6:02 p.m.
Michael Ost <most(a)museresearch.com> writes:
I started down this path with some success and then realized that, gulp, I would have to create a spec file for my libraries. Hundreds of C++ functions in several libraries. If this is indeed required, is there any help in building a spec file? Is it possible to export C++ functions as opposed to straight C?
You shouldn't need to export them, you can still link to the library directly at the Unix level, a Winelib dll is still an ELF library. -- Alexandre Julliard julliard(a)winehq.org