seryal / OPCComponent

Simple OPC DA Client
11 stars 1 forks source link

Data element too large #1

Closed dennychou63 closed 2 years ago

dennychou63 commented 2 years ago

My environment is as follows: FPC 3.2.0 win10

The following error occurred during component installation: Compile package syopcpack 0.0: Exit code 1, Errors: 2

OPCtypes.pas(39,69) Error: Data element too large

OPCtypes.pas(53,68) Error: Data element too large

How can I solve this problem? thanks

seryal commented 2 years ago

Hello.

Do you compile for 32 or 64 bits?

dennychou63 commented 2 years ago

32 bits

seryal commented 2 years ago

Try it now

dennychou63 commented 2 years ago

I have tested it and the above problem has been solved. thank you very much