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

Development problem with Api13 on Windows.

Anonymous
Not applicable
After the success of my addon under mac, unfortunately I have a problem on Windows with Visual C + + 2005.
I have four errors
An error was occurred during conversion of icon RFIX \ images \ 32502.bmp
I have twice.
line 18:

 'GICN' 32502 "Layers" {
           0  128  128
}
Then two errors:
error PRJ0019: A tool returned an error code from "Compiling the non-localized RCMP file ..."
error BK1506: can not open file '. \ Debug \ Bimfast.sbr No such file or directory
3 REPLIES 3
Anonymous
Not applicable
I need your help, I hope someone will find a solution to my problem.

thank you
Oleg
Expert
I don know the reason. A guess.

Are you sure, you really have 32502.bmp image file in the RFIX/Images folder and this image is not corrupted.

Oleg
Anonymous
Not applicable
Yes you are right, my image file was corrupt ...
In fact I had not seen since he was well in the list, and by posting here I realized it was not displayed.

thank you.

But I still have errors,
error BK1506: can not open file '. \ Debug \ Interface_Functions.sbr': No such file or directory
fatal error C1083: Can not open include file: 'Win32Interface.hpp': No such file or directory
For the last error, I copied Win32Interface.hpp at the root of my project.

Another little bit of help thank you.