?? 2004-january.txt
字號:
settings for debug /release and link the corresponding libraries.- If the program does not crash, check the outcome for the errormessage. Best Regards,Alex -----Original Message-----From: acis-alliance-bounces@cs.columbia.edu[mailto:acis-alliance-bounces@cs.columbia.edu] On Behalf Of chs_Sent: Saturday, January 17, 2004 2:17 PMTo: acis-alliance@cs.columbia.eduSubject: [Acis-alliance] api_save_entity_listI am using VC++ .NET. The api_save_entity_list fails at runtime for an unknown reason (usingr12 sp3). any suggestions please? -------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20040117/2696e5a2/attachment.htmFrom chs at sphericalmatrix.com Sun Jan 18 08:15:20 2004From: chs at sphericalmatrix.com (chs_)Date: Sat Jan 17 16:15:31 2004Subject: [Acis-alliance] api_save_entity_listReferences: <000701c3dd27$69fb8460$a22cbb81@inf.bauwesen.tumuenchen.de>Message-ID: <004301c3dd3f$04bd9f80$b000a8c0@industrylaptop>NachrichtHi,yes I think that there is a library mismatch but I am not sure what to do about itI used dumpbin /imports SpaAcisn.dll | findstr -i dlllike it suggests in the ACIS docs, and it tells me the dll is using MSVCR70.dllNow, using dumpbin /imports <my_acis.exe> | findstr -i dlltells me <my_acis.exe> relies on MSVCR71.dllAs I understand it, MSVCR70.dll is for VC++.NET 2002 while MSVCR71.dll is for VC++.NET 2003 (the one I am using).Do I need to go back to Spatial and try to get .NET 2003 files (if they exist-?), or is there a compile/linker flag?cheers,chris ----- Original Message ----- From: Alexander Muthler To: 'chs_' ; acis-alliance@cs.columbia.edu Sent: Sunday, January 18, 2004 5:26 AM Subject: RE: [Acis-alliance] api_save_entity_list Hi, possibilities: - Maybe you have linked the wrong libraries. Check your compiler settings for debug /release and link the corresponding libraries. - If the program does not crash, check the outcome for the error message. Best Regards, Alex -----Original Message----- From: acis-alliance-bounces@cs.columbia.edu [mailto:acis-alliance-bounces@cs.columbia.edu] On Behalf Of chs_ Sent: Saturday, January 17, 2004 2:17 PM To: acis-alliance@cs.columbia.edu Subject: [Acis-alliance] api_save_entity_list I am using VC++ .NET. The api_save_entity_list fails at runtime for an unknown reason (using r12 sp3). any suggestions please?-------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20040118/9b7dba9d/attachment.htmFrom kaufmann at ims.tuwien.ac.at Sat Jan 17 22:59:13 2004From: kaufmann at ims.tuwien.ac.at (Hannes Kaufmann)Date: Sat Jan 17 16:58:53 2004Subject: [Acis-alliance] api_save_entity_listReferences: <000701c3dd27$69fb8460$a22cbb81@inf.bauwesen.tumuenchen.de> <004301c3dd3f$04bd9f80$b000a8c0@industrylaptop>Message-ID: <4009B031.9691E957@ims.tuwien.ac.at>Yes, I got to the same point some weeks ago. Let us thank Microsoft thatthey had the great idea to rename the compiler and the runtimes to 7.1I hope they won't do this every year with every new release from now on.I contacted Spatial and got this response:> We will be migrating ACIS and InterOp to MS .NET 7.1 for the R14> release, scheduled for mid-2004.> > There is no stable way to mix ACIS libraries compiled on .NET 7.0 with> an application on 7.1; the runtimes are different, and mixing them is> nearly impossible to do without causing memory management problems. This means that you will have to wait until summer in order to get ACISlibs compiled with .NET 7.1 sorry about that. I decided to stick to MSVC 6.0 until the release ofR14.Good luck,Hannes-- Hannes Kaufmann | Vienna University of Technology Researcher | Interactive Media Systems GroupT +43 1 58801-18860 | F +43 1 58801-18898 kaufmann @ ims.tuwien.ac.at> chs_ wrote:> > Hi,> yes I think that there is a library mismatch but I am not sure what> to do about it> > I used> dumpbin /imports SpaAcisn.dll | findstr -i dll> like it suggests in the ACIS docs, and it tells me the dll is using> MSVCR70.dll> > Now, using> dumpbin /imports <my_acis.exe> | findstr -i dll> tells me <my_acis.exe> relies on> MSVCR71.dll> > As I understand it, MSVCR70.dll is for VC++.NET 2002 while> MSVCR71.dll is for VC++.NET 2003 (the one I am using).> > Do I need to go back to Spatial and try to get .NET 2003 files (if> they exist-?), or is there a compile/linker flag?> > cheers,> chris> > > ----- Original Message -----> From: Alexander Muthler> To: 'chs_' ; acis-alliance@cs.columbia.edu> Sent: Sunday, January 18, 2004 5:26 AM> Subject: RE: [Acis-alliance] api_save_entity_list> > Hi,> > possibilities:> - Maybe you have linked the wrong libraries. Check your> compiler settings for debug /release and link the> corresponding libraries.> - If the program does not crash, check the outcome for the> error message.> > Best Regards,> Alex> > > -----Original Message-----> From: acis-alliance-bounces@cs.columbia.edu> [mailto:acis-alliance-bounces@cs.columbia.edu] On> Behalf Of chs_> Sent: Saturday, January 17, 2004 2:17 PM> To: acis-alliance@cs.columbia.edu> Subject: [Acis-alliance] api_save_entity_list> > I am using VC++ .NET.> > The api_save_entity_list fails at runtime for an> unknown reason (using r12 sp3).> > any suggestions please?> > > > > ---------------------------------------------------------------> _______________________________________________> Acis-alliance mailing list> Acis-alliance@cs.columbia.edu> http://lists.cs.columbia.edu/mailman/listinfo/acis-allianceFrom Robert.Boehne at ricardo.com Mon Jan 19 10:06:37 2004From: Robert.Boehne at ricardo.com (Boehne, Robert)Date: Mon Jan 19 11:09:08 2004Subject: [Acis-alliance] api_save_entity_listMessage-ID: <1FDD58CAB1E3B4418D821B678F5AA818800F55@ctc-ex2k.dtc.ricplc.com>Another reason you'll see this type of error is if you haven't called api_set_file_info before you attempt to write a SAT file.HTH,Robert-----Original Message-----From: Hannes Kaufmann [mailto:kaufmann@ims.tuwien.ac.at]Sent: Saturday, January 17, 2004 3:59 PMTo: chs_Cc: acis-alliance@cs.columbia.edu; Alexander Muthler; Alexander MuthlerSubject: Re: [Acis-alliance] api_save_entity_listYes, I got to the same point some weeks ago. Let us thank Microsoft thatthey had the great idea to rename the compiler and the runtimes to 7.1I hope they won't do this every year with every new release from now on.I contacted Spatial and got this response:> We will be migrating ACIS and InterOp to MS .NET 7.1 for the R14> release, scheduled for mid-2004.> > There is no stable way to mix ACIS libraries compiled on .NET 7.0 with> an application on 7.1; the runtimes are different, and mixing them is> nearly impossible to do without causing memory management problems. This means that you will have to wait until summer in order to get ACISlibs compiled with .NET 7.1 sorry about that. I decided to stick to MSVC 6.0 until the release ofR14.Good luck,Hannes-- Hannes Kaufmann | Vienna University of Technology Researcher | Interactive Media Systems GroupT +43 1 58801-18860 | F +43 1 58801-18898 kaufmann @ ims.tuwien.ac.at> chs_ wrote:> > Hi,> yes I think that there is a library mismatch but I am not sure what> to do about it> > I used> dumpbin /imports SpaAcisn.dll | findstr -i dll> like it suggests in the ACIS docs, and it tells me the dll is using> MSVCR70.dll> > Now, using> dumpbin /imports <my_acis.exe> | findstr -i dll> tells me <my_acis.exe> relies on> MSVCR71.dll> > As I understand it, MSVCR70.dll is for VC++.NET 2002 while> MSVCR71.dll is for VC++.NET 2003 (the one I am using).> > Do I need to go back to Spatial and try to get .NET 2003 files (if> they exist-?), or is there a compile/linker flag?> > cheers,> chris> > > ----- Original Message -----> From: Alexander Muthler> To: 'chs_' ; acis-alliance@cs.columbia.edu> Sent: Sunday, January 18, 2004 5:26 AM> Subject: RE: [Acis-alliance] api_save_entity_list> > Hi,> > possibilities:> - Maybe you have linked the wrong libraries. Check your> compiler settings for debug /release and link the> corresponding libraries.> - If the program does not crash, check the outcome for the> error message.> > Best Regards,> Alex> > > -----Original Message-----> From: acis-alliance-bounces@cs.columbia.edu> [mailto:acis-alliance-bounces@cs.columbia.edu] On> Behalf Of chs_> Sent: Saturday, January 17, 2004 2:17 PM> To: acis-alliance@cs.columbia.edu> Subject: [Acis-alliance] api_save_entity_list> > I am using VC++ .NET.>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -