Hi,

In t/examples/pni/win32api.t I have this:-

 # Load user32.dll library and the MessageBoxA API.
 .sym var libuser32
 .sym var MessageBoxA
 loadlib libuser32, "user32"
 dlfunc MessageBoxA, libuser32, "MessageBoxA", "llttl"

Which used to work fine, however now I get:-

error:imcc:Unknown PMC type 'var'

What should I now be using in place of var?

Thanks,

Jonathan

Reply via email to