I no longer see the variables that are new.compiling "GraphicsTool"
IsNewInSymFile
IsNewInSymFile 1664 160
Version 1.71-b1
Build number 951
-Doug
I no longer see the variables that are new.compiling "GraphicsTool"
IsNewInSymFile
IsNewInSymFile 1664 160
There hasn't been any change with respect to reporting sym file differences.DGDanforth wrote:I no longer see the variables that are new.compiling "GraphicsTool"
IsNewInSymFile
IsNewInSymFile 1664 160
Version 1.71-b1
Build number 951
-Doug
Code: Select all
	PROCEDURE FPrintErr* (obj: Object; errno: SHORTINT);	(* !!! *)
	BEGIN
		IF errno = 249 THEN
			DevCPM.LogWLn; DevCPM.LogWStr("  ");
			DevCPM.LogWPar("#Dev:InconsistentImport", GlbMod[-obj.mnolev].name, obj.name);
			err(249)
		ELSIF obj = NIL THEN	(* changed module sys flags *)
			IF ~symNew & sfpresent THEN
				DevCPM.LogWLn; DevCPM.LogWStr("  "); DevCPM.LogWPar("#Dev:ChangedLibFlag", "", "")
			END
		ELSIF obj.mnolev = 0 THEN	(* don't report changes in imported modules *)
			IF sfpresent THEN
				IF symChanges < 20 THEN
					DevCPM.LogWLn; DevCPM.LogWStr("  ");
					CASE errno OF
					| 250: DevCPM.LogWPar("#Dev:IsNoLongerInSymFile", obj.name, "")
					| 251: DevCPM.LogWPar("#Dev:IsRedefinedInternally", obj.name, "")
					| 252: DevCPM.LogWPar("#Dev:IsRedefined", obj.name, "")
					| 253: DevCPM.LogWPar("#Dev:IsNewInSymFile", obj.name, "")
					END
				ELSIF symChanges = 20 THEN
					DevCPM.LogWLn; DevCPM.LogWStr("  ...")
				END;
				INC(symChanges)
			ELSIF (errno = 253) & ~symExtended THEN
				DevCPM.LogWLn; 
				DevCPM.LogWStr("  "); DevCPM.LogWPar("#Dev:NewSymFile", "", "")
			END
		END;
		IF errno = 253 THEN symExtended := TRUE ELSE symNew := TRUE END
	END FPrintErr;
Code: Select all
IsNewInSymFile	^0 is new in symbol fileIndeed I do.Josef Templ wrote:There is no such problem with an unmodified version of build 951.
This must be caused by your own modifications.
Check the /USE option.
Check if you have a modified version of Dev/Rsrc/Strings in use.
- Josef
There is a simple solution for Ctls, I think.Zinn wrote:The resources of Form Controls are define in Dev/Rsrc/Strings.
They used by the properties form.
Subsystem Ctls adding some new Controls for the Form.
You can use this new controls without insert its resources in Dev/Rsrc/Strings,
but then you don't see in the property form for what the check boxes are used.
In the CPC Edition this new resources are added already in Dev/Rsrc/Strings file.
- Helmut
Code: Select all
RealField.Control	     Real Field
RealField.Control.Opt0	Left
RealField.Control.Opt1	Right
RealField.Control.Opt2	Kill trailing '0's
RealField.Control.Opt3	Fixed significant figs
RealField.Control.Opt4	Maximum digits