Search found 8060 matches
- Jun 23, 2022 15:33
- Forum: General
- Topic: Windows 64-bit gdb.exe missing python modules ?
- Replies: 1
- Views: 106
Windows 64-bit gdb.exe missing python modules ?
Does the daily builds changed the 64-bit debugger in the past ? Joshy D:\FBExamples\3d>d:\FreeBASIC\bin\win64\gdb.exe Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] ImportError:...
- Jun 23, 2022 12:58
- Forum: Projects
- Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
- Replies: 449
- Views: 76825
Re: Ever lift.
@dodicat from my raytracer stuff NanoMeter2RGB() with gamma corecture. The calculation of gamma factor isn't from me (but can't remember the source) it comes from the visible spectrum of 380-780 nm ! EDIT: found the javascript source code at: https://www.johndcook.com/wavelength_to_RGB.html is insid...
- Jun 22, 2022 1:36
- Forum: Projects
- Topic: Project Manhattan
- Replies: 31
- Views: 888
Re: Project Manhattan
Microsoft acquired GitHub maybe they thinks in a different way about it 

- Jun 22, 2022 0:02
- Forum: Projects
- Topic: Project Manhattan
- Replies: 31
- Views: 888
Re: Project Manhattan
you used my: OpenGL shader language FreeBASIC wrapper ! my: Shadertoy FreeBASIC runtime environment ! my: C64 and CPU6510 emulator ! ... and in your ~600MB github are more than 20 books with copyright by Nintendo, OSBORNE, euroPress and other companies storing stolen books at home on your HD is your...
- Jun 20, 2022 16:36
- Forum: Projects
- Topic: FreeBASICpi - Retro Rasberry PI image
- Replies: 12
- Views: 1787
Re: FreeBASICpi - Retro Rasberry PI image
The book is a nice work should be read from any beginner.
Joshy
Joshy
- Jun 19, 2022 22:27
- Forum: Documentation
- Topic: DOS FAQ
- Replies: 11
- Views: 533
Re: DOS FAQ
ProPgSharedLibraries
Using Shared Libraries on Windows
Using Shared Libraries on Linux
Using Shared Libraries on DOS <-- is missing
Joshy
Using Shared Libraries on Windows
Using Shared Libraries on Linux
Using Shared Libraries on DOS <-- is missing
Joshy
- Jun 18, 2022 15:31
- Forum: DOS
- Topic: Some questions about fbc for DOS/FreeDOS.
- Replies: 2
- Views: 182
Some questions about fbc for DOS/FreeDOS.
First of all I don't have any DPMI installed and got no error message so far. Does it mean current FreeBASIC runtime (memory allocation ...) comes with it own protected mode interface ? For my Märklin FMX project and CNC router/laser cutter I use the good old LPT port and DOS as a realtime environme...
- Jun 18, 2022 15:14
- Forum: Sources, Examples, Tips and Tricks
- Topic: change volume, mute, etc windows audio mixer via an external app
- Replies: 1
- Views: 123
Re: change volume, mute, etc windows audio mixer
Or you can use the mixer API: viewtopic.php?f=7&t=10579 but be aware this code is old and must be changed if the build target is 64-bit !
Joshy
Joshy
- Jun 18, 2022 8:39
- Forum: DOS
- Topic: ISR + coroutines = Multitasking in DOS
- Replies: 5
- Views: 4249
Re: ISR + coroutines = Multitasking in DOS
@angros47 can you share the ready to use compiled lib for DOS here ?
I have no DOS C compiler installed ATM is there a gcc for the FBDOS /bin and it's runtime for the /lib folder ?
Joshy
I have no DOS C compiler installed ATM is there a gcc for the FBDOS /bin and it's runtime for the /lib folder ?
Joshy
- Jun 18, 2022 7:59
- Forum: DOS
- Topic: [solved] FreeDOS CTMOUSE PS2 mouse does not work here :-(
- Replies: 7
- Views: 342
Re: FreeDOS CTMOUSE PS2 mouse does not work here :-(
The Microsoft mouse driver doesn't show any mouse arrow (so it was not resident installed) The FreeDOS driver ctmouse printed "installed as PS2" the arrow was shown but not moved. Than i replaced the optical PS2 mouse and plugged a old ball PS2 mouse in and it works :-) Strange if I boot a...
- Jun 17, 2022 11:12
- Forum: DOS
- Topic: [solved] FreeDOS CTMOUSE PS2 mouse does not work here :-(
- Replies: 7
- Views: 342
Re: FreeDOS CTMOUSE PS2 mouse does not work here :-(
@angros47
thank you I will try it if I'm back home
Joshy
thank you I will try it if I'm back home
Joshy
- Jun 16, 2022 19:31
- Forum: DOS
- Topic: [solved] FreeDOS CTMOUSE PS2 mouse does not work here :-(
- Replies: 7
- Views: 342
- Jun 16, 2022 15:04
- Forum: DOS
- Topic: [solved] FreeDOS CTMOUSE PS2 mouse does not work here :-(
- Replies: 7
- Views: 342
[solved] FreeDOS CTMOUSE PS2 mouse does not work here :-(
I got 6 thin clients from ebay for only 30$ they have 1GHz CPU (passive colling) 2GB RAM and 4GB IDE RAM drives I got SLAX/debian, MenuetOS, KolibriOS installed and all works including the PS2 keyboard and PS2 mouse. Now I try FreeBASIC with FreeDOS but the PS2 mouse arrow doesn't move and I don't g...
- Jun 03, 2022 20:25
- Forum: Libraries Questions
- Topic: Assistance with correct install and implimentation of Raylib.gui
- Replies: 17
- Views: 693
Re: Assistance with correct install and implimentation of Raylib.gui
A short how to static vs dynamic imagine this folder structure drive:\raylib drive:\raylib\lib\win32\libraylib.a drive:\raylib\lib\win32\libraylib.dll.a drive:\raylib\lib\win64\libraylib.a drive:\raylib\lib\win64\libraylib.dll.a drive:\raylib\bin32\raylib.dll drive:\raylib\bin64\raylib.dll drive:\ra...
- Jun 01, 2022 9:02
- Forum: Libraries Questions
- Topic: Raylib v3.9 to v4.0 Install method
- Replies: 11
- Views: 452
Re: Raylib v3.9 to v4.0 Install method
Why do you will use a none working static 4.0 version if you can use a working static 3.x version ?
The rayGui is a header only solution from Haubitze so it should work also:
Joshy
The rayGui is a header only solution from Haubitze so it should work also:
Joshy