Search found 16 matches

by dfw1417
Fri Dec 27, 2024 8:33 pm
Forum: Coding Questions
Topic: Generating Live Audio
Replies: 8
Views: 1424

Re: Generating Live Audio

:wink: Great Example Located:

Type "Awesome Audio Generator" into the Search.
by dfw1417
Fri Dec 13, 2024 4:17 am
Forum: Coding Questions
Topic: Startup Flash during initialization
Replies: 4
Views: 588

Startup Flash during initialization

I have been unable to figure out how to eliminate the initial flashing of the Window creation during the procedures run at startup of the program I use for finding all the valid com ports on a computer. I check 32 comports and store either a 1 for valid or a 0 for invalid for the com ports. I have ...
by dfw1417
Fri Nov 22, 2024 9:41 pm
Forum: Mac OSX
Topic: What PB Version for Mac Mini M4 or any M4 Mac?
Replies: 2
Views: 4339

What PB Version for Mac Mini M4 or any M4 Mac?

Is there a version of pure basic that will install and run on a Mac with the M4?

Thanks in advance.
by dfw1417
Fri Oct 04, 2024 11:13 pm
Forum: Coding Questions
Topic: Constants Verification
Replies: 2
Views: 508

Re: Constants Verification

Thanks! I was thinking more along the lines of the Windows API attribute values and they are not directly used the same way and not the same values. :D
by dfw1417
Fri Oct 04, 2024 9:01 pm
Forum: Coding Questions
Topic: Constants Verification
Replies: 2
Views: 508

Constants Verification

I have used the example for the file system and slightly modified it to show the actual values corresponding to the constants. However it appears that some of the documented values for the constants are the same as others. This is shown in the code example provided below. So is this an error or was ...
by dfw1417
Sat Jun 22, 2024 9:00 pm
Forum: General Discussion
Topic: Purebasic Version 6.10 LTS not available
Replies: 4
Views: 1340

Re: Purebasic Version 6.10 LTS not available

Still not available on site for download even though it is announced as LTS version released. Guess I installed too soon. Cant update so going back to version 5.73. Just too many changes going on here too fast makes developing anything unreliable with new versions. Just my observation.

Appreciate ...
by dfw1417
Sun Jun 16, 2024 3:06 pm
Forum: General Discussion
Topic: Purebasic Version 6.10 LTS not available
Replies: 4
Views: 1340

Purebasic Version 6.10 LTS not available

Just a note to let you know that Version 6.10 LTS is no longer available for download on the current or the museum areas at this time.
by dfw1417
Tue May 14, 2024 1:11 pm
Forum: Mac OSX
Topic: Multiple PB Versions on Mac - Is it possible?
Replies: 0
Views: 2845

Multiple PB Versions on Mac - Is it possible?

Although I have several macs mostly older (High Sierra) I have not found a way to install PB as portable on any of the Macs. While I can install different PB versions on the mac no matter which version I use as active always defaults to using the same PB preferences file which has to be manually ...
by dfw1417
Tue Apr 23, 2024 5:22 pm
Forum: Off Topic
Topic: Looking for Powerbasic Poffs v2.35 Sourcecode
Replies: 8
Views: 3444

Re: Looking for Powerbasic Poffs v2.35 Sourcecode

I actually already had the download but did not realize the .zip inside the zip download contained the source code. Thanks for the information. It would be great if somehow this could be used for all the PureBasic code all the way back to the start to the current to view and search content offline ...
by dfw1417
Mon Apr 22, 2024 12:32 pm
Forum: Off Topic
Topic: Looking for Powerbasic Poffs v2.35 Sourcecode
Replies: 8
Views: 3444

Looking for Powerbasic Poffs v2.35 Sourcecode

I have searched everywhere for the sourcecode and have not been able to find it. I have found the .zip file however it only contains the data files and the already compiled .exe file for Poffs version 2.35. There is a v2.55 out but once again no source code. I have searched all my files from back to ...
by dfw1417
Mon Apr 08, 2024 11:47 pm
Forum: General Discussion
Topic: How to organize/keep track of assigned #'s while coding
Replies: 5
Views: 1202

How to organize/keep track of assigned #'s while coding

I currently have a project which has over 1500 lines of code. I have divided it by include files (project tabs) and have one main file which has definitions and total program overview using include files for procedures, mainformobjects, mainformlocations, events, etc. It all does very well however ...
by dfw1417
Mon Apr 08, 2024 11:23 pm
Forum: Coding Questions
Topic: Pushbutton Test Toggling
Replies: 8
Views: 1808

Pushbutton Test Toggling

Tried to do the toggle thing using the NOT keyword and even the gadgettoggle but just could not figure it out and apparently you cannot use the NOT without a structure which I also was not interested in doing. So here is what I came up with a full example in hopes it may help someone else who ...
by dfw1417
Tue Apr 02, 2024 2:55 pm
Forum: Coding Questions
Topic: Dual Support PB604 and PB610 Identification
Replies: 14
Views: 2654

Dual Support PB604 and PB610 Identification

I have a program developed originally on the 32 bit versions currently working well and also same source compiles and runs well on 6.10 version. I have placed the 32 bit version in PBUNI604 folder and the 64 bit version in PBUNI610 folder. The program is a project and is setup so that no compiler ...
by dfw1417
Thu Mar 28, 2024 5:18 pm
Forum: General Discussion
Topic: What happend to LTS 6.03 Version?
Replies: 4
Views: 816

Re: What happend to LTS 6.03 Version?

Thanks ... All is there :D