NewsArchive
01-30-2009, 01:46 PM
Friedrich
I have noticed a problem with some clarion 3rd party installs
I don't think its a setup builder problem or something the 3rd party vendors
are missing.....
I was installing some templates for clarion 7 (C:\clarion7 is my clarion
folder)
I run the install
the install registers the template in C7
Everything works fine
BUT
in my clarion 6 libsrc folder (C:\clarion6\librsc)
my builtinsclw gets edited and all the information gets deleted except for a
few lines
Below is all that remains after the install runs
!include('builtins.fm2')
Compile('***',FM2=1)
module('')
OPEN(FILE,UNSIGNED = 022H),NAME('ds_FILEOPEN')
end
***
OMIT('***',FM2=1)
module('')
OPEN(FILE,UNSIGNED = 022H),NAME('Cla$FILE_OPEN') !
end
***
I then have to restore a backup of my builtins.clw to compile any C6 apps.
C7 works fine and all the templates are registered
Ever see this?
--
Eric Jacobowitz
www.castlecomputer.com
www.cctsoftware.com
I have noticed a problem with some clarion 3rd party installs
I don't think its a setup builder problem or something the 3rd party vendors
are missing.....
I was installing some templates for clarion 7 (C:\clarion7 is my clarion
folder)
I run the install
the install registers the template in C7
Everything works fine
BUT
in my clarion 6 libsrc folder (C:\clarion6\librsc)
my builtinsclw gets edited and all the information gets deleted except for a
few lines
Below is all that remains after the install runs
!include('builtins.fm2')
Compile('***',FM2=1)
module('')
OPEN(FILE,UNSIGNED = 022H),NAME('ds_FILEOPEN')
end
***
OMIT('***',FM2=1)
module('')
OPEN(FILE,UNSIGNED = 022H),NAME('Cla$FILE_OPEN') !
end
***
I then have to restore a backup of my builtins.clw to compile any C6 apps.
C7 works fine and all the templates are registered
Ever see this?
--
Eric Jacobowitz
www.castlecomputer.com
www.cctsoftware.com