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 ...
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 ...
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.
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...