Search found 1015 matches

by PaulSquires
Jun 17, 2025 10:14
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)

Thanks. This information is displayed just above the screenshots on the github page. I agree though that I should also post it within the "release" download page for each release just so people do not miss it. Also, using the editor and if the new dll's should fail to load, there is a pop ...
by PaulSquires
Jun 17, 2025 1:05
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (Updated 2025.06.14)

Your last release does not work with my Windows 10. You would need to install the latest VC redistributable in order for the dll to work. The old dll's work because you have an older version of the VC redistributable package installed. Download and install it from this Microsoft page: https://learn...
by PaulSquires
Jun 16, 2025 21:51
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)

Version 1.0.3 (June 16, 2025) https://github.com/PaulSquires/tiko/releases Compiled editor exe with full FreeBasic Compiler toolchain is attached to therelease post as "tiko_suite.zip" - Added a "Build and Execute" icon to the left side Panel. - Fixed Bookmark artifacts remaining...
by PaulSquires
Jun 16, 2025 21:43
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (Updated 2025.06.14)

Excellent! Happy to hear that you got your tool converted and working to your liking. You could have saved excessive hair pulling by posting a message here asking what the Tiko window class name is, or you could have seen it directly in the main tiko.bas source code file (around line 40). :D ...but,...
by PaulSquires
Jun 15, 2025 19:28
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (Updated 2025.06.14)

I can help you to get SCS to work as a User Tool under Tiko if you wish. Just let me know what you need in order to interface to the editor in the same manner that you did with WinFBE.
by PaulSquires
Jun 15, 2025 14:58
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (Updated 2025.06.14)

It continued to fail on my test Windows 10 pro virtual machine no matter if I used the latest or older scintilla dll's. The problem is that the new scintilla dll's also require the Latest Microsoft Visual C++ Redistributable version: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-...
by PaulSquires
Jun 15, 2025 14:15
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (Updated 2025.06.14)

Thanks Löwenherz appreciate the report. Are you on Windows 10? It works on Windows 11 but appears to fail on Windows 10. I just started a Windows 10 virtual machine and I an getting the same crash as previously reported. Crashes even if I swap out the scintilla dll's so the problem must be elsewhere...
by PaulSquires
Jun 15, 2025 13:07
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (Updated 2025.06.14)

My initial thoughts is that this could be a problem with the new scintilla dll's that I compiled and their interaction with Windows 10 (I use Windows 11). If you could do me a favour and replace your existing two scintilla dll's with the ones in this download then that would be appreciated: https://...
by PaulSquires
Jun 15, 2025 12:35
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (Updated 2025.06.14)

fxm wrote: Jun 15, 2025 11:28 Same immediate problem (with Windows 10):
Start tiko
Command: File / New File
The tiko program crashes (closes) on the first keystroke.
Thanks fxm, I'll investigate.
by PaulSquires
Jun 15, 2025 9:56
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Re: Tiko Editor (with full FreeBasic Compiler) (Updated 2025.06.14)

Thanks for trying. No issues here. I've had several others try the program without encountering your issue. Strange. Make sure that you unzip to a fresh folder and not over existing older winfbe editor files. The folder structures are different and Tiko uses the very latest scintilla control that I ...
by PaulSquires
Jun 14, 2025 23:15
Forum: Projects
Topic: Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)
Replies: 34
Views: 1545

Tiko Editor (with full FreeBasic Compiler) (v1.0.3 Updated 2025.06.16)

Tiko Editor (FreeBASIC Editor for Windows) You will notice this new editor project on my github repository site. https://github.com/PaulSquires/tiko I have also reactivated my support forum: https://www.planetsquires.com/protect/forum/index.php Visually, Tiko Editor looks very similar to my WinFBE ...
by PaulSquires
Jun 11, 2025 23:45
Forum: Libraries Questions
Topic: Linked with external 64-bit Unicode C/C++ Visual Studio DLL
Replies: 28
Views: 2710

Re: Linked with external 64-bit Unicode C/C++ Visual Studio DLL

@Patrice Terrier Fantastic to have you here. Legend!
by PaulSquires
Jun 05, 2025 20:30
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.2.0 May 29, 2025)
Replies: 1003
Views: 453864

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.2.0 May 29, 2025)

Over on the PowerBasic forum, Jose Roca mentioned that you are working on a new editor that will make working with his Afx2 a breeze. Anything you can comment about at this time? Yes, that is correct. Myself and José have been working on this collaboration for the past week. Should be ready to rele...
by PaulSquires
Jun 03, 2025 1:49
Forum: Linux
Topic: Which Linux should I use?
Replies: 4
Views: 1062

Re: Which Linux should I use?

I've used all sorts of Linux distributions. Debian based, Arch based, and RedHat (Fedora) based. Debian based distros are always a great choice for a new user to try. Ubuntu or Mint seem to be the most popular. Arch is a rolling release so the packages and kernel get updated all the time. Probably t...