v 80
This commit is contained in:
@@ -3,10 +3,11 @@ lparameters toUpdateObject
|
||||
* Set the properties of the passed updater object.
|
||||
|
||||
with toUpdateObject
|
||||
.VersionNumber = '1.19.79 - 20230806'
|
||||
.AvailableVersion = 'FoxBin2PRG-1.19.79-update-20230806'
|
||||
.VersionNumber = '1.19.80 - 20230808'
|
||||
.AvailableVersion = 'FoxBin2PRG-1.19.80-update-20230808'
|
||||
.Notes = GetNotes()
|
||||
* .RegisterWithThor = GetRegisterWithThor()
|
||||
.RegisterWithThor = "SET STEP ON"
|
||||
endwith
|
||||
return toUpdateObject
|
||||
|
||||
|
||||
BIN
foxbin2prg.exe
BIN
foxbin2prg.exe
Binary file not shown.
BIN
foxbin2prg.pjt
BIN
foxbin2prg.pjt
Binary file not shown.
BIN
foxbin2prg.pjx
BIN
foxbin2prg.pjx
Binary file not shown.
@@ -16998,11 +16998,12 @@ Define Class c_conversor_vcx_a_prg As c_conversor_bin_a_prg
|
||||
loLang = _Screen.o_FoxBin2Prg_Lang
|
||||
|
||||
With This As c_conversor_vcx_a_prg Of 'FOXBIN2PRG.PRG'
|
||||
|
||||
Use (.c_InputFile) Shared Again Noupdate Alias _TABLAORIG
|
||||
*SF 20230804
|
||||
*issue #95, [Kestutis Laurinavicius] prevent change ole codepage
|
||||
*set NOCPTRANS for the vcx
|
||||
SET NOCPTRANS TO ole
|
||||
Use (.c_InputFile) Shared Again Noupdate Alias _TABLAORIG
|
||||
|
||||
If toFoxBin2Prg.n_UseClassPerFile = 0 Or Empty(toFoxBin2Prg.c_ClassToConvert) Then
|
||||
*-- Exportar la librería entera a texto
|
||||
|
||||
Reference in New Issue
Block a user