Reply To: Embarcadero Compiler Error with bb_api.dll

Forums BB Series Discussions Embarcadero Compiler Error with bb_api.dll Reply To: Embarcadero Compiler Error with bb_api.dll

#139808
AndrewAndrew
Moderator

Sure, 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