| T O P I C R E V I E W |
| joe_heaven |
Posted - 07/28/2002 : 1:32:50 PM Dear all,
I tried to create a Note-Window in OriginC (Version 70G SR1).
The following lines (from OriginC-Help) didn't work: Note myNote; myNote.Create("TestNote"); The runtime error message said: "Create not found in external DLL"
I came around with the following code: LT_execute("window -n n TestNote"); Note myNote; Project prj; myNote = prj.Notes("TestNote");
Is this an error in OriginC implementation or am I doing something wrong? Any help or hint is welcome.
Best regards |
| 2 L A T E S T R E P L I E S (Newest First) |
| joe_heaven |
Posted - 07/29/2002 : 04:00:40 AM Thanks very much for this quick response.
Since there is a workaround for this issue I can wait for the next service release.
Best regards |
| cpyang |
Posted - 07/28/2002 : 6:32:39 PM Thanks for pointing this out, it seems that Note::Create was not implemented yet, so we will need to fix this in our up coming service release.
This problem has been tracked as item 2494.
CP
Edited by - cpyang on 07/28/2002 6:32:57 PM |