Hello Fred,
thank you for your fast reply.
My fault, you´re right, sorry.
NicknameFJ
Search found 81 matches
- Sat Mar 09, 2024 5:59 pm
- Forum: Coding Questions
- Topic: Crash with PB 6.10 b6 with function PeekS / PeekL
- Replies: 22
- Views: 2108
- Sat Mar 09, 2024 5:53 pm
- Forum: Coding Questions
- Topic: Crash with PB 6.10 b6 with function PeekS / PeekL
- Replies: 22
- Views: 2108
Crash with PB 6.10 b6 with function PeekS / PeekL
Hello,
I wanted to create a list of installed printers.
Up to PB 6.04 with ASM and C backend it worded fine with the following code.
But with 6.10 beta 6 it crashs with both backends in line 15 with the PeekS / PeekL function
WIN 10 X64
NewList Printers.s()
ClearList(Printers())
enumFlags ...
I wanted to create a list of installed printers.
Up to PB 6.04 with ASM and C backend it worded fine with the following code.
But with 6.10 beta 6 it crashs with both backends in line 15 with the PeekS / PeekL function
WIN 10 X64
NewList Printers.s()
ClearList(Printers())
enumFlags ...
- Wed Jun 07, 2023 6:46 pm
- Forum: Coding Questions
- Topic: TextGadget on PanelGadget with panels with background color
- Replies: 8
- Views: 1401
Re: TextGadget on PanelGadget with panels with background color
Hi !
I´ve had the same/similar problem. I wanted to colorize the active Panel with OwnerDraw
See the german forum.
https://www.purebasic.fr/german/viewtopic.php?t=32987
Geetings
NicknameFJ
Import "Comctl32.lib"
; use the PureBasic Syntax (Windows API Functions using trailing underscore ...
I´ve had the same/similar problem. I wanted to colorize the active Panel with OwnerDraw
See the german forum.
https://www.purebasic.fr/german/viewtopic.php?t=32987
Geetings
NicknameFJ
Import "Comctl32.lib"
; use the PureBasic Syntax (Windows API Functions using trailing underscore ...
- Sat Sep 07, 2019 7:14 pm
- Forum: General Discussion
- Topic: Need help in adding German translation
- Replies: 8
- Views: 3788
Re: Need help in adding German translation
Like others said: It's difficult to translate without knowing the context.
I would write "wird berechnet" instead of "Rechnen" for "Calculating".
Greetings
NicknameFJ
Gesendet von meinem SM-G935F mit Tapatalk
I would write "wird berechnet" instead of "Rechnen" for "Calculating".
Greetings
NicknameFJ
Gesendet von meinem SM-G935F mit Tapatalk
- Tue Jan 02, 2018 6:12 pm
- Forum: Tricks 'n' Tips
- Topic: BigInt module (SSE2)
- Replies: 47
- Views: 28017
Re: BigInt module (SSE2)
Hello wilbert,
after a few short tests it seems to work fine.
Thank you very very much for your answer and for fixing it so fast.
When we ever met tell me that you are wilbert and I will spend you one beer, or two, or three .....
NicknameFJ
after a few short tests it seems to work fine.
Thank you very very much for your answer and for fixing it so fast.
When we ever met tell me that you are wilbert and I will spend you one beer, or two, or three .....

NicknameFJ
- Mon Jan 01, 2018 11:40 am
- Forum: Tricks 'n' Tips
- Topic: BigInt module (SSE2)
- Replies: 47
- Views: 28017
Re: BigInt module (SSE2)
Hello Wilbert,
first I wish you a happy new year 2018.
Thank you for sharing your BigInt-Lib.
Maybe I´am doing something wrong with it, maybe there is an error in it.
Run this short prg and it will crash with an Stack Overflow Error. I´m on Windows 10 with PB 5.61 x64.
It is always wenn the ...
first I wish you a happy new year 2018.
Thank you for sharing your BigInt-Lib.
Maybe I´am doing something wrong with it, maybe there is an error in it.
Run this short prg and it will crash with an Stack Overflow Error. I´m on Windows 10 with PB 5.61 x64.
It is always wenn the ...
- Tue Oct 11, 2016 7:15 pm
- Forum: General Discussion
- Topic: standalone debugger
- Replies: 8
- Views: 4121
Re: standalone debugger
If you start the IDE with "Run as Administrator"Shield wrote:... the IDE itself has not been run with administrator privileges ...
you can compile/run and debug with the integrated debugger even if Admin mode is requested.
Just tested right now with PB 5.50
Greetings
NicknameFJ
- Sun Jun 19, 2016 4:45 pm
- Forum: Announcement
- Topic: PureBasic 5.50 final is out !
- Replies: 132
- Views: 74783
Re: PureBasic 5.50 beta 1 is out
Thank you Fred for the new Beta.
All my projects compiling very well with the new version.
Greetings
NicknameFJ
All my projects compiling very well with the new version.
Greetings
NicknameFJ
- Sun Jun 19, 2016 8:35 am
- Forum: General Discussion
- Topic: testing for thread updates via email
- Replies: 3
- Views: 1874
Re: testing for thread updates via email
So here is an answer for you to check if you get an EMAIL
- Wed Jun 15, 2016 12:19 am
- Forum: Coding Questions
- Topic: 'migration .. to PB 5.40 LTS', where's UseCR32FingerPrint()?
- Replies: 10
- Views: 2973
Re: 'migration .. to PB 5.40 LTS', where's UseCR32FingerPrin
Hi Thunder93,
the name of the funktion is UseCRC32Fingerprint().
Greetings
NicknameFJ
Edit:
Oh, I see you copied from the help file. And the typo was there.
the name of the funktion is UseCRC32Fingerprint().
Greetings
NicknameFJ
Edit:
Oh, I see you copied from the help file. And the typo was there.
- Tue Apr 19, 2016 11:47 am
- Forum: Feature Requests and Wishlists
- Topic: Bit field support in PB Structures.
- Replies: 17
- Views: 9237
Re: Bit field support in PB Structures.
Thorium wrote: -copy or move a subset of the bit field
@Thorium:
Take a look at my CopyBitField Procedure in the german forum if you need it.
Look here
OK, you´re right, a native command would be great.
NicknameFJ
- Thu Apr 16, 2015 5:15 pm
- Forum: Coding Questions
- Topic: CRC16CCiTT Problem
- Replies: 2
- Views: 1311
Re: CRC16CCiTT Problem
*** Answer deleted ***
Answer was not helpful
Answer was not helpful
- Wed Apr 08, 2015 11:47 am
- Forum: Coding Questions
- Topic: How to handle Windows UI scaling?
- Replies: 18
- Views: 10321
Re: How to handle Windows UI scaling?
Never done it, but what you are searching for is called DPI Awareness.
Search for DPI Aware here in the Forum. I`ve seen it just a few weeks ago.
Greetings
NicknameFJ
PS: http://www.purebasic.fr/english/viewtop ... re#p462177 see the post of Danilo
Search for DPI Aware here in the Forum. I`ve seen it just a few weeks ago.
Greetings
NicknameFJ
PS: http://www.purebasic.fr/english/viewtop ... re#p462177 see the post of Danilo
- Sun Mar 29, 2015 12:04 pm
- Forum: The PureBasic Editor
- Topic: Syntax check not aware of compiler conditionals (bug ??)
- Replies: 13
- Views: 7010
Re: Syntax check not aware of compiler conditionals (bug ??)
Dude wrote:Now I need some sleep. Sorry about that!NicknameFJ wrote:Blue asked it in his first post, not me.
No problem.
Take a sleep.

NicknameFJ
- Sun Mar 29, 2015 11:50 am
- Forum: The PureBasic Editor
- Topic: Syntax check not aware of compiler conditionals (bug ??)
- Replies: 13
- Views: 7010
Re: Syntax check not aware of compiler conditionals (bug ??)
No I didn't.Dude wrote:But you did ask: "should it be reported as a bug ?"NicknameFJ wrote:I never said / meant that it is a bug.
Blue asked it in his first post, not me.