• Welcome to PlanetSquires Forums.
 

WinFBE on GitHub (November 12, 2016)

Started by Paul Squires, November 12, 2016, 04:00:41 PM

Previous topic - Next topic

José Roca

I have posted updated headers, templates and projects. Feel free to incoporate wathever you wish in the WinFBE download. I have added the AfxGetComboBoxText function that you suggested, so you will get a duplicate error because you already are using it in your editor.



José Roca

> I have noticed that when I use your *.wfbe projects that the files do not open. This is because (of course) my folder structure on my computer is different than yours.

The way to find the problems is to use the editor. I already have begin to use it instead of my own. A pity that there aren't more testers.

Paul Squires

Thanks Jose :)
...I hope the testers will follow. That's why I posted it over on the FB forum. Hopefully generate some more users and help accelerate the development.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Paul Squires

Updated to GitHub:

- Added: Subfolder called "Sample_Projects" containing many sample projects as written by Jose Roca.
- Changed: Project files are now saved to the project file as relative to the project disk filename (*.wfbe).

I have manually adjusted the filenames in the Sample_Projects folder's *.wfbe files to be relative. Seems to work okay.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

José Roca


Paul Squires

Updated to GitHub:

- Added: StatusBar panel 5 shows current compile results (Errors/Warnings). Clicking that panel shows/hide Output window.

Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Paul Squires

Quote from: Jose Roca on November 29, 2016, 10:49:49 PM
But there are not *.wfbe files  ???
They should be there now. I was excluding all wfbe files via the .gitignore file but I have now removed that restriction.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

José Roca

Compiling of the .rc files is failing because GitHub is removing the carriage returns and all the instructions are joined in a single long line.

Paul Squires

Quote from: Jose Roca on November 29, 2016, 11:27:40 PM
Compiling of the .rc files is failing because GitHub is removing the carriage returns and all the instructions are joined in a single long line.

Try downloading it again. I just changed the .gitattributes file to treat *.rc and *.wfbe files as CRLF.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

José Roca

Now the problem are the .wfbe files

' WINFBE PROJECT FILE
਍倀爀漀樀攀挀琀吀礀瀀攀㴀  ഀഀ
ProjectErrorOption= 3
਍倀爀漀樀攀挀琀䐀攀戀甀最㴀  ഀഀ
ProjectThread= 0
਍倀爀漀樀攀挀琀匀栀漀眀䌀漀渀猀漀氀攀㴀  ഀഀ
ProjectOther32=
਍倀爀漀樀攀挀琀伀琀栀攀爀㘀㐀㴀ഀഀ
DefaultCompiler=FBC 32bit
਍䐀攀昀愀甀氀琀䌀漀洀瀀椀氀攀䴀漀搀攀㴀䜀唀䤀ഀഀ
CommandLine=
਍䄀挀琀椀瘀攀吀愀戀㴀  ഀഀ
File=.\PickIconDialog.bas
਍䘀椀氀攀吀礀瀀攀㴀 ㄀ഀഀ
TabIndex=-1
਍䈀漀漀欀洀愀爀欀猀㴀ഀഀ
FirstLine= 3
਍倀漀猀椀琀椀漀渀㴀 㘀㠀 ഀഀ
FileEnd=[-]
਍䘀椀氀攀㴀⸀尀刀攀猀漀甀爀挀攀⸀爀挀ഀഀ
FileType= 4
਍吀愀戀䤀渀搀攀砀㴀  ഀഀ
FileEnd=[-]


Paul Squires

Quote from: Jose Roca on November 29, 2016, 11:41:45 PM
Now the problem are the .wfbe files

' WINFBE PROJECT FILE
਍倀爀漀樀攀挀琀吀礀瀀攀㴀  ഀഀ
ProjectErrorOption= 3
਍倀爀漀樀攀挀琀䐀攀戀甀最㴀  ഀഀ
ProjectThread= 0
਍倀爀漀樀攀挀琀匀栀漀眀䌀漀渀猀漀氀攀㴀  ഀഀ
ProjectOther32=
਍倀爀漀樀攀挀琀伀琀栀攀爀㘀㐀㴀ഀഀ
DefaultCompiler=FBC 32bit
਍䐀攀昀愀甀氀琀䌀漀洀瀀椀氀攀䴀漀搀攀㴀䜀唀䤀ഀഀ
CommandLine=
਍䄀挀琀椀瘀攀吀愀戀㴀  ഀഀ
File=.\PickIconDialog.bas
਍䘀椀氀攀吀礀瀀攀㴀 ㄀ഀഀ
TabIndex=-1
਍䈀漀漀欀洀愀爀欀猀㴀ഀഀ
FirstLine= 3
਍倀漀猀椀琀椀漀渀㴀 㘀㠀 ഀഀ
FileEnd=[-]
਍䘀椀氀攀㴀⸀尀刀攀猀漀甀爀挀攀⸀爀挀ഀഀ
FileType= 4
਍吀愀戀䤀渀搀攀砀㴀  ഀഀ
FileEnd=[-]



:)  Okay, that should be fixed now. Git should now be treating it okay now. It is a UTF16 unicode file.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

José Roca