David, What I remember about loadfunc on Windows is that I got it to work exactly once as a test of whether it could work. It can be done on Windows, but you are right that it is not exactly supported yet, not until a sponsor asks for it or a volunteer takes it over. If you decide to use loadfunc() on Windows you will need to generally be familiar with loading and calling C code from .so files under Mingw32, and please notice the RTEP and RTEX macros in icall.h, which mark items that I had to do in the .c code under Windows that weren't needed under UNIX-based loadfunc. It is possible using these macros to write .c source files that will compile and work under both UNIX and Windows Unicon, but again, the Windows side is not very tested or supported yet.
Regards, Clint On Mon, May 17, 2010 at 8:38 PM, David Gamey <[email protected]> wrote: > Folks, > > I've used loadfunc under Unix but not windows. Looking at the packages it > doesn't look like there are any sample loadable c functions shipped with the > windows binaries. Before I go off and start building dll's, I'm just > curious if this even works. > > David > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Unicon-group mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/unicon-group > >
------------------------------------------------------------------------------
_______________________________________________ Unicon-group mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unicon-group
