*************************************************** * How to port from Iris to Windows * *************************************************** add #include change -> -> Comment out #include #include "vssClient.h" Change far -> wfar rad(x) -> radi(x) where (x) is a number fsqrt -> sqrt fabsf -> abs random -> rand Comment out The guts of Argument() in Main() the Switch statement for window selection