Search found 273 matches

by wallyg
May 13, 2024 5:40
Forum: General
Topic: Placement of graphics window with Screen
Replies: 6
Views: 275

Re: Placement of graphics window with Screen

Thank you. I shall study it and adapt it to my needs.

I do appreciate all the help the forum provides.

Wally
by wallyg
May 12, 2024 18:25
Forum: General
Topic: Placement of graphics window with Screen
Replies: 6
Views: 275

Re: Placement of graphics window with Screen

Thank you for the reference to Windows, EnumDisplayMonitors. I am not a Windows programmer and it looks like I would have to learn too much about Windows programming to use this properly. I do appreciate your wonderful suggestion. If at some point in time, I do have to go this route, I will post my ...
by wallyg
May 11, 2024 6:01
Forum: General
Topic: Placement of graphics window with Screen
Replies: 6
Views: 275

Placement of graphics window with Screen

When I use the following command Screen 21 A graphics window appears on one of my monitors. Is there a way to specify which monitor it appears on and where on that monitor it appears? A second question is how do I specify placing two graphics windows on my monitors? Ideally one on each monitor? Sinc...
by wallyg
Apr 12, 2024 22:36
Forum: General
Topic: Property Definition does not allow STATIC
Replies: 6
Views: 520

Re: Property Definition does not allow STATIC

Yes, I wanted to perform some validation and possibly update other global values based on the specified setting. In addition, all the specific instance routines that are available to the user of my library of objects use properties and they understand the syntax of that call for setting values. Usin...
by wallyg
Apr 11, 2024 22:58
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 349732

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

I have finally used the symbol for the split screen at the top right of the edit window. It works fine, thank you for this option. But I was wondering if it was possible for the upper and lower screens to not use the same file. I would like the top screen to be one file (containing the type definiti...
by wallyg
Apr 11, 2024 22:51
Forum: General
Topic: Property Definition does not allow STATIC
Replies: 6
Views: 520

Property Definition does not allow STATIC

I have an object (Type) that has some global values and I wanted to be able to use the Property syntax for setting this global value as Type Gobject Static as Integer _Prop1 ... Declare Static Property Prop1(value as Integer) ... End Type and later set the value as gObject.Prop1 = 17 I was surprised...
by wallyg
Jan 21, 2024 19:48
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 349732

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

I have a small request. We are all getting older and I know my eyes are not what they were when I was younger. I increased the type size in the main editing window (thank you for that option). However, I would like to have all the windows like the compiler results window and the compiler log file al...
by wallyg
Jan 01, 2024 19:15
Forum: General
Topic: Latest Bass Library and MP3 files
Replies: 11
Views: 1216

Re: Latest Bass Library and MP3 files

Thank you. I will give it a try tomorrow after all of today's festivities are over.

Thank you very much.

Tucson Wally
by wallyg
Jan 01, 2024 0:39
Forum: General
Topic: Latest Bass Library and MP3 files
Replies: 11
Views: 1216

Re: Latest Bass Library and MP3 files

Thank you for your information. But I am not familiar with windows programming. I use GTK and for GUI programming. I am looking for a library I can just drop in as a replacement for Bass which does not seem to be working for me. And not making major changes to the rest of the program. Thank you all ...
by wallyg
Dec 31, 2023 18:08
Forum: General
Topic: Latest Bass Library and MP3 files
Replies: 11
Views: 1216

Re: Latest Bass Library and MP3 files

Since I cannot play my library of MP3s with Bass and Fmod is 32-bit only, does anyone know of a 64-bit Freebasic package that can play MP3s and read the MP3 tags?

Thank you
by wallyg
Dec 29, 2023 18:30
Forum: Community Discussion
Topic: FreeBASIC 1.10.1 Release Discussion
Replies: 154
Views: 28437

Re: FreeBASIC 1.10.1 Release Discussion

Thank you for your quick resolution. I do so appreciate all the work you put into FB. Have a great holiday and a healthy and happy new year. You are the greatest. Thanks again

Wally
by wallyg
Dec 28, 2023 22:39
Forum: Community Discussion
Topic: FreeBASIC 1.10.1 Release Discussion
Replies: 154
Views: 28437

Re: FreeBASIC 1.10.1 Release Discussion

Thank you for the new version. However, the change log indicates that bass.bi was updated. I tried it. Some symbols in 2.24.17 (the latest version of bass) were not defined in 1.10.1 bass.bi. I noticed that the following in 2.24.17 bass,h #define BASS_TAG_ID3V2_2 17 // ID3v2 tags (2nd block) : varia...
by wallyg
Dec 27, 2023 20:25
Forum: General
Topic: Latest Bass Library and MP3 files
Replies: 11
Views: 1216

Latest Bass Library and MP3 files

I just started a new project and tried to play an MP3 file and got BASS_ERROR_FILEFORM. Tried a different music file type (MO3) and it works just fine. I have also tried numerous other MP3 files with the same results. Got the latest BASS.dll from its website just this morning. I run an up-to-date Wi...
by wallyg
Dec 10, 2023 20:07
Forum: Hardware Interfaces / Communication
Topic: read cdrom toc and query freedb
Replies: 3
Views: 3710

Re: read cdrom toc and query freedb

Any chance this program is still available? I so what version of FB did you use to compile/run it?

Thanks
Wally