MVFont
Moderators: SDS, support, admin
-
- Posts: 9
- Joined: 25 Mar 2010, 10:07
MVFont
Hi!
When i am compiling your source in my projekt, there will be an DCC ERROR: [DCC Fehler] MVFont.pas(140): E2010 Inkompatible Typen: 'TPoint' und 'Char'
When i am compiling your source in my projekt, there will be an DCC ERROR: [DCC Fehler] MVFont.pas(140): E2010 Inkompatible Typen: 'TPoint' und 'Char'
Re: MVFont
Hello.
Please specify the programming environmental and library version you use.
Alexander.
Please specify the programming environmental and library version you use.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: MVFont
by library version I meant CAD Import VCL version.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: MVFont
This error doesn't appear on demo applications compilation. Please check Project options -> Compiler -> Typed @ operator flag status in your project. Such error is possible when this flag set.
Alexander.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 9
- Joined: 25 Mar 2010, 10:07
Re: MVFont
i don't use the demo(of course no problems with the demo in this project ), i have purchased a developer license and get the source code, the "typed @-operator" is necessary in this project!
Re: MVFont
Hello.
Alexander.
So the parameters of called method that throw error must have correspond types. Please try implement typecast into your code.Typed @ operator (from Borland Help)
Controls the types of pointer values generated by the @ operator and the compatibility of pointer types. When disabled (equivalent to {$T-}), the result of the @ operator is always an untyped pointer (Pointer) that is compatible with all other pointer types. When @ is applied to a variable reference in the enabled (equivalent to {$T+}), the result is a typed pointer that is compatible only with Pointer and with other pointers to the type of the variable.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support