| T O P I C R E V I E W |
| blank_name2 |
Posted - 06/13/2003 : 08:21:50 AM The following code executes fine is stepped through in the debugger, but the assignment produces a "general error" when run normally. Is this a bug? If so, is there a workaround?
struct Record { int dummy; };
struct Record_Holder { Record* record; };
void main () {
Record record; Record_Holder record_holder; record_holder.record = &record; }
Any help greatly appreciated |
| 1 L A T E S T R E P L I E S (Newest First) |
| Laurie |
Posted - 06/13/2003 : 2:47:24 PM Hi, Please email me at tech@originlab.com. Thank you.
OriginLab Technical Support |
|
|