> What really counts is all of it. I agree in principle, with two caveats:
1. You have to start somewhere. 2. People have to do the work. > There is a problem now related to DLL's. Specifically, since I > don't have a windows machine, I have no way to test it, or to > know if the options are set correctly. I have a couple of windows machines, so I can test stuff. I just don't have the mingw development stuff completely set up yet. DLLs aren't that hard to get right, but yeah, you need to at least test it once to know you've got it right. I put a lot of work into the cygwin/mingw linker to make dll's easy. *In theory* you use "gcc -shared ..." to build a dll, and you can just link against the dll later (name the dll on the command line, like any other library). _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
