andrew@aksel.com
2013-09-27, 05:21
A few things in working with VCP files.
1. What is a VCO file? When I get an error doing SET CLASSLIB TO common.vcp , It refers to common.vco. I imagine this is the compiled version - but if so, shouldn't Lianja still refer back to the VCP file?
2. It would appear that classes defined in a VCP file can't refer to itself.
By that I mean, I can't have this in the same feil.
DEFINE CLASS lstStandard as Listbox
ENDDEFINE
DEFINE CLASS lstSpecial As lstStandard
ENDDEFINE
I have to separate them into separate files. Is that correct?
1. What is a VCO file? When I get an error doing SET CLASSLIB TO common.vcp , It refers to common.vco. I imagine this is the compiled version - but if so, shouldn't Lianja still refer back to the VCP file?
2. It would appear that classes defined in a VCP file can't refer to itself.
By that I mean, I can't have this in the same feil.
DEFINE CLASS lstStandard as Listbox
ENDDEFINE
DEFINE CLASS lstSpecial As lstStandard
ENDDEFINE
I have to separate them into separate files. Is that correct?