Search found 15 matches

by Richard_
Mar 08, 2022 12:02
Forum: DOS
Topic: DOSBox-X
Replies: 9
Views: 5572

Re: DOSBox-X

@marcov Now that I have a somewhat usable DOSBOX-x configuration, I compiled my original bare metal DOS program AAA.BAS (27,384 bytes) which uses a Q3 type display. Below are relevant details:- fbc aaa.bas -C -R -map aaa.map . Volume in drive G is SATARED Volume Serial Number is 722E-706E Directory ...
by Richard_
Mar 08, 2022 8:46
Forum: DOS
Topic: DOSBox-X
Replies: 9
Views: 5572

Re: DOSBox-X

@SARG

Thanks for tip - have edited the format and now the columns line up!
by Richard_
Mar 08, 2022 4:31
Forum: DOS
Topic: DOSBox-X
Replies: 9
Views: 5572

Re: DOSBox-X

@marcov Thanks for your reply. I did not realize linkers would be quite memory hungry even for very small programs (just a couple of lines of code). Using the above statement as a starting point I experimented with some settings in DOSBOX-x (FEB 28 2022 build) and also tried a few other changes to m...
by Richard_
Feb 10, 2022 0:20
Forum: DOS
Topic: DOSBox-X
Replies: 9
Views: 5572

Re: DOSBox-X

@marcov Thanks for reply. I downloaded/installed cwsdpmi (later discovered this is part of DOSBox-X) and applied -s switch to disable swp file and I was able to compile very small test program which worked. However with somewhat larger programs (aaa.bas about 24K bytes) I got the message ...\fbDOS\l...
by Richard_
Feb 08, 2022 19:53
Forum: DOS
Topic: DOSBox-X
Replies: 9
Views: 5572

Re: DOSBox-X

I have installed FreeBASIC 1.09 DOS version and cannot seem to be able to compile a simple program in DOSBox-X (JAN 2022 build Windows 10x64). Running fbc my.bas results in error Warning: cannot open swap file c:\cwsdpmi.swp My installation of FreeBASIC (dos) is on the A:\ drive. I think that Window...
by Richard_
Nov 08, 2020 6:49
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Re: Beginner help for DOS version

Have now my 2D spectrum block (silly mistake of line being ' (ie REM) scrn8-A https://www.dropbox.com/s/j54q1d2meoyhhve/scrn8-A.png?dl=1 When viewing the display - the 256 colors + etc are WRONG but the 2D spectrum block (C:\Polor256.bmp) is RIGHT The saved image via my screenshot code - the 256 col...
by Richard_
Nov 08, 2020 4:47
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Re: Beginner help for DOS version

Just in case anyone is interested in my progress... BOOTING FreeBASIC DOS from 16GByte USB stick with FreeDOS version 1.2 now (so have C:\> prompt on text screen). Tried again my test program to test for 3200x1800 and 256 colors (called X.bas ---> X.exe fbc x.bas no switches or anything used) On ju...
by Richard_
Nov 07, 2020 0:57
Forum: DOS
Topic: FreeDOS flashdrive experiment
Replies: 2
Views: 7819

Re: FreeDOS flashdrive experiment

I am very late to this thread (my focus at present is with my topic "Beginner Help for DOS version"). I was able to rufus format a 16 GB flash drive and so now only BOOT from floppy (actually the usb stick) and get to c:\> prompt and run FreeBASIC DOS version (1.07) (also refer "Begin...
by Richard_
Nov 05, 2020 12:08
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Re: Beginner help for DOS version

@ DamageX Thankyou for your interest. It is taking me a lot longer to try to sort myself out for the DOS version than I would have expected. Regarding the number of colors for 8 bit graphics on my 3200 x 1800 display:- I ran my own test program (FreeBASIC DOS version and booting up from a usb drive ...
by Richard_
Nov 03, 2020 4:11
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Re: Beginner help for DOS version

@fatman2021 Thanks for program - tested with FreeBASIC Windows version - Screenshot below. https://thumbs2.imgbox.com/de/9f/emLqaquC_t.png https://images2.imgbox.com/19/4c/pthJoDrk_o.png As per previous reply (immediately above - program locks up on displaying - need Task Manager "End Task"...
by Richard_
Nov 03, 2020 3:50
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Re: Beginner help for DOS version

@paul doe Thanks for program. I modified program to have 3200 x 1800 - otherwise is as per your work (Screenshot attached). https://thumbs2.imgbox.com/19/8f/rxJQR15I_t.png Note - I don't know what I am doing wrong (or missed to do) - but I cannot exit the program (even the RED X Box at top right han...
by Richard_
Nov 03, 2020 2:19
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Re: Beginner help for DOS version

I estimate say about one week until I can give a detailed reply (on problems) I am experiencing with all of above - for me there are numerous things to sort out first (resulting from my lack of understanding/experience with FreeBASIC DOS and FreeBASIC Windows in general. Many things I took for grant...
by Richard_
Oct 31, 2020 1:34
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Re: Beginner help for DOS version

@fatman2021 - thanks for reply BUT we are not "on the same frequency". For the purpose of my request for help please do not refer to DosBox (and such) My configuration for using FreeBASIC DOS version is:- FreeBASIC-1.07.1-dos.zip installed on a 16GByte USB stick which was formatted using &...
by Richard_
Oct 30, 2020 17:55
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Re: Beginner help for DOS version

I cannot get the resolution mentioned in DosBox (a year or two old) for MS PDS 7.1. (I have not tried FreeBASIC DOS version in DosBox). The 3200x1800 resolution was obtained using both DOS and WINDOWS version of FreeBASIC (latest versions) - DOS version on a Rufus formated USB stick. The windows ver...
by Richard_
Oct 30, 2020 10:23
Forum: DOS
Topic: Beginner help for DOS version
Replies: 17
Views: 7198

Beginner help for DOS version

Hello - new to DOS version (have a little experience with WINDOWS version) - previously used MS PDS 7.1 (upgrade to MS QB4.5 and which was discontinued 30 years ago). Currently use MS PDS 7.1 with DosBox on Windows 10x64. Installed latest version FreeBASIC-1.07.1-dos.zip, manually installed CWSDPMI....