Search found 270 matches

by wallyg
Apr 12, 2024 22:36
Forum: General
Topic: Property Definition does not allow STATIC
Replies: 6
Views: 444

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: 346645

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: 444

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: 346645

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: 1145

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: 1145

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: 1145

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: 27968

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: 27968

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: 1145

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: 3088

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
by wallyg
Nov 28, 2023 18:52
Forum: General
Topic: I need a workaround for a DIR problem
Replies: 12
Views: 2646

Re: I need a workaround for a DIR problem

Thank you so very much. This is exactly what I need. I need to study this carefully and then will implement it during the holidays. Thank you again.

Wally
by wallyg
Nov 11, 2023 10:17
Forum: General
Topic: I need a workaround for a DIR problem
Replies: 12
Views: 2646

Re: I need a workaround for a DIR problem

No the original names are not important. Thanks for this.
by wallyg
Nov 10, 2023 23:02
Forum: General
Topic: I need a workaround for a DIR problem
Replies: 12
Views: 2646

Re: I need a workaround for a DIR problem

No, I do not want to change my program to handle w-strings or work with different code pages. I should not have to. Dir should work as advertised. Give me the OS name of the files I requested. Will the FB command "Kill filename" work with the modified filename? Well, I know from spending s...