Search found 26 matches

by rCX
Dec 16, 2009 2:48
Forum: Sources, Examples, Tips and Tricks
Topic: A new (to native) compiler Jumb [need your help]
Replies: 28
Views: 6395

What type of help do you need with FASM?
by rCX
Dec 12, 2009 18:44
Forum: Linux
Topic: How did you installed FreeBASIC?
Replies: 3
Views: 2075

This worked for me in 9.04 and should work in 9.10.
by rCX
Nov 23, 2009 23:48
Forum: Archive
Topic: HighQuality Rotation
Replies: 23
Views: 7542

I got it to work in Linux by making changes to rotation6-4.bas. Here 's the is the updated version. A summery of my changes is below. Thanks Mysoft. You are a genius! Line 6... #define ZPROT_RWE 1+2+4 ...to... #define PROT_RWE 1+2+4 Lines 59-60 int byte 0x80 'call syscall test dword eax, eax 'succes...
by rCX
Nov 23, 2009 23:33
Forum: Archive
Topic: HighQuality Rotation
Replies: 23
Views: 7542

Just tested and I'm getting a few errors. RotateScaleHQ.asm:265: Error: invalid operand for 'int' ('0x80' unexpected) RotateScaleHQ.asm:266: Error: invalid operand for 'test' ('eax' unexpected) RotateScaleHQ.asm:823: Error: invalid operand for 'int' ('0x80' unexpected) RotateScaleHQ.asm:824: Error: ...
by rCX
Nov 19, 2009 23:55
Forum: Archive
Topic: HighQuality Rotation
Replies: 23
Views: 7542

Is there a way for this to work without "windows.bi"? I want to try this in linux. thx
by rCX
Nov 17, 2009 3:56
Forum: Archive
Topic: HighQuality Rotation
Replies: 23
Views: 7542

Thanks. I've been looking for something like this for a long time.
by rCX
Jun 13, 2009 5:35
Forum: Linux
Topic: Yet another fullscreen at lower resolution thread
Replies: 0
Views: 1357

Yet another fullscreen at lower resolution thread

Please be patient because I'm a linux newbie. In an old thread , a user was able to enable fullscreen for screen 14 by modifying their xorg.conf file like Section "Monitor" Identifier "Monitor0" HorizSync 31.5 - 68.7 VertRefresh 50 - 70 Option "DPMS" # === mode lines ba...
by rCX
Jun 13, 2009 1:52
Forum: Linux
Topic: FB 0.20 +Ubuntu 8.10 64 - the easy way
Replies: 19
Views: 21814

Thanks for saving me alot of trouble! I was able to install fb on ubuntu 9.04 with your directions. Btw the link to getlibs doesn't work anymore. I had to use http://frozenfox.freehostia.com/cappy/getlibs-all.deb The names of the libraries have changed so the last 2 lines should be... sudo apt-get i...
by rCX
Mar 01, 2009 15:40
Forum: Archive
Topic: FreeBASIC TUI for DOS (MSEDIT)
Replies: 18
Views: 8482

Edit:
exe2coff freezes on my system but I got it to work using stubit.exe from wdosx. Thanks

Code: Select all

stubit program.exe
Btw I really like your site, especially the tic-tac-toe chicken :-)
by rCX
Mar 01, 2009 14:54
Forum: Archive
Topic: FreeBASIC TUI for DOS (MSEDIT)
Replies: 18
Views: 8482

Hey fox, What did you do to get your program to run without DPMI? I've been trying to do the same thing but with no luck.
by rCX
Mar 01, 2009 2:26
Forum: DOS
Topic: DOSBox and input?
Replies: 5
Views: 5188

Solution

I know this is old but I found a solution. The program works when HDPMI32.exe is used instead of CWSDMPI.exe. Maybe someone should post this on the wiki for those emulating DOS.
by rCX
Mar 01, 2009 2:18
Forum: Beginners
Topic: Pages in screen 0
Replies: 2
Views: 1445

'Clear both screens Screen , 1,0 cls Screen , 0, 1 cls COLOR 11: Locate 5,5: Print "Hi" Sleep pcopy 0,1 'source, destination Sleep Thanks it works under DOS. In case anyone was interested, pcopy crashes the program under DOSBOX when CWSDPMI.exe is used. It works fine using HDPMI.exe.
by rCX
Feb 28, 2009 6:19
Forum: DOS
Topic: continued DOS FreeBASIC support -- thanks!
Replies: 12
Views: 7941

Adding my thanks as well!
by rCX
Feb 28, 2009 6:06
Forum: Beginners
Topic: Pages in screen 0
Replies: 2
Views: 1445

Pages in screen 0

Does FB support multiple pages in Screen 0. The following code works for screen 13.... Screen 13, ,2 ScreenSet 1, 0 'Working page, visible page Cls Locate 5,5 Print "Hi" Sleep ScreenCopy 1,0 'Copy "Hi" from working page to visible page Sleep ... but not on Screen 0.... Screen 0, ...
by rCX
Feb 20, 2009 3:41
Forum: Archive
Topic: Prospector: Space themed Roguelike
Replies: 45
Views: 25340

Cool, An ASCII adventure! It's been awhile since I've played one of these. I'll have to spend more time playing around with it. The people at http://www.ascii-world.com/ would like this.