Search found 306 matches

by lassar
Feb 11, 2022 2:23
Forum: Community Discussion
Topic: How do you install fbedit?
Replies: 1
Views: 633

How do you install fbedit?

I usually use fbide, but thought I give fbedit a try.

Don't have a clue on installing fbedit.

Does anyone have experience with installing fbedit?
by lassar
Sep 12, 2021 18:23
Forum: Community Discussion
Topic: Getting error using fblite
Replies: 5
Views: 1128

Re: Getting error using fblite

Am using Version 0.18.6 Beta.

Okay I messed up, and manager to use a older version instead of version 1.08.1

My bad.
by lassar
Sep 12, 2021 17:58
Forum: Community Discussion
Topic: Getting error using fblite
Replies: 5
Views: 1128

Re: Getting error using fblite

Simplified the code, and just can't get the compiler to accept fblite. Think the problem is with the compiler errror "alarm-fblite.bas(7) error 137: Suffixes are only valid in -lang deprecated or fblite or qb, found 'file' in 'file$= "alpha-lipoic-acid.wav" 'windows 10' '$lang: "...
by lassar
Sep 12, 2021 1:34
Forum: Community Discussion
Topic: Getting error using fblite
Replies: 5
Views: 1128

Getting error using fblite

Does not fblite work anymore. Have a line that has Run% = 1. Get the error "Illegal outside a CONSTRUCTOR, DESTRUCTOR, FUNCTION, OPERATOR, PROPERTY or SUB block, found '=' in 'Run% = 1' '$lang: "fblite" #include "string.bi" #include once "windows.bi" #include once ...
by lassar
Jul 12, 2020 2:54
Forum: General
Topic: How do I generate a 2d wiremesh for a object?
Replies: 2
Views: 952

Re: How do I generate a 2d wiremesh for a object?

Wanting a NEC mesh for a 4nec2 antenna modeling program.

Need to generate a mesh for a solid bow tie.

Where is info on transformation and rotation of 2d.
by lassar
Jul 06, 2020 3:49
Forum: General
Topic: How do I generate a 2d wiremesh for a object?
Replies: 2
Views: 952

How do I generate a 2d wiremesh for a object?

Am wanting to generate a 2d wire mesh for bow tie antenna for a nec2.

Any ideas on how, I can get started, and what algorithms to use?
by lassar
Oct 27, 2018 0:48
Forum: Archive
Topic: RadioTelephone Tutor: update
Replies: 0
Views: 4200

RadioTelephone Tutor: update

RadioTelephone Tutor is a tutor program to help a person prepare for his FCC exam. Windows program done in Freebasic using a dos like gui. Just updated RadioTelephone Tutor with a portional vga font, improved monospace vga font, and uses hq2x pixel art scaler to improve the looks of vga fonts. Check...
by lassar
Oct 21, 2018 16:44
Forum: General
Topic: Expected identifier, found 'DWORD'
Replies: 2
Views: 1017

Expected identifier, found 'DWORD'

Am using this code and got this compiler error. Command executed: "F:\FreeBASIC\fbc.exe" -s gui dish.rc "F:\RadioTelephone-Tutor-Work-Folder\WinTutor-Source-Code\detect-fullscreen.bas" Compiler output: F:\FreeBASIC\inc\win\windef.bi(217) error 14: Expected identifier, found 'DWOR...
by lassar
Sep 30, 2018 19:12
Forum: Sources, Examples, Tips and Tricks
Topic: Assembly VGA font Print Routines
Replies: 9
Views: 3452

Re: Assembly VGA font Print Routines

You complained about the slowness of non-assembly instructions, and then, you use a dos emulator (likely written in Java, so emulation on an interpreted language) to run your code? My dos program is to be used on a android smart phone, using a dos emulator, Most likely a dosbox emulator. Had to rep...
by lassar
Sep 29, 2018 5:49
Forum: Sources, Examples, Tips and Tricks
Topic: Assembly VGA font Print Routines
Replies: 9
Views: 3452

Re: Assembly VGA font Print Routines

When you look at most monospace fonts, you'll notice more space between
other letters and lowercase i & L.

I redid the lowercase i & L so that the bottom of i & l is bigger.
by lassar
Sep 28, 2018 17:23
Forum: Sources, Examples, Tips and Tricks
Topic: Assembly VGA font Print Routines
Replies: 9
Views: 3452

Re: Assembly VGA font Print Routines

This assembly code is good for windows, dos, and linux. For instance, using non-assembly print routines for a raspberry 1 would be way too slow. What processor do you need portability for? I myself have created a dos program, using freebasic, to be used on android smart phones, using a dos emulator.
by lassar
Sep 28, 2018 15:54
Forum: General
Topic: Change the standard vga font?
Replies: 3
Views: 1207

Re: Change the standard vga font?

Already have a custom font vga.f16

This one is almost as good as a proportional font.

My print routines to show vga fonts.

What is the format of fnt08x16.fnt ?

Is there freebasic source code available to convert vga fonts to fnt08x16.fnt?
by lassar
Sep 28, 2018 15:44
Forum: Sources, Examples, Tips and Tricks
Topic: Assembly VGA font Print Routines
Replies: 9
Views: 3452

Assembly VGA font Print Routines

This will print using vga 8x16 fonts on 640x480 32 bit screen. vga.f16 font Download '======================================== ' Assembly VGA font Print Routines ' Released into public domain ' By Randall Glass '======================================== ' ' Screen Resolution 640x480 32 bits ' ' Langu...
by lassar
Sep 28, 2018 2:35
Forum: Game Dev
Topic: List of *FREE* game programming resources
Replies: 84
Views: 154028

Re: FREE game programming resources: Vga Font

Here is a good resorce.

Serif monspace vga font, that looks almost as good as a proportional font.
by lassar
Sep 28, 2018 1:14
Forum: General
Topic: Change the standard vga font?
Replies: 3
Views: 1207

Change the standard vga font?

Where is the standard vga font located in the freebasic compiler folder?

Want to change the standard 8x16 font to a custom one.