You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cef3api.pas(6711,5) Error: Identifier not found "Set8087CW"
Set8087CW(Get8087CW or $3F); // deactivate FPU exception
2: after comment above line appears next issue with reaching local variable limit
cef3ref.pas(1577,1) Error: Local variables size exceeds supported limit
Which means:
This indicates that you are declaring more than 32K of local variables, which might not be supported on other processor targets.
Error: Local variables size exceeds supported limit
The text was updated successfully, but these errors were encountered:
There is error during compilation
1:
cef3api.pas(6711,5) Error: Identifier not found "Set8087CW"
Set8087CW(Get8087CW or $3F); // deactivate FPU exception
2: after comment above line appears next issue with reaching local variable limit
Which means:
This indicates that you are declaring more than 32K of local variables, which might not be supported on other processor targets.
Error: Local variables size exceeds supported limit
The text was updated successfully, but these errors were encountered: