al davis wrote: > Gnucap is close too. The 0.35 and earlier releases do compile > with mingw, which gives a native MS binary. There is a problem > with recent development snapshots with plugins. Mingw doesn't > have functions like "dlopen".
Icarus Verilog has solved this problem. It does dynamic loading of code generators and vpi modules. They are DLLs on Windows, and yes, all compiled by mingw. From the C perspective, it's really quite painless. See for example t-dll.cc, look for the ivl_dlopen function and friends. -- Steve Williams "The woods are lovely, dark and deep. steve at icarus.com But I have promises to keep, http://www.icarus.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep." _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
