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

Librairie compil Visual Studio 2010

Anonymous
Not applicable
Hello All !!

When i build my project, i have an error this is :
ACAP_STAT.lib(ACAPlib.obj) : warning LNK4099: PDB 'api_c.pdb' cannot found with 'ACAP_STAT.lib(ACAPlib.obj)' or C:\....\Examples\Myproject\api_c.pdb ; object will be linked whitout debug information
Indeed, my project build but this error disturb me...
If somebody can help me... Thank You !
Sincerly
2 REPLIES 2
Tibor Lorantfy
Graphisoft Alumni
Graphisoft Alumni
Hi,

It's not your fault. We'll try to fix this for the next DevKit version.
This is just a warning which means that the debug information for that file wasn't found. Even so, you will still be able to debug your own code.

Best Regards,
Tibor
Anonymous
Not applicable
Ok, thank you !
I can sleep peacefully !