Nah, I managed to get them all in their latest state.
Search found 332 matches
- Sun May 26, 2024 12:00 pm
- Forum: Applications - Feedback and Discussion
- Topic: Documentation Comment
- Replies: 31
- Views: 26054
Re: Documentation Comment
- Sun May 26, 2024 10:59 am
- Forum: Applications - Feedback and Discussion
- Topic: Documentation Comment
- Replies: 31
- Views: 26054
Re: Documentation Comment
Thx for fixing, however, I cannot test ist as I lost my whole setup from back then, and for the moment I don’t really have one in this respect. 
- Wed Dec 27, 2023 3:08 pm
- Forum: Applications - Feedback and Discussion
- Topic: Documentation Comment
- Replies: 31
- Views: 26054
Re: Documentation Comment
On my side the space for the displayed comment-info box seems vertically and horizontally oversized in terms of the used space. That might be related to (my) DPI settings, though. If so, would you mind to consider DPI-corrections? Thx in advance.
- Wed Nov 22, 2023 12:44 pm
- Forum: Coding Questions
- Topic: PB6.03 LTS (x64,ASM) - @-operator on implicitly declared empty string leads to address 0
- Replies: 4
- Views: 940
Re: PB6.03 LTS (x64,ASM) - @-operator on implicitly declared empty string leads to address 0
That depends on how a programming language is designed. And Purebasic so far treated empty strings as actual strings (which would also be my approach). In terms of generally discussing the need for an actual address under such circumstances and memory optimization goals you're right. In terms of ...
- Wed Nov 22, 2023 11:57 am
- Forum: Coding Questions
- Topic: PB6.03 LTS (x64,ASM) - @-operator on implicitly declared empty string leads to address 0
- Replies: 4
- Views: 940
PB6.03 LTS (x64,ASM) - @-operator on implicitly declared empty string leads to address 0
As far as I know, Purebasic declares and defines variables even if they are not reached directly through conditional code during runtime. The following code demonstrates a situation where this is not the case anymore, leading to a 0-based string variable:
cycles.i = 0
For i.i = 1 To cycles
s.s ...
cycles.i = 0
For i.i = 1 To cycles
s.s ...
- Fri Dec 09, 2022 1:58 pm
- Forum: Applications - Feedback and Discussion
- Topic: Rexman
- Replies: 108
- Views: 71079
Re: Rexman
As asked for, there's also a Linux build in the dev-zip now ...
https://www.wojner.at/static/rexman_dev.zip
https://www.wojner.at/static/rexman_dev.zip
- Fri Dec 09, 2022 10:08 am
- Forum: Applications - Feedback and Discussion
- Topic: Rexman
- Replies: 108
- Views: 71079
Re: Rexman
This location should still work (maybe the forward to HTTPS broke some browsers):
https://www.wojner.at/static/rexman.zip
However, you might want to give the new stuff a try, as it's much more stable and feature-rich:
https://www.wojner.at/static/rexman_dev.zip
The latter's the one that I'm using ...
https://www.wojner.at/static/rexman.zip
However, you might want to give the new stuff a try, as it's much more stable and feature-rich:
https://www.wojner.at/static/rexman_dev.zip
The latter's the one that I'm using ...
- Mon Aug 24, 2020 9:13 am
- Forum: Feature Requests and Wishlists
- Topic: Password support for Packer lib
- Replies: 34
- Views: 17560
- Thu Jun 28, 2018 9:13 am
- Forum: Coding Questions
- Topic: [5.61 x86] FindString ignores NoCase
- Replies: 10
- Views: 2566
Re: [5.61 x86] FindString ignores NoCase
Interesting how this thread evolved 

- Tue Jun 26, 2018 12:53 pm
- Forum: Coding Questions
- Topic: [5.61 x86] FindString ignores NoCase
- Replies: 10
- Views: 2566
Re: [5.61 x86] FindString ignores NoCase
@Admin: Please mv /dev/null
- Tue Jun 26, 2018 12:50 pm
- Forum: Coding Questions
- Topic: [5.61 x86] FindString ignores NoCase
- Replies: 10
- Views: 2566
Re: [5.61 x86] FindString ignores NoCase
Arghhh! I knew that I must have messed it up somewhere - totally forgot about the position!
Shame on me
Shame on me

- Tue Jun 26, 2018 12:03 pm
- Forum: Coding Questions
- Topic: [5.61 x86] FindString ignores NoCase
- Replies: 10
- Views: 2566
[5.61 x86] FindString ignores NoCase
On my environment with version 5.61 (x86) FindString seems to ignore the NoCase-option.
Example:
Debug FindString("test PureBasic test", "purebasic", #PB_String_NoCase)
Debug FindString("test PureBasic test", "PureBasic", #PB_String_NoCase)
Should lead to:
6
6
But leads to:
0
6
Please verify ...
Example:
Debug FindString("test PureBasic test", "purebasic", #PB_String_NoCase)
Debug FindString("test PureBasic test", "PureBasic", #PB_String_NoCase)
Should lead to:
6
6
But leads to:
0
6
Please verify ...
- Wed Jun 20, 2018 2:21 pm
- Forum: General Discussion
- Topic: Finally a solution for all those AV false positives?
- Replies: 4
- Views: 2100
- Wed Jun 20, 2018 8:51 am
- Forum: General Discussion
- Topic: Finally a solution for all those AV false positives?
- Replies: 4
- Views: 2100
Finally a solution for all those AV false positives?
Virustotal is planning a service that notifies you if your program's being detected, furthermore supporting you with the actual false-positive complaint process(es) ...
See https://www.bleepingcomputer.com/news/s ... positives/
See https://www.bleepingcomputer.com/news/s ... positives/
- Tue Apr 17, 2018 2:03 pm
- Forum: Applications - Feedback and Discussion
- Topic: DialogDesign0R V1.86
- Replies: 250
- Views: 179731
Re: DialogDesign0R V1.19
Awesome tool! Thx for your efforts!