From: [EMAIL PROTECTED] Subject: G2 Sdk and linux I know that G2 is not supported yet for linux, and the sdk has ports for it. I have compiled the testplay app for linux, and it seems that it can't find the realplayer libs. I had to change line 131 in main.cpp #if defined(_UNIX) strcpy(szDllName, "rmacore.dll"); to #if defined(_UNIX) strcpy(szDllName, "rmacore.so.6.0"); to even get it to load the rmacore.so.6.0 but it complains that it can't find any of the other libs. G2 player works fairly fine (for an alpha/beta), I might add. any suggestions welcomed. LP
