E2052 Dynamic function 'function' conflicts with base class 'class' (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

Some of the modifiers of this dynamic function conflict with the definition of the same function in the base class. The two functions should have the same modifiers. The following modifiers (among others) can cause conflicts:

  • __export
  • __import
  • declspec(naked)
  • declspec(package)
  • __fastcall