PB6.12 IDE / Compiler options / Enable DLL preloading protection

Post bugs related to the IDE here
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

PB6.12 IDE / Compiler options / Enable DLL preloading protection

Post by Andre »

The mentioned new option 'Enable DLL preloading protection (Windows)' in the IDE 'compiler options' window isn't localized yet.
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
mk-soft
Always Here
Always Here
Posts: 6224
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PB6.12 IDE / Compiler options / Enable DLL preloading protection

Post by mk-soft »

What do you mean by ‘is not localised’?

I have the option ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Shardik
Addict
Addict
Posts: 2058
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: PB6.12 IDE / Compiler options / Enable DLL preloading protection

Post by Shardik »

mk-soft wrote: Sun Oct 27, 2024 6:11 pm What do you mean by ‘is not localised’?

I have the option ...
The 'Enable DLL preloading protection (Windows)' is always displayed in English and not translated into German (and presumably other languages).
User avatar
mk-soft
Always Here
Always Here
Posts: 6224
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PB6.12 IDE / Compiler options / Enable DLL preloading protection

Post by mk-soft »

I see ...
I didn't even notice because I have the IDE running in German and English ;)
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
breeze4me
Enthusiast
Enthusiast
Posts: 633
Joined: Thu Mar 09, 2006 9:24 am
Location: S. Kor

Re: PB6.12 IDE / Compiler options / Enable DLL preloading protection

Post by breeze4me »

Add the following line to the catalog file.

Code: Select all

...
[Compiler]
...
DllProtection = 
...
User avatar
spikey
Enthusiast
Enthusiast
Posts: 756
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: PB6.12 IDE / Compiler options / Enable DLL preloading protection

Post by spikey »

This bug is fixed in 6.21 and can be closed, once the German catalog has been updated.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: PB6.12 IDE / Compiler options / Enable DLL preloading protection

Post by Andre »

I just made some slightly improvements to the german Compiler.catalog and Editor.catalog files.

But I noticed, that the newer compiler options (regarding Dll protection, UCRT and Wayland) were already present in the german editor.catalog file (on PureBasic docs SVN), but this isn't included in the PB6.21 final release.

Furthermore the description for 'Use UCRT...' and 'Wayland support' are missing in the PureBasic.chm help file.

So this bug-report is still valid.
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply