Hi Martin,
Can your explorer clone be compiled with Wine sources and/or tools ? I have both Windows 2000/XP with latest Cygwin / RedHat Linux environments to test it.
Another point : Im not easy with ansi-related questions. You give 2 versions of explorer into the binary snapshot on your website. What are the differences between them ? Both are randomly crashing on my W200 Pro when browsing the Start menu, which makes me want to have a debug version to see where the crash occurs.
Cordialement, PETREOLLE Sylvain #DMIT/DATO/OPS (exploit@gefco.fr ) +33 (0)1 49 05 29 29 Say NO to software patents in Europe! Dites NON aux brevets logiciels!
Hello,
PETREOLLE Sylvain wrote:
Can your explorer clone be compiled with Wine sources and/or tools ? I have both Windows 2000/XP with latest Cygwin / RedHat Linux environments to test it.
Yes, I have put a "Makefile.Wine" into CVS for compiling as Winelib application. Just put the explorer source into the directory "wine/programs/explorer" and use "make -f Makefile.Wine" zu build it. If it complains about a too old Makefile, issue an "touch Makefile".
Another point : Im not easy with ansi-related questions. You give 2 versions of explorer into the binary snapshot on your website. What are the differences between them ?
The ANSI version "explorer-ansi.exe" doesn't use Unicode strings. You can use it instead of "explorer.exe" on older systems such as Win 98. To compile the Unicode version add "UNICODE=1" to the make command line.
Both are randomly crashing on my W200 Pro when browsing the Start menu, which makes me want to have a debug version to see where the crash occurs