Search found 15 matches

by yevrowl
Apr 18, 2024 23:07
Forum: Projects
Topic: windows Multi-language Editor ( English;French;Spanish)
Replies: 76
Views: 66583

Re: windows Multi-language Editor ( English;French;Spanish)

hello... I and mysoft found CSED_FB as a very good freebasic ide... mysoft did a few fixes for the ide last version from 2015 v.1.0.7 and made it better we tested it under windows OS 32 and 64 bit If you are interested, you can find more in this post/thread on retrocoders community forum: https://r...
by yevrowl
Jan 11, 2024 3:38
Forum: Game Dev
Topic: Fox Oring
Replies: 0
Views: 797

Fox Oring

https://i.postimg.cc/vcnpWR8z/foxmenu.png https://i.postimg.cc/6Tgk26Kq/foxstart.png https://i.postimg.cc/MfMgPN7z/foxfind.png https://i.postimg.cc/rzD6w0v7/foxfound.png Fox Oring is a variation of the sport of amateur radio direction finding. Fox Oring is a timed race in which individual competito...
by yevrowl
Dec 23, 2023 23:31
Forum: Game Dev
Topic: Rock paper scissors
Replies: 1
Views: 523

Re: Rock paper scissors

And here are my two programs:

Rock, Paper, Scissors — https://sourceforge.net/projects/r-p-s/

Rock, Paper, Scissors, Lizard, Spock — https://sourceforge.net/projects/r-p-s-l-s/
by yevrowl
Dec 20, 2023 23:15
Forum: Game Dev
Topic: Jupiter Lander
Replies: 4
Views: 1815

Re: Jupiter Lander

Good implementation of the lander simulation, thank you! The only pity is that it compiles for DOS, but does not work in it.
by yevrowl
Dec 20, 2023 22:54
Forum: Game Dev
Topic: Divine generator
Replies: 0
Views: 955

Divine generator

The original idea of Alexander V. Catapang Jr. in the Guess-Chess from the eGames package. Divine generator is an addition to the idea and transfer of rules to makruk, xiangqi and shogi. https://i.postimg.cc/k2fcyFs4/1.png https://i.postimg.cc/1gXK7n7K/2.png https://i.postimg.cc/SXPfBSwb/3.png https...
by yevrowl
Dec 20, 2023 22:49
Forum: Community Discussion
Topic: FreeBASIC IDEs/Editors
Replies: 44
Views: 36107

Re: FreeBASIC IDEs/Editors

aurelVZAB wrote: Jan 30, 2021 12:47 my editor is not visual..heh yes..but work
https://aurelsoft.ucoz.com/ASciFBEditor.rar
Thanks for the release. Unfortunately, nothing can be downloaded from this link.
by yevrowl
Apr 30, 2023 20:12
Forum: Community Discussion
Topic: 'dword ptr [K2]' is not a valid base/index expression
Replies: 2
Views: 4082

Re: 'dword ptr [K2]' is not a valid base/index expression

This instruction helped with an error: "error: dword ptr is not a valid base/index expression".

Thanks a lot!
by yevrowl
Apr 30, 2023 20:11
Forum: Beginners
Topic: Compile problem 'dword ptr'
Replies: 10
Views: 2510

Re: Compile problem 'dword ptr'

This guide helped — viewtopic.php?t=27851

Image
by yevrowl
Dec 30, 2022 11:18
Forum: General
Topic: What is an "UNDEFINED REFERENCE" ?
Replies: 14
Views: 3570

Re: What is an "UNDEFINED REFERENCE" ?

coderJeff wrote: Dec 30, 2022 0:16
yevrowl wrote: Dec 29, 2022 22:49 At the same time, under DOS and Windows, it is compiled without problems. Please suggest what could be the reason?
The OUT statement is not available on FreeBSD.
Thanks a lot! Now the sources have been successfully compiled!
by yevrowl
Dec 30, 2022 11:16
Forum: Linux
Topic: FreeBSD compilation
Replies: 3
Views: 4575

Re: FreeBSD compilation

Thanks a lot! Help on the topic — viewtopic.php?p=296169#p296169
by yevrowl
Dec 29, 2022 22:49
Forum: General
Topic: What is an "UNDEFINED REFERENCE" ?
Replies: 14
Views: 3570

Re: What is an "UNDEFINED REFERENCE" ?

Trying to compile the file http://truechess.org/chess.bas And get an error: $ fbc -lang qb -gen gcc -O 2 chess.bas /usr/local/bin/../bin/ld: /usr/local/bin/../lib/freebasic/freebsd-x86_64/libfb.a(hook_ports.o): in function ‛fb_Wait’: hook_ports.c:(.text+0xbf): undefined reference to ‛fb_hIn’ /usr/lo...
by yevrowl
Dec 29, 2022 22:46
Forum: Linux
Topic: FreeBSD compilation
Replies: 3
Views: 4575

Re: FreeBSD compilation

Trying to compile the file http://truechess.org/chess.bas And get an error: $ fbc -lang qb -gen gcc -O 2 chess.bas /usr/local/bin/../bin/ld: /usr/local/bin/../lib/freebasic/freebsd-x86_64/libfb.a(hook_ports.o): in function ‛fb_Wait’: hook_ports.c:(.text+0xbf): undefined reference to ‛fb_hIn’ /usr/lo...
by yevrowl
Aug 12, 2022 22:31
Forum: Linux
Topic: FreeBSD compilation
Replies: 3
Views: 4575

FreeBSD compilation

Hi all! Please tell me why the graphics are lost when compiling in FreeBSD?
by yevrowl
Aug 12, 2022 22:29
Forum: Game Dev
Topic: Dice endgames
Replies: 0
Views: 3925

Dice endgames

Greetings all! A program for generating random endings for games on a checkered field. Supports creation of positions and display of notations for chess, makruk, xiangqi, shogi and international draughts. Implements a step-by-step placement of pairs of figures, with the ability to interrupt on any p...