I've tried it, but I've some problems.ts-soft wrote:Why not use "EC_ImagePluginOLE" by El_Choni. Only 1.96KB?
PB EasySetup - Setup maker for your program
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Version 0.6.5
- User Tasks: Change a INI-File of the application
- Registration added / Internet page for registration
- Bitmaps in the format *.jpg and *.bmp allowed
- User Tasks: Change a INI-File of the application
- Registration added / Internet page for registration
- Bitmaps in the format *.jpg and *.bmp allowed
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Thorsten, I didn't realize that you are storing the data automatically upon closing, so this makes the thing a little bit less inconvenient; I still would prefer the normal Save / Save as... logic, but that's not so important.
More important is another issue I found, the pgm does not store a working directory (=pgm dir.) for additional pgm links. So the pgm might not find its environment.
More important is another issue I found, the pgm does not store a working directory (=pgm dir.) for additional pgm links. So the pgm might not find its environment.
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
What do you mean? Can you give me an example.Vladi wrote:More important is another issue I found, the pgm does not store a working directory (=pgm dir.) for additional pgm links. So the pgm might not find its environment.
The EasySetup works internal with relative paths.
Code: Select all
ProgDir$ = GetPathPart(ProgramFilename())
If ProgDir$ = #PB_Compiler_Home+"Compilers" : ProgDir$ = GetCurrentDirectory() : EndIf
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
I've found the default directory problem. The default directory for saving should be now the same as by loading.Vladi wrote:I still would prefer the normal Save / Save as... logic, but that's not so important.
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Bugfixes 0.6.5c
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Merci beaucoup, très bien. Mais une autre chose, ein anderer petit Käfer....
When the application gets uninstalled then the uninstaller does not delete any sub directory (below the installation directory) that has been created by the application itsself. Even when I mark the All files check box. But I think it should do so.
When the application gets uninstalled then the uninstaller does not delete any sub directory (below the installation directory) that has been created by the application itsself. Even when I mark the All files check box. But I think it should do so.
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
That's a security problem (If someone installs a program without program directory in the root by mistake, ......Vladi wrote:Merci beaucoup, très bien. Mais une autre chose, ein anderer petit Käfer....
When the application gets uninstalled then the uninstaller does not delete any sub directory (below the installation directory) that has been created by the application itsself. Even when I mark the All files check box. But I think it should do so.

Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Version 0.6.6
- Bugfixes
- Automatic update of the source directory (user-defined)
- Bugfixes
- Automatic update of the source directory (user-defined)
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
I have to work in the morning an hat no time to send you your registration key. Wait a minute, I'm on it!GeoTrail wrote:I filled out the reg on your site and got a mail saying thanks for registering. But there is no serial in the mail.

Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Bugfix: Registration (0.6.6b) 

Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]