ArchiCAD Add-on with Excel File
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-02-28
11:02 AM
- last edited on
2023-08-03
10:20 AM
by
Doreena Deng
2011-02-28
11:02 AM
I found this article from Codeproject and I want merge it with ArchiCAD-Addon
http://www.codeproject.com/KB/office/ExcelFormat.aspx?fid=1549560&fr=76&df=90&mpp=25&noise=3&sort=Po...
in TestExcel Folder it's can complie and use the library successfully.
But when I cut the snippet code to merge with ArchiCAD. It can compile successfully. But in run-time when I use command. It's show ASSERTION ERROR at dbgdel.cpp file at line 52 and ArchiCAD is crash too.
How can I merge this library to add-on?
Could you help me solve the problem?
http://www.codeproject.com/KB/office/ExcelFormat.aspx?fid=1549560&fr=76&df=90&mpp=25&noise=3&sort=Po...
in TestExcel Folder it's can complie and use the library successfully.
But when I cut the snippet code to merge with ArchiCAD. It can compile successfully. But in run-time when I use command. It's show ASSERTION ERROR at dbgdel.cpp file at line 52 and ArchiCAD is crash too.
How can I merge this library to add-on?
Could you help me solve the problem?
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-02-28 11:07 AM