I'm having a look at load_module() on my Win2k box, trying to load a custom made .dll file (if I haven't missunderstood the intentions of this function). However, I get an error message with "PE images not supported yet". Looking at the source, I can see where I get this message, but I don't understand how I end up there (dlopen.c). I thought the load_module would wind up in f_load_module in dynamic_load.c, which has its own set of dlopen functions, which seems to use the windows dll functions already..
what am I missing this time? ;o)