Page 1 of 1

[Done] PB5.30 IDE : Save *.exe name

Posted: Mon Aug 11, 2014 1:57 pm
by Le Soldat Inconnu
Hi,

I get a problem with exe name saved after compilation.

My exe is named :
Génération commentaires.exe

When I want create exe again (Do first compilation and save program, and do it again)
IDE set as default exe name previous exe name used. but exe name is :
Génération commentaires.exe

There is a problem with Unicode, I think.

At the end of PB file, i have :

Code: Select all

; IDE Options = PureBasic 5.30 (Windows - x86)
; CursorPosition = 1237
; FirstLine = 1213
; Folding = v+-
; EnableUnicode
; EnableThread
; EnableXP
; EnableUser
; UseIcon = CG-Interface\Generateur.ico
; Executable = Génération commentaires.exe
; CompileSourceDirectory
Thanks

Re: [PB5.30] IDE : Save *.exe name

Posted: Thu Aug 14, 2014 10:58 am
by Le Soldat Inconnu
Almost same problem with icon file name

In compilation option, i read
..\..\Images\Icônes\Dossiers\Corbeille pleine 01.ico
So when i compile, icon is not found

but in *.pb file, it's correct
; IDE Options = PureBasic 5.30 (Windows - x86)
; CursorPosition = 37
; FirstLine = 73
; Folding = -
; EnableAsm
; EnableThread
; EnableXP
; EnableUser
; UseIcon = ..\..\Images\Icônes\Dossiers\Corbeille pleine 01.ico
; Executable = Nettoyage Echange.exe
; CompileSourceDirectory
; IncludeVersionInfo
; VersionField0 = %DD,%MM,%YYYY,%HH
; VersionField1 = %DD,%MM,%YYYY,%HH
; VersionField2 = Actemium Clermont Process
; VersionField3 = %SOURCE
; VersionField4 = %SOURCE
; VersionField5 = %DD,%MM,%YYYY,%HH
; VersionField6 = %DD,%MM,%YYYY,%HH
; VersionField7 = %SOURCE
; VersionField8 = %SOURCE
; VersionField9 = Bouguin Regis
; VersionField10 = Actemium
For information : I never get this problem before PB5.30

Re: [PB5.30] IDE : Save *.exe name

Posted: Thu Aug 14, 2014 11:18 am
by ts-soft
Have you enabled: FileFormat UTF-8?

Re: [PB5.30] IDE : Save *.exe name

Posted: Thu Aug 14, 2014 11:20 am
by PB

Re: [PB5.30] IDE : Save *.exe name

Posted: Thu Aug 14, 2014 3:11 pm
by Le Soldat Inconnu
For information : If i convert my *.PB file from ASCII to UTF8, problems disapear.

Re: [PB5.30] IDE : Save *.exe name

Posted: Wed Feb 19, 2025 3:11 pm
by Fred
Already fixed in current release