Double classes in VCX
Oddly created the same class twice in VCX libs Code stops instead creating the class twice. fixed https://github.com/fdbozzo/foxbin2prg/issues/72
This commit is contained in:
Binary file not shown.
@@ -10,8 +10,8 @@ local;
|
||||
|
||||
lcappName = "FoxBin2Prg"
|
||||
*Set following two numbers on version
|
||||
ldDate = date(2021,08,30)
|
||||
lcmajorVersion = "1.19.66"
|
||||
ldDate = date(2021,12,07)
|
||||
lcmajorVersion = "1.19.67"
|
||||
|
||||
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
|
||||
*lcJulian = padl(transform(lnJulian), 4, '0')
|
||||
@@ -39,6 +39,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
|
||||
|
||||
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
|
||||
|
||||
2021-12-07 v1.19.67
|
||||
- Bug Fix: Double classes in VCX (LScheffler)
|
||||
|
||||
2021-08-30 v1.19.66
|
||||
- Bug Fix: Incorrect version showing for v1.19.65 (siara-cc)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
appName = FoxBin2Prg
|
||||
appID = FoxBin2Prg
|
||||
majorVersion = 1.19.66
|
||||
majorVersion = 1.19.67
|
||||
excludeFiles = *.bak,*.bat,*.fxp,*.tbk,*.tmp,*.dat,*.log,*.cvp,README.md,.gitignore,*.zip*,*.7z*,*- copia.*,*.private.*,test_*.*,xx*.*,*.lnk,vfp_init.*,tmp*.*,*.err, *.conflict.*, *.private., .gitignore, *.pui. *.prj*
|
||||
excludeFolders = *.plastic*,*ThorUpdater*,*Documentacion*,*foxunit*,*foxunit_*,*pruebas varias*,*versiones*,*datos_test*
|
||||
|
||||
Reference in New Issue
Block a user