RAD Studio
ContentsIndex
PreviousUpNext
E2052: Dynamic function 'function' conflicts with base class 'class'

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

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!