Search found 314 matches

by exagonx
Apr 06, 2024 18:34
Forum: Beginners
Topic: Integer treated as double precision in division
Replies: 3
Views: 338

Re: Integer treated as double precision in division

Consider the following little code: ? 1.1+7, 1.1+7!, 1.1+7# ? 1.1*7, 1.1*7!, 1.1*7# ? 1.1/7, 1.1/7!, 1.1/7# Athlon 32 and Pentium 2 8.1 8.1 8.100000023841858 7.7 7.7 7.700000166893005 0.1571428605488368 0.1571429 0.1571428605488368 Rayzen CPU and Intel i9 8.1 8.1 8.1 7.700000000000001 7.70000000000...
by exagonx
Mar 27, 2024 23:21
Forum: Windows
Topic: free basic how to load new form like vb6,and get form.item (public method or value)
Replies: 4
Views: 830

Re: free basic how to load new form like vb6,and get form.item (public method or value)

There are native Windows Framework libraries? (or for native app target). Url ? Or do you mean Microsoft Foundation Libraries? From version 5 of Windows NT (Windows 2000 Professional) The basic framework is included in the system libraries, instead in the old versions of Windows 98 and NT4. While t...
by exagonx
Mar 27, 2024 23:03
Forum: Windows
Topic: SOLVED: Missing MYSQL Header in the package
Replies: 3
Views: 237

Re: Missing MYSQL Header in the package

The MySQL binding hasn't been updated for a very long time (>10 years) and isn't compatible with 64-bit systems yet. However, I've added MariaDB bindings a few years ago, which should work in most situations as drop-in replacement for MySQL. see https://freebasic.net/forum/viewtopic.php?p=293580#p2...
by exagonx
Mar 26, 2024 21:58
Forum: Windows
Topic: free basic how to load new form like vb6,and get form.item (public method or value)
Replies: 4
Views: 830

Re: free basic how to load new form like vb6,and get form.item (public method or value)

free basic how to load new form like vb6,and get form.item (public method or value) in this project: https://www.freebasic.net/forum/viewtopic.php?t=25215 The Forms you want to use require the Windows Framework libraries. If you want to create a program that uses the windows graphical interface and...
by exagonx
Mar 26, 2024 19:07
Forum: Windows
Topic: SOLVED: Missing MYSQL Header in the package
Replies: 3
Views: 237

SOLVED: Missing MYSQL Header in the package

Hello friends. In the latest versions of Free BASIC I no longer find the mysql.bi file in the "include" folder, I wanted to know if I have to migrate all my codes to sqlite or is there another reason. I am currently using the .bi file taken from an old version and it is not showing incompa...
by exagonx
Nov 13, 2023 22:29
Forum: DOS
Topic: [Solved] Shared Lib under DOS
Replies: 4
Views: 1865

Re: Shared Lib under DOS

Solved with 1.10 of FreeBASIC Compiler
viewtopic.php?t=32454
by exagonx
Nov 13, 2023 22:26
Forum: DOS
Topic: [SOLVED] its possible Read a method from a executable file ?
Replies: 9
Views: 2089

Re: its possible Read a method from a executable file ?

srvaldez wrote: Nov 13, 2023 9:45 have a look at HX DOS-Extender https://sourceforge.net/projects/hx-dos/files/
This extension seems interesting if it does what I think is possible to create a windows 95 type multitasking environment.

I'll look at it calmly when I have more free time, thanks for the suggestion.
by exagonx
Nov 13, 2023 22:21
Forum: DOS
Topic: [SOLVED] its possible Read a method from a executable file ?
Replies: 9
Views: 2089

Re: its possible Read a method from a executable file ?

See https://www.freebasic.net/wiki/ProPgSharedLibrariesDOS Thank you for your kind reply, unfortunately the example shown in the link works perfectly under Windows and Linux but under MSDOS 6.22 and FreeDOS it gives an error when compiling m1.bas and m2.bas below is the answer when I proceed using ...
by exagonx
Nov 13, 2023 22:16
Forum: DOS
Topic: [SOLVED] its possible Read a method from a executable file ?
Replies: 9
Views: 2089

Re: its possible Read a method from a executable file ?

As I understand it, the DJGPP compiler suite that FB for DOS uses includes its own DOS Extender. Binaries produced by FBC should be 32-bit already, even on DOS, so capable of supporting much more than 1 MB RAM. I've never used FB for DOS, but quite a few forum members have. Hopefully someone can ch...
by exagonx
Nov 13, 2023 2:59
Forum: DOS
Topic: [SOLVED] its possible Read a method from a executable file ?
Replies: 9
Views: 2089

Re: its possible Read a method from a executable file ?

See https://www.freebasic.net/wiki/ProPgSharedLibrariesDOS Thank you for your kind reply, unfortunately the example shown in the link works perfectly under Windows and Linux but under MSDOS 6.22 and FreeDOS it gives an error when compiling m1.bas and m2.bas below is the answer when I proceed using ...
by exagonx
Nov 12, 2023 9:42
Forum: DOS
Topic: [SOLVED] its possible Read a method from a executable file ?
Replies: 9
Views: 2089

[SOLVED] its possible Read a method from a executable file ?

Good morning friends, this morning I was experimenting with QBasic4.5 and I was wondering if it was possible with FreeBASIC to read subs and functions of an executable file and download them from memory when they are no longer needed.
by exagonx
Oct 11, 2023 10:53
Forum: Sources, Examples, Tips and Tricks
Topic: Extrapolate a certain part of a string that may be inside parentheses or quotation marks
Replies: 0
Views: 1449

Extrapolate a certain part of a string that may be inside parentheses or quotation marks

In this period I came up with a project where using some functions created for old programs you can analyze strings and be able to perform certain tasks via scripting language without compiling the source, it's a lot of work and I personally publish the sources of these functions I don't know if the...
by exagonx
Sep 24, 2023 22:07
Forum: Community Discussion
Topic: FreeBASIC for Apple OS
Replies: 21
Views: 3753

Re: FreeBASIC for Apple OS

in MacOS Mojave when trying to build the latest Git repo I get unknown ld option --eh-frame-hdr at the stage of linking fbc, have no idea why I believe that the system created by Apple for installing applications, made for those who understand nothing about IT, makes it the only solution for those ...
by exagonx
Sep 24, 2023 4:01
Forum: Community Discussion
Topic: FreeBASIC for Apple OS
Replies: 21
Views: 3753

Re: FreeBASIC for Apple OS

do you think the BSD version work on mac os too ?
by exagonx
Sep 24, 2023 3:52
Forum: Community Discussion
Topic: FreeBASIC for Apple OS
Replies: 21
Views: 3753

Re: FreeBASIC for Apple OS

The first version of FreeBasic was written in Visual Basic for DOS Thank you , that explain many things And actually there was an unofficial version of FreeBasic for Apple OS I must admit that using Apple systems creates a big stomach ache, to the point that I installed Linux on 6 older Macs and Wi...