Search found 4212 matches

by deltarho[1859]
Mar 13, 2024 5:25
Forum: General
Topic: -gen clang
Replies: 56
Views: 2211

Re: -gen clang

I'm finding a lot of source code will not compile. I checked out a 64-bit asm file, which failed. Here is a typical example. mov Dword Ptr [[rsp + 4]], eax That has too many brackets and will not assemble. There were 14 such instances. Some source code is compiling successfully without errors or war...
by deltarho[1859]
Mar 12, 2024 6:53
Forum: General
Topic: -gen clang
Replies: 56
Views: 2211

Re: -gen clang

Using 13.2.0 is asking for trouble. Using 'GCC 11.2.0 + LLVM/Clang/LLD/LLDB 14.0.0 + MinGW-w64 9.0.0 (UCRT) - release 7' would have been a better bet as it is closer to 9.3.0. I have tried clang on my PRNG plot program in 64-bit mode. It was luck of the draw whether they compiled or not, and some sa...
by deltarho[1859]
Mar 07, 2024 2:52
Forum: Linux
Topic: Problem to compile -dll (solved)
Replies: 6
Views: 347

Re: Problem to compile -dll

While I am at it, I should tell you that using 'randomize' or 'randomize timer' is not the best way to seed, especially if you boot every day. This is what I use. Function GetSeed() As Long Dim As Long Seed Asm rdtsc bswap eax ' fast moving to upper bits mov Dword Ptr [Seed], eax End Asm Return Seed...
by deltarho[1859]
Mar 07, 2024 1:15
Forum: Linux
Topic: Problem to compile -dll (solved)
Replies: 6
Views: 347

Re: Problem to compile -dll

Using 'randomize timer' every time we enter foo is a waste of CPU time. There is also a danger of sequence overlapping.

Use 'randomize' outside the function. timer is not needed either — it is implicit.

So just use 'randomize' before foo is called.
by deltarho[1859]
Mar 05, 2024 5:11
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 344088

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

We are all getting older and I know my eyes are not what they were when I was younger. Same here. I cannot help regarding WinFBE log file and so on, but there is a setting in Windows 10 which you may find helpful. Settings>Ease of Access>Display At the top is a slider — I have mine set to 125%. Win...
by deltarho[1859]
Mar 04, 2024 22:26
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

Found a bug in SCS. When we have two forms with a normal font size and a larger font size to facilitate those whose sight is not as good as it was then changing to the larger font size will see Windows trying to resize everything for us. Unfortunately it is not good at it, so we have to make some ad...
by deltarho[1859]
Mar 02, 2024 17:42
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

The larger form font size has been tidied up and looks OK.

Updated zip in opening post.

The Tips and Tricks topic in the Help file has been replaced with simply Tip.
by deltarho[1859]
Mar 01, 2024 23:47
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

Found a mistake in SCS. There is a Select/End Select construct which is repeated. I forgot to update the second one. I should have used a macro. The result of the error could report no preset found, which would be false. SCS V1.0.21 :) At the top of our source code, we can add '#Console on, to inclu...
by deltarho[1859]
Mar 01, 2024 8:02
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

SCS V1.0.20 :) If we choose gas and have the 686 box not checked, then now SCS will check it for us when we click 'Apply'. If we choose gas64 and have the 686 box checked, then now SCS will uncheck it for us when we click 'Apply'. There isn't a computer on the planet which can second guess what we m...
by deltarho[1859]
Feb 29, 2024 20:57
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

What is it with coding? We don't update for four years and then have an idea. After implementation, we get hit with another idea. SCS V1.0.19 :) I miss not having 'Win64 GUI (Release)' almost permanently in force. I rarely write libraries. Well, it is back with the inclusion of a two state checkbox ...
by deltarho[1859]
Feb 27, 2024 22:37
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

New version of SetCompilerSwitchesII V1.0.18 Before fbc 1.10.0 the default -arch was 486 and SetCompilerSwitches (SCS) forced 686. This is no longer needed, as 686 is now the default [586 for DOS]. The Arch Settings plugin is now incorrect and no longer supported, to the extent that the Check 3 Stat...
by deltarho[1859]
Feb 23, 2024 10:03
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

Weird. I didn't do anything different — I just repeated what I had done earlier.

Thanks, fxm.
by deltarho[1859]
Feb 23, 2024 9:11
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

@fxm

I tried another Reply late last night. The Outbox showed (1) and was clear this morning, so it looks like you received it. The message was 'Further test'. If you got that, then my Reply is working again.
by deltarho[1859]
Feb 22, 2024 20:23
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

If anyone is watching this saga. Both fxm and I use Firefox. I switched to Chrome, and we are now having a conversation - my Replys are working. Switched back to Firefox and Replys are not working. I got an update to Firefox yesterday and could not type into the address bar. Opened my text editor an...
by deltarho[1859]
Feb 22, 2024 19:36
Forum: Windows
Topic: drWinFBE_Tools
Replies: 71
Views: 10093

Re: drWinFBE_Tools

Doesn't look like my reply is working. I've just had another go. So, I can receive a PM and send a PM but cannot reply to a PM. There isn't a setting to stop replying. The ability to reply should be a given when sending is permitted. :? The reply did not show in 'Sent messages' and the Outbox did no...