A simple (hopefuly) Wine problem.
I've managed to install Wine in SuSE 10.2
It seems to run most programs, BUT...
It would seem, that any program I run under Wine is unable to access any files on the disk.
For example: I've written a very simple program counting prime numbers, compiled it with Borland C++.
The program has an option to read from a file a set of pre-counted numbers. The file should be, and is in the same directory. However I get a message "Cannot open file".
The same with any other program that has to access any files at runtime.
What should I do? I think that enabling programs to access the disk, is part of the basic functionality of wine. Right?
And BTW where should I put custom dll's that normaly go in the c:\windows\system32 folder?
|