We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use Delphi 10.1 with the latest MASTER code source.
I use the sample from "Samples\TestApp" and i add source folder to the search path of the project.
I don't install the packages. I want to have a stand alone version. I worked a lot with Pascalscript.
All units where found but if i try to compile the new test project the following error raised:
[dcc32 Error] InvokeCall.inc(116): E2089 Invalid typecast
btSingle: psingle(res.dta)^ := Double(Invoke(Address,Args,SysCalConv,TypeInfo(Single),False,IsConstr).AsExtended); btDouble: pdouble(res.dta)^ := Double(Invoke(Address,Args,SysCalConv,TypeInfo(Double),False,IsConstr).AsExtended);
What is missing in my stand alone installation? Do you have any ideas?
The text was updated successfully, but these errors were encountered:
Try the stable branch, it shouldn't have this problem.
Sorry, something went wrong.
Thx... works as expected.
No branches or pull requests
I use Delphi 10.1 with the latest MASTER code source.
I use the sample from "Samples\TestApp" and i add source folder to the search path of the project.
I don't install the packages. I want to have a stand alone version. I worked a lot with Pascalscript.
All units where found but if i try to compile the new test project the following error raised:
[dcc32 Error] InvokeCall.inc(116): E2089 Invalid typecast
btSingle: psingle(res.dta)^ := Double(Invoke(Address,Args,SysCalConv,TypeInfo(Single),False,IsConstr).AsExtended); btDouble: pdouble(res.dta)^ := Double(Invoke(Address,Args,SysCalConv,TypeInfo(Double),False,IsConstr).AsExtended);
What is missing in my stand alone installation? Do you have any ideas?
The text was updated successfully, but these errors were encountered: