Pelles C forum

C language => Tips & tricks => Topic started by: TimoVJL on April 12, 2018, 09:03:43 AM

Title: WinFile
Post by: TimoVJL on April 12, 2018, 09:03:43 AM
WinFile (https://github.com/Microsoft/winfile) source

Modified version for PellesC, Goto Directory... removed, as it was cpp-source.

Title: Re: WinFile
Post by: jj2007 on April 13, 2018, 07:59:37 PM
Nice 8)

It didn't build until I commented this out in line 42 in Winfile.h:
//#include <winres.h>

You may have to tweak C:\Users\[YourName]\AppData\Roaming\Microsoft\Winfile\WINFILE.INI, e.g.:

[Settings]
Window=0,0,1366,743, , ,1
dir1=0,0,676,617,-1,-1,1,140,204,8177,166,C:\SomeFolder\*.*
dir2=673,0,1354,617,-1,-1,1,140,204,8177,0,C:\Program Files\*.*
Save Settings=0
Title: Re: WinFile
Post by: Vortex on April 13, 2018, 08:15:06 PM
Hi Timo,

Thanks, nice work.
Title: Re: WinFile
Post by: Jokaste on October 10, 2018, 10:33:03 PM
There is a bug when using the program on a computer with 2 screens.