From: Philipp K. <lib...@py...> - 2004-02-09 12:44:10
|
Hi Ephraim, > take a look at: http://www.cygwin.com/ml/cygwin/2002-12/msg00686.html > it seems this message has to do with file access permissions. > > do the dlls have the correct access permissions? > are they accessible at all in the path? Thanks a lot, that helped. One of the DLLs (a downloaded binary one) hadn't set the executable flag. I searched on Google for the error message and probably got that page as a result too but looked over it because the error occured only in MSVC and explicitly NOT in cygwin. Cool operating system giving a developer hints like that if something went wrong... ;-) Thanks again. Philipp |