• Welcome to PlanetSquires Forums.
 
Main Menu

Recent posts

#71
General Board / Re: question about compiling e...
Last post by Paul Squires - February 20, 2024, 01:08:32 PM
Quote from: veltesian on February 20, 2024, 05:59:57 AMlooking @the image ... i see that you have the freebasic-1.10.0-winlibs-gcc-9.3.0 version selected.... the only item i have in that toolchain area is the "freebasic-1.09.0-winlibs-gcc-9.3.0".... i gathered by that i should update my copy of winFBE ??? i get the idea maybe that might be my issue ?
Not really. You should be able to select any of the toolchains in the list to use for your project. Your 1.09 toolchain should work.

Are you using the 3.1.0 version of WinFBE Editor Suite?
https://github.com/PaulSquires/WinFBE/releases
#72
General Board / Re: question about compiling e...
Last post by veltesian - February 20, 2024, 05:59:57 AM
looking @the image ... i see that you have the freebasic-1.10.0-winlibs-gcc-9.3.0 version selected.... the only item i have in that toolchain area is the "freebasic-1.09.0-winlibs-gcc-9.3.0".... i gathered by that i should update my copy of winFBE ??? i get the idea maybe that might be my issue ?
#73
General Board / Re: question about compiling e...
Last post by Paul Squires - February 19, 2024, 04:46:52 PM
When you go into "Compiler Setup", do you have any line selected like in the attached screenshot?

#74
General Board / Re: question about compiling e...
Last post by veltesian - February 19, 2024, 03:13:45 AM
one thing i should mention about this .... just an hour ago i encountered this error. 18 hours ago it seemed to compile just fine with no errors... i don't get what happened between then & just when the error appeared....
#75
General Board / question about compiling error...
Last post by veltesian - February 19, 2024, 03:01:49 AM
sorry about if this is in a wrong section of the forum but,... i just recently pressed "F5" to test run a project & got an error saying "invalid defined compiler path" & it shows an incomplete string of a path below that. i'm not really sure how to fix this..... any ideas folks? possibly?
#76
General Board / Re: Request to Paul
Last post by Paul Squires - February 17, 2024, 10:59:57 PM
Okay, I went down another rabbit hole because I am able to use .NET with my broker's trading platform, so, I found a cross-platform solution that looks very promising and I'd just have to change my business logic from C++ to C#.

Anyway, it is worth a look for a couple of days to see if it will do the job. ;)

https://avaloniaui.net/

#77
General Board / Re: Request to Paul
Last post by Paul Squires - February 15, 2024, 04:30:37 PM
After (much) deliberation, I have finally settled on my cross platform tools for my project. I am going to use qt https://www.qt.io/

Specifically, QtQuick/Qml.  I wrote a Qt Widgets app on Linux about 3 years ago so a lot of this should be familiar.

Also, because my project is open source, I can use the Qt open source version rather than the paid commercial product. https://www.qt.io/download-open-source

#78
General Board / Re: Request to Paul
Last post by Joerg B. - February 15, 2024, 08:08:52 AM
Hallo Paul and Petrus

QuoteBut, as you know, there are only so many hours in the day and having a full time job at the time limits the ability to give 100% focus to programming.
We can read, understand and implement many things.
But learning or studying computer science means learning the basics.
But as you said, as a "non-professional" who also has to earn money for the family etc., our time window for learning is very limited.


QuoteI wish I could have direct wired my brain to Jose's and absorbed all his programming knowledge - he knows everything about everything.
On the day when this should be possible, I would also like to have a slot, too.  ;D
#79
General Board / Re: Request to Paul
Last post by Paul Squires - February 15, 2024, 07:01:07 AM
 ;D  ;D  ;D

Lucky for me, when it comes to programming, I have a very inquisitive mind and it gives me immense enjoyment learning new tools.

My one regret is not learning COM programming deep enough. I remember whenever Jose would talk about it and show examples that I would be simply lost and I always felt like I should have taken a deeper dive into COM. But, as you know, there are only so many hours in the day and having a full time job at the time limits the ability to give 100% focus to programming. I wish I could have direct wired my brain to Jose's and absorbed all his programming knowledge - he knows everything about everything.  8)
#80
General Board / Re: Request to Paul
Last post by Petrus Vorster - February 15, 2024, 06:33:07 AM
You are truly blessed with a sharp mind.

I have read an interview with the creator of C++ and I think I need to resolve to using an abbacus.
C++ may be powerfull, but the bit i have tried is truly unpleasant and overhelming for hobbyists and us "drag and drop" programmers making work tools.

You have my admiration for being able to jump so easily between these languages and modern high-end tools.

- ;D Peter