With version 8.70 got this error
-
call GET_RGB_VALUE@( ixmoubut2-1, iymoubut2, iRGBvalueM1 )
*** Error 1244: The first argument of GET_RGB_VALUE@ is passed as a reference that should not be a constant nor an expression
Is this valid error?
Welcome to our forums
With version 8.70 got this error
call GET_RGB_VALUE@( ixmoubut2-1, iymoubut2, iRGBvalueM1 )
*** Error 1244: The first argument of GET_RGB_VALUE@ is passed as a reference that should not be a constant nor an expression
Is this valid error?
Dan
Thanks for this report.
There is an error in clearwin.ins which should have...
C_EXTERNAL GET_RGB_VALUE@ '__get_rgb_value'(VAL2,VAL2,REF3)
If you are using the module form then I can send it to you.
What is module form ? Declaration 'use clrwin' vs include <clearwin.ins> ? I use 'use clrwin' but may change that to 'include <clearwin.ins>'.
UPDATE, all also works ok with <clearwin.ins>'
Dan
I will send you a link to new files via a Forum personal message.
Thanks!