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

Post bugs related to the IDE here
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

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

Post 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
LSI
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

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

Post 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
LSI
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

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

Post by ts-soft »

Have you enabled: FileFormat UTF-8?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

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

Post by PB »

I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

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

Post by Le Soldat Inconnu »

For information : If i convert my *.PB file from ASCII to UTF8, problems disapear.
LSI
Post Reply