#AppMaker TCL Problem
Pardon my jumping in, but I am having the EXACT same problem that Burt is
having using AM 1.5.4X. Just to verify that the bug is AM's fault, I did the
following using your AMReminder app:
(1) Duplicate AMReminder folder
(2) In the TCL folder, remove all source code.
(3) Generate source code.
(4) Open AMReminder++.~ in TPM.
(5) Update project and run. Works fine.
(6) Now change Extensions so ".cp" uses SC++.
(7) Remove oopsDebug and add oopsDebug++.
(8) Add ANSI++-small and CPLusLib.
(9) Update project and run.
(10) An alert appears: OS error -111.
Tracing reveals that the bug is the one you are aware of:in the MakeClipboard()
method in the IApp method.
So what I deduce is this: AM does not work correctly with SC++!
I hope that I am wrong about this, since I was planning on using AM on a major
C++ project in the very near future. Please let me know ASAP whether there is a
workaround, and if not, when the problem will be fixed.
Tony Mann