| T O P I C R E V I E W |
| Mike Buess |
Posted - 07/05/2002 : 12:17:45 PM I have an OriginC file called Utility.c that I compile and build with the command run.LoadOC("%Yonmr\Utility"). The command is near the end of a CNF file that runs when I select a custom menu level which is usually the default at startup. This usually works well, but occasionally my functions are unavailable. When this happens and I reselect the custom menu level I get the message "Compiler busy!" in the script window. (Nothing happens if I try to compile & build in CodeBuilder, either.) Restarting Origin rarely fixes the problem and I am usually forced to reboot.
Any clues as to what is happening and what I can do about it? I'm using Origin 7 SR1 in WinXP Pro.
Mike Buess Origin WebRing Member |
| 4 L A T E S T R E P L I E S (Newest First) |
| Mike Buess |
Posted - 07/14/2002 : 09:56:17 AM During this past week the problem became so severe that I was unable to use OriginC at all in SR1. I finally got things working again merely by renaming my OC file. (Utility.c -> Onmr.c)
Go figure.
Mike Buess Origin WebRing Member |
| Mike Buess |
Posted - 07/08/2002 : 10:42:18 AM Hi CP,
It looks like %Y is necessary in run.LoadOC() after all. Nothing happens if I leave it out.
...According to the OC Programming guide, the default folder is %YOriginC. I can leave out %Y if I put my OC file there.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 07/08/2002 10:57:36 |
| Mike Buess |
Posted - 07/05/2002 : 1:51:36 PM Thanks, CP. I'll just tough it out until then. -Mike
Mike Buess Origin WebRing Member |
| cpyang |
Posted - 07/05/2002 : 12:55:49 PM We noticed a similar problem and we have corrected this. SR2 beta will be out next week, and you can see if this still happens.
BTW, you don't need the %Y, can just run.loadOC("onmr\utility");
|