Archicad C++ API
About Archicad add-on development using the C++ API.

ArchiCAD Add-on with Excel File

Anonymous
Not applicable
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?
1 REPLY 1
Anonymous
Not applicable
I just found that I can run it with release mode. It's has no assertion error

But in Debug mode. It's Assertion error.

I include file below.