Search found 3721 matches

by Little John
Fri Dec 15, 2023 3:12 pm
Forum: Coding Questions
Topic: Get wrong results ntohs_() with PB 6.04 x86 Win10 x64
Replies: 12
Views: 673

Re: Get wrong results ntohs_() with PB 6.04 x86 Win10 x64

... and I forgot to mention that I'm using Windows 11 (x64).
Maybe it's a Windows issue with the ntohs_() function?
by Little John
Fri Dec 15, 2023 1:42 pm
Forum: Coding Questions
Topic: Get wrong results ntohs_() with PB 6.04 x86 Win10 x64
Replies: 12
Views: 673

Re: Get wrong results with > 5.73

infratec wrote: Now I use 6.04 x86 asm in windows and it fails.
Also the C backend x86 fails.
I can confirm that.
(BTW: When using PB 6.04 x64, it's fine with both backends.)
by Little John
Wed Dec 13, 2023 5:16 pm
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11950

Re: PureBasic 6.04 LTS is out !

Fred wrote: Wed Dec 13, 2023 4:42 pm I will try to release an hotfix tomorrow.
I would be grateful for that.
by Little John
Wed Dec 13, 2023 4:10 pm
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11950

Re: PureBasic 6.04 LTS is out !

Thank you, Fred and team!
by Little John
Mon Dec 11, 2023 5:38 pm
Forum: Mac OSX
Topic: Sharing some things I've learned
Replies: 46
Views: 8038

Re: Sharing some things I've learned

Mindphazer wrote: Mon Dec 11, 2023 1:27 pm Could you please only post things related to Purebasic here ?
Thanks.
Piero is not interested in PureBasic at all. Among the 218 messages he posted on this forum up to now, maybe 2 or 3 are about PureBasic ...
by Little John
Sat Dec 09, 2023 1:12 pm
Forum: Coding Questions
Topic: Running regedit from DLL
Replies: 7
Views: 676

Re: Running Notepad from DLL

@Rashad:
We had the same idea at the same time. :-)
by Little John
Sat Dec 09, 2023 1:06 pm
Forum: Coding Questions
Topic: Running regedit from DLL
Replies: 7
Views: 676

Re: Running Notepad from DLL

You can try

Code: Select all

ShellExecute_(0, "runas", "regedit.exe", #Null, #Null, #SW_SHOW)
by Little John
Thu Dec 07, 2023 4:21 pm
Forum: Windows
Topic: Current version of structure NOTIFYICONDATA
Replies: 7
Views: 961

Re: Current version of structure NOTIFYICONDATA

Thanks again!
I forgot to say that my program is only for Windows 10 and 11.
Anyway, your remark is important.
by Little John
Thu Dec 07, 2023 7:12 am
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11950

Re: PureBasic 6.04 beta 1 is out !

Fred wrote: Mon Dec 04, 2023 4:53 pm Well, I don't pretend to know everything, so could you tell exactly what it brokes ? That's why there is a beta version.
@fryquez:
If you have knowledge in this area, why don't you share it with us :?:
Hic Rhodus, hic salta!
by Little John
Mon Dec 04, 2023 5:39 pm
Forum: Announcement
Topic: [Windows] KeyStatus 1.00
Replies: 7
Views: 1387

Re: [Windows] KeyStatus 1.00

KeyStatus 1.00 released

Changes
  • small change of the text in the “Settings” dialog
  • minor internal tweaks
  • slightly improved documentation
  • improved setup
by Little John
Mon Dec 04, 2023 4:56 pm
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11950

Re: PureBasic 6.04 beta 1 is out !

fryquez wrote: Microsoft could easily prevent all DLL Hijacking vulnerable, if they want!
But they don't do it.
How does this insight help us here?
by Little John
Mon Dec 04, 2023 7:10 am
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11950

Re: PureBasic 6.04 beta 1 is out !

Please don't ignore the 2nd part of my previous post.
It's not surprising that newer programs don't run on older operating systems.
The world is evolving, and so are operating systems and PureBasic.
If you are running an OS from the museum, you can use a PB version from the PureBasic museum.
by Little John
Sun Dec 03, 2023 11:01 pm
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11950

Re: PureBasic 6.04 beta 1 is out !

Error while initializing the application (0xc0000135) Windows XP is not supported in this version? add This is because of the manifest in resources! When I removed the manifest from the resources, the application worked on Windows XP. The manifest is probably important for protection against DLL in...
by Little John
Sun Dec 03, 2023 12:29 pm
Forum: Feature Requests and Wishlists
Topic: libxlsxwriter
Replies: 2
Views: 385

Re: libxlsxwriter

We know that XLS and XLSX are proprietary file formats by Microsoft.
Wouldn't it be better for PureBasic to support spreadsheets according to the Open Document standard? Just an idea.
by Little John
Sun Dec 03, 2023 9:22 am
Forum: Tricks 'n' Tips
Topic: Make Application Icon visible with Systray (Windows only)
Replies: 17
Views: 1909

Re: Make Application Icon visible with Systray (Windows only)

ChrisR, thank you for the information!