On 1/10/06, Jonathan Worthington <[EMAIL PROTECTED]> wrote: > "Jonathan Worthington" <[EMAIL PROTECTED]> wrote: > > Note that dynamic op libs do not *work* on Win32 yet > They do now - I'm using them with my .NET to PIR translator and they work > nicely. > > I would really like some feedback from MinGW and cygwin folks on how > dynoplibs build and work for them
Works straight off on cygwin. :-) Gives the answers you wanted. How much info did you want about the way it builds? [I suspect that this isn't the answer that your asking for, but it seems to run ops2c.pl for each runcore on the dynops, and then builds .o from each one, and then finally just builds DLLs from them (i.e. 2x4 DLLs)] cygwin seems to be able to use both .def files or just export all the symbols from a DLL, the latter being what is done here. Nick