Search found 1062 matches

by DGDanforth
Thu Nov 02, 2017 12:08 pm
Forum: Rejected (Features)
Topic: Compile & Unload
Replies: 6
Views: 12060

Compile & Unload

In the spirit of reducing the number of /USE specific modifications of the framework
I request that the default ^K behavior be changed to Compile and Unload.

As it is now I have a Dev/Rsrc/Menus file solely created for that purpose.
I would think several of you probably also use that option.

-Doug
by DGDanforth
Sat Oct 28, 2017 4:56 am
Forum: Resolved (Bugs)
Topic: issue-#180 fixing resource lookup in OleClient.PasteSpecial
Replies: 23
Views: 25643

Re: IsNewInSymFile

Josef,
So you are saying there is no need to modify Dev/Rsrc/Strings,
just put everything into Ctls/Rsrc/Strings?

I've done that and it seems to work fine.

Hence the Quick-Start documentation for Ctls needs to change to reflect that fact.

-Doug
by DGDanforth
Fri Oct 27, 2017 10:38 pm
Forum: Resolved (Bugs)
Topic: issue-#180 fixing resource lookup in OleClient.PasteSpecial
Replies: 23
Views: 25643

Re: IsNewInSymFile

So we see there is a conceptual problem. Speculatively one should have a pointer from one's /USE Strings file to the frameworks Strings file and the framework on execution merges those two files. That might work for Strings but would not work for Host files which are code and merging would make no s...
by DGDanforth
Fri Oct 27, 2017 10:56 am
Forum: Resolved (Bugs)
Topic: issue-#180 fixing resource lookup in OleClient.PasteSpecial
Replies: 23
Views: 25643

Re: IsNewInSymFile

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 Indeed I do. That points up a design failure. If an application (in this case Robert's Ctl...
by DGDanforth
Fri Oct 27, 2017 9:37 am
Forum: Resolved (Bugs)
Topic: issue-#180 fixing resource lookup in OleClient.PasteSpecial
Replies: 23
Views: 25643

Re: IsNewInSymFile

In Dev/Rsrc/Strings I find

Code: Select all

IsNewInSymFile	^0 is new in symbol file
by DGDanforth
Fri Oct 27, 2017 9:33 am
Forum: Resolved (Bugs)
Topic: issue-#180 fixing resource lookup in OleClient.PasteSpecial
Replies: 23
Views: 25643

Re: IsNewInSymFile

From Dev/CPT 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...
by DGDanforth
Fri Oct 27, 2017 2:38 am
Forum: Resolved (Bugs)
Topic: issue-#180 fixing resource lookup in OleClient.PasteSpecial
Replies: 23
Views: 25643

IsNewInSymFile

compiling "GraphicsTool"
IsNewInSymFile
IsNewInSymFile 1664 160
I no longer see the variables that are new.
Version 1.71-b1
Build number 951

-Doug
by DGDanforth
Tue Oct 24, 2017 12:30 am
Forum: Voting
Topic: Issue-#106 View restored twice on Open
Replies: 3
Views: 2778

Re: Issue-#106 View restored twice on Open

I thought we were going to differ this issue until a complete workaround was developed.
by DGDanforth
Sat Oct 21, 2017 10:08 am
Forum: Deferred (Features)
Topic: (**export comment**)
Replies: 9
Views: 24597

Re: (**export comment**)

Robert, thank you for the pointer to here (was that from memory or do you have a search algorithm?)

The addition I would like to add is the export happens at compile time
(the .osf is modified)

-Doug
by DGDanforth
Sat Oct 21, 2017 5:16 am
Forum: Deferred (Features)
Topic: (**export comment**)
Replies: 9
Views: 24597

(** comment **)

Sorry, I know this was discussed. I just don't know where. (How can I search the whole Board index?) I have an extensive module called MyVectors for which it would be very useful to see the (** comments **) exported for each procedure in the sym file. As it is now I must go back and open the source ...