-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Hi all, I am very glad to have found this package. We have managed to install wine on our linux server, and trying to use it to load a windows dll, but the path just plainly does not work.
I have understood properly the paths, I have both a "Disc C" (the fake windows install) and a "Disc Z" (symlink to the home dir of the server) and managed to put the right path onto the cdll(path) call, but I keep getting the "FileNotFound" error, that the call gives when the file path is wrong or does not exist.
Is there any obvious thing to point out?