Search found 742 matches

by Bitblazer
Tue Aug 19, 2025 8:54 am
Forum: Announcement
Topic: ProGUI V3 Alpha 3 Ready for testing!
Replies: 227
Views: 97447

Re: ProGUI V3 Alpha 3 Ready for testing!



Sweating in the uk 🇬🇧 is a thing now. 😳


It is we don't have vents! we do have radiators though :lol:


Thats why i love my ventilator with watercooling . The important element is the water cooling. IT is simple and cheap to lower the temperature of the water, by cooling the water down by ...
by Bitblazer
Wed Mar 19, 2025 7:08 pm
Forum: Off Topic
Topic: AI Video Tools
Replies: 14
Views: 2078

Re: AI Video Tools


Those are not very real trilobites and excessively horned triceratops


That is probably true, i have no clue about either of the animals. In my experience, google veo2 produces correct videos while kling pro is "just" good to create pretty pictures.

ps: I hope kids in the near future will learn ...
by Bitblazer
Wed Mar 19, 2025 10:11 am
Forum: Off Topic
Topic: AI Video Tools
Replies: 14
Views: 2078

Re: AI Video Tools

Trilobites on ocean and dinosaurs both done with the kling pro 1.6 AI video generator.

Veo2 did a great job too, but for this task, kling pro did well (IMHO) and it allows slightly longer videos (in one session).

If you want to play with creating ai videos too, i used and recommend freepik which ...
by Bitblazer
Tue Nov 26, 2024 11:35 pm
Forum: Tricks 'n' Tips
Topic: PureBasic ImagePickerGadget() - A Cross-Platform Solution
Replies: 29
Views: 3995

Re: PureBasic ImagePickerGadget() - A Cross-Platform Solution

Looks nice, would be great if it was using the MIT license. Because it is definately something that is currently missing and i assume the MIT license is fine to you too.
by Bitblazer
Sat Nov 23, 2024 7:25 am
Forum: General Discussion
Topic: Looking for a tool for debugging like OlyDbg
Replies: 2
Views: 778

Re: Looking for a tool for debugging like OlyDbg

My first choices would be x64dbg or RemedyBG.
by Bitblazer
Sat Oct 19, 2024 12:16 pm
Forum: General Discussion
Topic: Need professional-looking icons for a desktop application
Replies: 11
Views: 2533

Re: Need professional-looking icons for a desktop application

compare the licenses and prices : Iconshock Flaticons and there is also the option of creating your own set with an AI
by Bitblazer
Tue Sep 17, 2024 3:01 am
Forum: Off Topic
Topic: Tsoding did a PB stream...
Replies: 46
Views: 11713

Re: Tsoding did a PB stream...


... didn't work as planned Tsoding - Basic in 2024


That is not the best example of a product test video on the net ((README ... INSTALL ... google?)) :oops: :shock:

seriously ... 5 years ago, he would have had a point for the linux installation, but in 2024, he could have found the purebasic ...
by Bitblazer
Mon Aug 12, 2024 12:57 pm
Forum: Windows
Topic: Is it 32 or 64 bit?
Replies: 10
Views: 7258

Re: Is it 32 or 64 bit?

There are several free tools for windows to detect and display PE structures. For example my current favorite hex editor ImHex.
by Bitblazer
Mon Aug 12, 2024 11:15 am
Forum: Windows
Topic: Is it 32 or 64 bit?
Replies: 10
Views: 7258

Re: Is it 32 or 64 bit?

For PE executables, check the Machine Types of the header
by Bitblazer
Sun Jul 14, 2024 10:45 am
Forum: General Discussion
Topic: [Solved] mp4 movie files
Replies: 10
Views: 2503

Re: mp4 movie files


I found these files ( do not remember where??? ): example.pb, libvlc.pb and vlc.pb. Running example.pb works fine without the debugger. However, it crashes when I compile with the debugger. Any ideas? Also, is there any documentation for this library?


You probably refer to this which includes a ...
by Bitblazer
Fri Jul 12, 2024 7:32 am
Forum: General Discussion
Topic: [Solved] mp4 movie files
Replies: 10
Views: 2503

Re: mp4 movie files

Use LibVLC
by Bitblazer
Fri Jul 05, 2024 8:30 am
Forum: Coding Questions
Topic: Flush file to disk
Replies: 8
Views: 1670

Re: Flush file to disk


1- Read the Image file as DATA(ReadData(#File, *MemoryBuffer, LengthToRead)`
2- Write the DATA (WriteData(#File, *MemoryBuffer, Length) to disk as file
3- FlushFileBuffers(#File)


Indeed - see for example file caching on windows and SetSystemFileCacheSize To flush the cache, specify (SIZE_T) -1 ...
by Bitblazer
Tue Jul 02, 2024 8:10 am
Forum: General Discussion
Topic: PB 6.11 causing AV warning
Replies: 12
Views: 2347

Re: PB 6.11 causing AV warning

Report every single executable as false positive to Bitdefender. I had to do the same for Kaspersky. Norton and Kaspersky work flawlessly with my homebrew PureBasic software now.