svanas / delphereum

web3 implementation for the Delphi programming language
Other
132 stars 49 forks source link

master Compile Error #38

Closed yingang2 closed 2 years ago

yingang2 commented 2 years ago

[dcc32 Fatal Error] web3.inc(4): F1054 VCL or FMX not defined, aborting. This application contains cross-framework references. Please add $(FrameworkType) as a conditional define in this project's options.

svanas commented 2 years ago

You should do what the error tells you to do. Add $(FrameworkType) as a conditional define to your project’s options and you should be good to go. See also: https://www.ideasawakened.com/post/writing-cross-framework-code-in-delphi