Forums › BB Series Discussions › Embarcadero Compiler Error with bb_api.dll
- This topic has 1 reply, 2 voices, and was last updated 8 years, 2 months ago by
Andrew.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
bbowarParticipantI have written some code which I compile using an Embarcadero compiler for a 64 bit target and have no issues. When I select to compile for a 32 bit target my compiler gives me the following error “Unrecognized _declspec modifier”
The line causing the error is in bb_api.h:
“BBDEPRACATED(“This function is deprecated…”)
Any idea what the could be the problem?
AndrewModeratorSure, it probably doesn’t recognize the __declspec(deprecated()) specifier. I use it to warn people when they are using functionality that is deemed deprecated. You could probably remove the specifier and find out if it compiles.
Regards,
Andrew- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.