Search found 552 matches

by bcohio2001
Nov 08, 2020 20:14
Forum: General
Topic: LongInt on 32 bit architecture
Replies: 15
Views: 2332

Re: LongInt on 32 bit architecture

use a library like GMP to all the calculations (+,-, etc) or code it yourself (add or sub are easily done). Looked into GMP, although the library is not included, in the ".bi' file has all the functions needed. So ... not going to reinvent the wheel. GMP would be like a monster truck tire, whi...
by bcohio2001
Nov 07, 2020 18:47
Forum: General
Topic: LongInt on 32 bit architecture
Replies: 15
Views: 2332

Re: LongInt on 32 bit architecture

I understand about the 2 associated registers/variables. But a little to technical for my use. I thought that if a 32 bit system could handle a 64 bit number, then why couldn't a 64 bit system handle a 128 bit integer! 'LONGINT (64 signed integer) -9223372036854775808 to +9223372036854775807 'ULONGI...
by bcohio2001
Nov 07, 2020 16:07
Forum: General
Topic: LongInt on 32 bit architecture
Replies: 15
Views: 2332

LongInt on 32 bit architecture

How does the 32 bit version of FB "emulate" a LongInt (64 bit).
by bcohio2001
Aug 16, 2020 19:17
Forum: Beginners
Topic: #Define vs Const
Replies: 8
Views: 1830

Re: #Define vs Const

The "Define" does a text replacement in the code before compilation. While "Const" creates a variable.

It's a matter of coding style of which you prefer.
by bcohio2001
Apr 15, 2020 0:51
Forum: Sources, Examples, Tips and Tricks
Topic: The Simplest debug and trace method Win+Lin 32/64 bit
Replies: 7
Views: 2492

Re: The Simplest debug and trace method

Mine is even more simple, just a sub. And by using a #Define to enable or disable. Also a log file size limiter. '#Define __DebugFileOn__ #Include "string.bi" #Include "vbcompat.bi" Sub DebugFile(FName As String, Note As String) 'if not defined then will do nothing! #Ifdef __Debu...
by bcohio2001
Mar 08, 2020 3:29
Forum: General
Topic: biorhythm
Replies: 1
Views: 728

Re: biorhythm

OMG! I haven't seen that in years!
by bcohio2001
Dec 31, 2019 22:54
Forum: General
Topic: JellyFB Editor 2.50 for FreeBASIC (Windows)
Replies: 2
Views: 1994

Re: JellyFB Editor 2.50 for FreeBASIC (Windows)

This topic is ALMOST 10 years old.

JellyFB and Jellyfish Pro are no longer in development or being supported.

See: WinFBE
by bcohio2001
Dec 29, 2019 15:43
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 343960

Re: WinFBE FreeBASIC Editor for Windows (Updated September 27, 2017)

On December 17th, 2017, 3:47 pm:
PaulSquires wrote:... Dual file display is on my radar but I got caught up with the visual designer implementation ...
Still on your radar? It's been 2 years.
by bcohio2001
Nov 23, 2019 14:44
Forum: Archive
Topic: Playing Card Object
Replies: 29
Views: 12062

Re: Playing Card Object

Version 0.7.0 Nov. 23, 2019 MUST BE COMPILED WITH AT LEAST COMPILER VERSION 1.07.0 See Cards.txt for complete listing of 'usable' subs and functions. There are many changes that are not noted here. Added: -- Use of radians or degrees for rotation. -- Rotational defines. -- Constructor for AllGroups....
by bcohio2001
Nov 13, 2019 15:44
Forum: Sources, Examples, Tips and Tricks
Topic: Itemmanager
Replies: 3
Views: 1309

Re: Itemmanager

My mods …. Type inventory obj_name As String obj_amount As Long End Type Type inventory_manager Declare Sub set_item(item_name As String, amount As Long) Declare Function get_item(item_name As String) As Long Declare Sub mod_item(item_name As String, amount As Long) ' 'internal As Inventory Items(An...
by bcohio2001
Nov 02, 2019 21:26
Forum: Libraries & Headers
Topic: FLTK-C-1.3.3 for FreeBASIC
Replies: 433
Views: 197204

Re: FLTK-C-1.3.3 for FreeBASIC

I hate "Constant Data", that isn't constant! data "New York",-4,"Rio",-3,"Tokio",9,"Moskau",3,"Kapstadt",2,"Peking",8,"Honolulu",-10,"Canberra",11 As of today, Nov. 2, 2019 this data is correct. But tomorrow wi...
by bcohio2001
Sep 25, 2019 20:36
Forum: Sources, Examples, Tips and Tricks
Topic: MultiPut V2.0 :-)
Replies: 39
Views: 13168

Re: MultiPut V2.0 :-)

@D.J. Peters

Please specify in either the code or in the first post text that rotating an image with an odd width or height can result in loss of an edge of the image.
All your tests are with images with even dimensions.
by bcohio2001
Sep 11, 2019 22:06
Forum: Projects
Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
Replies: 14
Views: 11247

Re: Polynominals chart - plots library based on WinApi & FbEdit designer.

First of all, thanks for the acknowledgement in the program title bar. (Ah, to see my name in the bright lights …)

I am interested in your other development ...
by bcohio2001
Sep 07, 2019 18:30
Forum: Projects
Topic: Password Generator Windows only
Replies: 2
Views: 2896

Re: Password Generator Windows only

I don't want to nitpick, but:
"with punctuation"