Search found 979 matches

by PaulSquires
Mar 23, 2024 16:32
Forum: Windows
Topic: Gui calculator
Replies: 17
Views: 776

Re: Gui calculator

Maybe I should have stuck with using pure WinAPI functionality like I did with FireFly, however, I found that many users of FireFly did not understand (or did not want to do the work to understand) the WinAPI. So for WinFBE, I tried to make more of a object type of implementation similar to the old ...
by PaulSquires
Mar 16, 2024 23:42
Forum: Windows
Topic: Gui calculator
Replies: 17
Views: 776

Re: Gui calculator

This looks like code that you posted over on my planetsquires forum? https://www.planetsquires.com/protect/forum/index.php?topic=4757.0 Here is the code reply that I posted for you: ' ' mini calculator GUI by frank bruebach, 20:06 MEZ PM, 16.03.2024 ' freebasic #define UNICODE #define _WIN32_WINNT &...
by PaulSquires
Mar 05, 2024 11:08
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

You can still use Jose Rocas GraphCtx control in WinFBE by directly #INCLUDE'ing it in your code. Granted, you lose the ability to drag and drop as a visual designer control but at least you still have access to being use the control and modify its code however you see fit.
by PaulSquires
Mar 04, 2024 23:21
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

freniram wrote: Mar 04, 2024 20:10 ...but perhaps you could point me how and where I could include custom controls to WinFBE.
WinFBE does not have a concept like the FireFly Custom Controls. Sorry. :cry:
by PaulSquires
Mar 04, 2024 23:19
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

I have a small request. We are all getting older and I know my eyes are not what they were when I was younger. I increased the type size in the main editing window (thank you for that option). However, I would like to have all the windows like the compiler results window and the compiler log file a...
by PaulSquires
Nov 14, 2023 2:50
Forum: General
Topic: slow to execute after compiling source code
Replies: 11
Views: 1144

Re: slow to execute after compiling source code

Might also want to try adding a valid manifest file to your exe. Windows virus scanners (especially Windows Defender) react better when your application provides info via the manifest file. Just a guess though.
by PaulSquires
Nov 02, 2023 10:35
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

...i click in the text edit window where i want to make some changes, but if the mouse slides (gravity) or i bump the mouse a little, the edit window cursor is lost and the text tha i am banging away at gets lost as it appears the mouse has moved the text insert focus to the files pane to the left,...
by PaulSquires
Nov 02, 2023 9:24
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

ThePunkMaister wrote: Nov 02, 2023 3:13 The GUI doesn't seem to be compatible with Windows 10
It is.
by PaulSquires
Sep 05, 2023 18:39
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

PeterHu wrote: Sep 05, 2023 12:50 Recently github is unreachable at my side.May I ask is there any backup source for the most updates of the VinFBE Editor and Framework?
Sorry, GitHub is the only place where I upload files/updates.
by PaulSquires
Jul 18, 2023 0:27
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: Error cannot compile - the program is now running in WINFBE

cannot compile - the program is now running but the case is that nothing is running, I am in the Form visual designer. I would appreciate if you can tell me what to do. Sounds like you have a version of your program still in memory from a previous compile/run. Press Ctrl+Alt+Del and run Task Manage...
by PaulSquires
Jul 04, 2023 18:59
Forum: Windows
Topic: PipeToString for PowerBASIC
Replies: 46
Views: 5615

Re: PipeToString for PowerBASIC

BASIC string concatenation is not particularly fast. ... PowerBASIC has a StringBuilder object which concatenates strings like greased lightning. FreeBASIC has nothing like that. Added : Forget that. We are in the millisecond domain with 'tree' and 1024. The benefit of 16384 is negligible. I keep f...
by PaulSquires
Jun 04, 2023 21:36
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

Download link: https://github.com/PaulSquires/WinFBE/releases Version 3.1.0 (June 4, 2023) - Updated included FreeBasic Compiler to version 1.10 (located in toolchain: "FreeBASIC-1.10.0-winlibs-gcc-9.3.0"). Editor: - Fixed "Quick Run" bug for non-Latin text (eg. Chinese) where ed...
by PaulSquires
Mar 17, 2023 12:45
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.0.8 January 17, 2023)

If you are a WinFBE Editor user and would like to try out a print preview class that works well within the WinFBE environment, then please head on over to this topic at the planetsquires forum: https://www.planetsquires.com/protect/forum/index.php?topic=4707.0 ...or go directly to the Github page at...
by PaulSquires
Mar 15, 2023 20:01
Forum: General
Topic: CryptoRndIV
Replies: 122
Views: 8617

Re: CryptoRndIV

dodicat wrote: Mar 15, 2023 19:11 Hi PaulSquires.
Quick run seems to be working OK here now after updating the .exe's.
Thank you.
Excellent - thanks for letting me know. Appreciate it.
by PaulSquires
Mar 15, 2023 16:44
Forum: General
Topic: CryptoRndIV
Replies: 122
Views: 8617

Re: CryptoRndIV

Just use this: 64 bits windows. var file= rtrim(command(0),".exe")+".asm" -- Doesn't work with WinFBE quick run' dim as string file= rtrim(command(0),".exe")+".asm" -- Works with quick run below: #cmdline "-exx -gen gcc -RR" #macro errload Print &qu...