On Wed, 2006-03-29 at 08:55 +0000, Jacob Kolding wrote: > Hello > > I'm currently trying to port a 3d engine from linux to cygwin and I have some > trouble with the dlfcn.h functions. > > My main program loads a module via dlopen which works fine in linux, but under > cygwin I get an error "No such file or directory" when I try to load a > module.dll
Try dlopen("./module.dll",flags) -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/