Search found 169 matches

by robert
Aug 31, 2020 4:40
Forum: Community Discussion
Topic: FreeBASIC 1.08 Development
Replies: 339
Views: 63344

Re: FreeBASIC 1.08 Development

Latest change from https://github.com/freebasic/fbc/pull/231 Changed: macros and defines can be invoked without parens Added: __FB_UNIQUEID_PUSH__(ctx) to create new stack / next unique identifier with respect to ctx __FB_UNIQUEID__(ctx) to retrieve unique identifier at top of stack __FB_UNIQUEID_P...
by robert
Aug 31, 2020 1:50
Forum: Beginners
Topic: Problem with FB on Geany in Linux Mint 20 [SOLVED]
Replies: 5
Views: 1219

Re: Problem with FB on Geany in Linux Mint 20

Hi srvaldez and badidea. Got the latest version of libtinfo5 installed, and sudo ldconfig didn't work either. Will consult the other numerous messages... Thanks for responding! Try sudo apt-get install libncurses5-dev You need all the following for relatively problem free programming gcc make libnc...
by robert
Aug 20, 2020 18:15
Forum: General
Topic: Trigonometry-Patterns
Replies: 42
Views: 3711

Re: Trigonometry-Patterns

Hey Albert:

Maybe you can port some of these, at this website,

https://www.jedsoft.org/fun/complex/gallery.html

to FreeBASIC.

Image

Image
by robert
Aug 15, 2020 2:06
Forum: Beginners
Topic: changing code pages
Replies: 28
Views: 4138

Re: changing code pages

#include "Windows.bi" Print "Current codepage is ";GetConsoleOutputCP() SetConsoleOutputCP(862) Print "The new codepage is ";GetConsoleOutputCP() Print "Put Hebrew text here" sleep The console font must be changed to one that has Hebrew glyphs. There are few,...
by robert
Aug 11, 2020 4:05
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Hi SARG: I ran the unit-tests using the fbc64_gas64_108 linux executable that is included in the last posted http://users.freebasic-portal.de/sarg/fbc64_gas64.zip The result was the same as with the fbc64_gas64 executable that I compiled. 5 4 1 fbc_tests.structs.obj_shared_array_ini 1
by robert
Aug 10, 2020 19:40
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Hi all, Don't know.... Execute this after setting the right names (folder/exe) and keeping the print from previous post in the bas file : fbc64_gas64_108 -RR -R -mt -g -exx -i ./fbcunit/inc -lib ./fbcunit/src/fbcunit.bas ./fbcunit/src/fbcunit_qb.bas ./fbcunit/src/fbcunit_console.bas ./fbcunit/src/f...
by robert
Aug 10, 2020 18:18
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Hi all, So where was the failure? Don't know.... Execute this after setting the right names (folder/exe) and keeping the print from previous post in the bas file : fbc64_gas64_108 -RR -R -mt -g -exx -i ./fbcunit/inc -lib ./fbcunit/src/fbcunit.bas ./fbcunit/src/fbcunit_qb.bas ./fbcunit/src/fbcunit_c...
by robert
Aug 10, 2020 15:36
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Thank you for testing and reporting :-) Full release WDS/LNX : http://users.freebasic-portal.de/sarg/fbc64_gas64.zip Hi SARG: CoderJeff has updated the 1.0.8 source on GitHub with some new fixes. Using source code from the above fbc64_gas64.zip Linux Fedora 32 x64 compile of GitHub FreeBASIC 1.0.8 ...
by robert
Aug 10, 2020 14:50
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Thank you. Now works in Windows. Thank you for testing and reporting :-) Full release WDS/LNX : http://users.freebasic-portal.de/sarg/fbc64_gas64.zip I've been trying to use the print suggestion you made with no success. Separately I saw the print output but not when executing the full test. So try...
by robert
Aug 09, 2020 21:25
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

@xusinboy Finally bug fixed for the WDS version. it had been almost fixed before but I was not using the procedure on the correct variables .... http://users.freebasic-portal.de/sarg/fbc64_gas64WDS.zip About 'push bug' on LNX, release planned tomorrow. @robert Some news ? offtopic Not too hot at ho...
by robert
Aug 09, 2020 21:17
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

@xusinboy Finally bug fixed for the WDS version. it had been almost fixed before but I was not using the procedure on the correct variables .... http://users.freebasic-portal.de/sarg/fbc64_gas64WDS.zip About 'push bug' on LNX, release planned tomorrow. @robert Some news ? offtopic Not too hot at ho...
by robert
Aug 07, 2020 2:27
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

congratulations on this milestone SARG :-) Thank you. make unit-tests 1 failure Strange I did not get this error. And it would seem more normal to get 5 errors as there is only this cu_assert line. for i = ARRAY_LB to ARRAY_UB CU_ASSERT_EQUAL( b1(i).v, 1 + i ) next Look in the log for finding some ...
by robert
Aug 06, 2020 3:17
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Hi all, Finally I could execute the test suite under linux without error after 3 self compilations. @robert please confirm. I hope no mistake. Hi SARG: Thank you for the update. Looking good! Linux Fedora 32, Github FreeBASIC 1.0.8 source makefile three compiles, one warning FBC src/compiler/obj/li...
by robert
Jul 29, 2020 6:49
Forum: Community Discussion
Topic: Standalone use of new GAS64 assembler as backend for a different Parser
Replies: 8
Views: 1789

Re: Standalone use of new GAS64 assembler as backend for a different Parser

wallyg wrote:I clicked on the link for AllOpcodes.zip in the RichMash forum and the file downloaded will not open in the standard Zip that is part of Windows 10. And 7Zip also indicates it in not valid.

Wally
Confirmed. AllOpcodes.zip is broken.
by robert
Jul 21, 2020 3:12
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 110075

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Hi all, I ended to rid of issues when testing the LNX version :-) Thanks to jeff who helped me about variadic argument lists. Only the first level compilation but the test suite is succesfully passed. I let robert made the 3 compilations and testing. Thanks in advance. Hi SARG: Error on Linux Fedor...