?? 2004-june.txt
字號:
WriteAddress();RESTORE_DEF ParseAddress();COPY_DEF Copy(*from);SCAN_DEFFIX_POINTER_DEFTERMINATE_DEF------------------------------------------------Radan Computational Ltd.The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.-------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20040618/0656db9a/attachment.htmlFrom lody24 at yahoo.com Sat Jun 19 10:51:43 2004From: lody24 at yahoo.com (lody24)Date: Sat Jun 19 10:51:59 2004Subject: [Acis-alliance] Problem with "api_restore_entity_list"Message-ID: <20040619145143.42487.qmail@web52908.mail.yahoo.com>Dear all,I've a problem concerning the function"api_restore_entity_list"it always gives me an error "access violation"so i wonder if anyone got this problem before andsolved italso if u have a VC++ code that just uses thisfunction to open sat file it will be greatthanks a lotKhalid__________________________________________________Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From christian.pietersen at uk.radan.com Mon Jun 21 04:06:14 2004From: christian.pietersen at uk.radan.com (Christian Pietersen)Date: Mon Jun 21 04:03:04 2004Subject: [Acis-alliance] Problem with "api_restore_entity_list"In-Reply-To: <20040619145143.42487.qmail@web52908.mail.yahoo.com>Message-ID: <PEEFJOALJDHPOPDGPCGEKEBHDBAA.christian.pietersen@uk.radan.com>KhalidI have had this sort of problem before and the only thing I can suggest ismake sure that you have a bulletin board open, i.e. put API_BEGIN/END aroundthe api call.It might be a problem with the file. Can you read it into otherapplications? Can you read it into scheme AIDE?Here is a simple code snippet. fp is a FILE* to the open file. As you cansee it's not very complex.RegardsChristian API_BEGIN ENTITY_LIST acisList; // acis list of entities outcome rc = api_restore_entity_list(fp, TRUE, acisList); if (!rc.ok()) { DEBUG("read sat failed\n"); ..... ..... ..... } API_END-----Original Message-----From: acis-alliance-bounces@cs.columbia.edu[mailto:acis-alliance-bounces@cs.columbia.edu]On Behalf Of lody24Sent: 19 June 2004 15:52To: acis-alliance@cs.columbia.eduSubject: [Acis-alliance] Problem with "api_restore_entity_list"Dear all,I've a problem concerning the function"api_restore_entity_list"it always gives me an error "access violation"so i wonder if anyone got this problem before andsolved italso if u have a VC++ code that just uses thisfunction to open sat file it will be greatthanks a lotKhalid__________________________________________________Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com_______________________________________________Acis-alliance mailing listAcis-alliance@cs.columbia.eduhttp://lists.cs.columbia.edu/mailman/listinfo/acis-alliance------------------------------------------------This email has been scanned for viruses and content by the RadanComputational Webshield Appliances.------------------------------------------------Radan Computational Ltd.The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.From christian.pietersen at uk.radan.com Mon Jun 21 04:18:27 2004From: christian.pietersen at uk.radan.com (Christian Pietersen)Date: Mon Jun 21 04:15:13 2004Subject: [Acis-alliance] Problem with "api_restore_entity_list"In-Reply-To: <PEEFJOALJDHPOPDGPCGEKEBHDBAA.christian.pietersen@uk.radan.com>Message-ID: <PEEFJOALJDHPOPDGPCGEMEBIDBAA.christian.pietersen@uk.radan.com>Following on from my previous email.....I have been told that any direct api_ calls actually don't needAPI_BEGIN/END as all of them do this locally. So I guess I can't reallyhelp... Sorry.-----Original Message-----From: acis-alliance-bounces@cs.columbia.edu[mailto:acis-alliance-bounces@cs.columbia.edu]On Behalf Of ChristianPietersenSent: 21 June 2004 09:06To: lody24; acis-alliance@cs.columbia.eduSubject: RE: [Acis-alliance] Problem with "api_restore_entity_list"KhalidI have had this sort of problem before and the only thing I can suggest ismake sure that you have a bulletin board open, i.e. put API_BEGIN/END aroundthe api call.It might be a problem with the file. Can you read it into otherapplications? Can you read it into scheme AIDE?Here is a simple code snippet. fp is a FILE* to the open file. As you cansee it's not very complex.RegardsChristian API_BEGIN ENTITY_LIST acisList; // acis list of entities outcome rc = api_restore_entity_list(fp, TRUE, acisList); if (!rc.ok()) { DEBUG("read sat failed\n"); ..... ..... ..... } API_END-----Original Message-----From: acis-alliance-bounces@cs.columbia.edu[mailto:acis-alliance-bounces@cs.columbia.edu]On Behalf Of lody24Sent: 19 June 2004 15:52To: acis-alliance@cs.columbia.eduSubject: [Acis-alliance] Problem with "api_restore_entity_list"Dear all,I've a problem concerning the function"api_restore_entity_list"it always gives me an error "access violation"so i wonder if anyone got this problem before andsolved italso if u have a VC++ code that just uses thisfunction to open sat file it will be greatthanks a lotKhalid__________________________________________________Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com_______________________________________________Acis-alliance mailing listAcis-alliance@cs.columbia.eduhttp://lists.cs.columbia.edu/mailman/listinfo/acis-alliance------------------------------------------------This email has been scanned for viruses and content by the RadanComputational Webshield Appliances.------------------------------------------------Radan Computational Ltd.The information contained in this message and any files transmitted with itare confidential and intended for the addressee(s) only. If you havereceived this message in error or there are any problems, please notify thesender immediately. The unauthorized use, disclosure, copying or alterationof this message is strictly forbidden. Note that any views or opinionspresented in this email are solely those of the author and do notnecessarily represent those of Radan Computational Ltd. The recipient(s) ofthis message should check it and any attached files for viruses: RadanComputational will accept no liability for any damage caused by any virustransmitted by this email._______________________________________________Acis-alliance mailing listAcis-alliance@cs.columbia.eduhttp://lists.cs.columbia.edu/mailman/listinfo/acis-alliance------------------------------------------------This email has been scanned for viruses and content by the RadanComputational Webshield Appliances.------------------------------------------------Radan Computational Ltd.The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.From kari at vertex.fi Mon Jun 21 08:32:05 2004From: kari at vertex.fi (Kari Hallfast)Date: Mon Jun 21 07:32:00 2004Subject: [Acis-alliance] Problem with "api_restore_entity_list"In-Reply-To: <PEEFJOALJDHPOPDGPCGEMEBIDBAA.christian.pietersen@uk.radan. com>References: <PEEFJOALJDHPOPDGPCGEKEBHDBAA.christian.pietersen@uk.radan.com> <PEEFJOALJDHPOPDGPCGEMEBIDBAA.christian.pietersen@uk.radan.com>Message-ID: <6.0.3.0.1.20040621143012.02650b48@vertex.fi>Make sure you are linking to the acis debug dlls and debug runtime library if your program is the debug version and visa versa.Regards, KariAt 10:18 21.6.2004, Christian Pietersen wrote:>Following on from my previous email.....>>I have been told that any direct api_ calls actually don't need>API_BEGIN/END as all of them do this locally. So I guess I can't really>help... Sorry.>>-----Original Message----->From: acis-alliance-bounces@cs.columbia.edu>[mailto:acis-alliance-bounces@cs.columbia.edu]On Behalf Of Christian>Pietersen>Sent: 21 June 2004 09:06>To: lody24; acis-alliance@cs.columbia.edu>Subject: RE: [Acis-alliance] Problem with "api_restore_entity_list">>>Khalid>>I have had this sort of problem before and the only thing I can suggest is>make sure that you have a bulletin board open, i.e. put API_BEGIN/END around>the api call.>>It might be a problem with the file. Can you read it into other>applications? Can you read it into scheme AIDE?>>Here is a simple code snippet. fp is a FILE* to the open file. As you can>see it's not very complex.>>Regards>Christian>> API_BEGIN>> ENTITY_LIST acisList; // acis list of entities>> outcome rc = api_restore_entity_list(fp, TRUE, acisList);> if (!rc.ok())> {> DEBUG("read sat failed\n");> .....> .....> .....> }>> API_END>>>-----Original Message----->From: acis-alliance-bounces@cs.columbia.edu>[mailto:acis-alliance-bounces@cs.columbia.edu]On Behalf Of lody24>Sent: 19 June 2004 15:52>To: acis-alliance@cs.columbia.edu>Subject: [Acis-alliance] Problem with "api_restore_entity_list">>>Dear all,>I've a problem concerning the function>"api_restore_entity_list">it always gives me an error "access violation">so i wonder if anyone got this problem before and>solved it>also if u have a VC++ code that just uses this>function to open sat file it will be great>thanks a lot>>Khalid>>__________________________________________________>Do You Yahoo!?>Tired of spam? Yahoo! Mail has the best spam protection around>http://mail.yahoo.com>_______________________________________________>Acis-alliance mailing list>Acis-alliance@cs.columbia.edu>http://lists.cs.columbia.edu/mailman/listinfo/acis-alliance>>>------------------------------------------------>This email has been scanned for viruses and content by the Radan>Computational Webshield Appliances.>>>>>------------------------------------------------>Radan Computational Ltd.>>The information contained in this message and any files transmitted with it>are confidential and intended for the addressee(s) only. If you have>received this message in error or there are any problems, please notify the>sender immediately. The unauthorized use, disclosure, copying or alteration>of this message is strictly forbidden. Note that any views or opinions>presented in this email are solely those of the author and do not>necessarily represent those of Radan Computational Ltd. The recipient(s) of>this message should check it and any attached files for viruses: Radan>Computational will accept no liability for any damage caused by any virus>transmitted by this email.>>_______________________________________________>Acis-alliance mailing list
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -