mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 23:10:25 +02:00
* move SErrMethodImplCreateFailed to interface
git-svn-id: trunk@42065 -
This commit is contained in:
parent
ad6897ffd8
commit
f6ca44292f
@ -539,6 +539,7 @@ resourcestring
|
|||||||
SErrInvokeNotImplemented = 'Invoke functionality is not implemented';
|
SErrInvokeNotImplemented = 'Invoke functionality is not implemented';
|
||||||
SErrInvokeResultTypeNoValue = 'Function has a result type, but no result pointer provided';
|
SErrInvokeResultTypeNoValue = 'Function has a result type, but no result pointer provided';
|
||||||
SErrInvokeFailed = 'Invoke call failed';
|
SErrInvokeFailed = 'Invoke call failed';
|
||||||
|
SErrMethodImplCreateFailed = 'Failed to create method implementation';
|
||||||
SErrCallbackNotImplemented = 'Callback functionality is not implemented';
|
SErrCallbackNotImplemented = 'Callback functionality is not implemented';
|
||||||
SErrCallConvNotSupported = 'Calling convention not supported: %s';
|
SErrCallConvNotSupported = 'Calling convention not supported: %s';
|
||||||
SErrTypeKindNotSupported = 'Type kind is not supported: %s';
|
SErrTypeKindNotSupported = 'Type kind is not supported: %s';
|
||||||
@ -702,7 +703,6 @@ resourcestring
|
|||||||
SErrInvokeCallableNotMethod = 'The callable value is not a method variable for: %s';
|
SErrInvokeCallableNotMethod = 'The callable value is not a method variable for: %s';
|
||||||
SErrMethodImplNoCallback = 'No callback specified for method implementation';
|
SErrMethodImplNoCallback = 'No callback specified for method implementation';
|
||||||
SErrMethodImplInsufficientRtti = 'Insufficient RTTI to create method implementation';
|
SErrMethodImplInsufficientRtti = 'Insufficient RTTI to create method implementation';
|
||||||
SErrMethodImplCreateFailed = 'Failed to create method implementation';
|
|
||||||
SErrMethodImplCreateNoArg = 'TMethodImplementation can not be created this way';
|
SErrMethodImplCreateNoArg = 'TMethodImplementation can not be created this way';
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user