]> git.vomp.tv Git - vompclient.git/commitdiff
New Windows stuff
authorChris Tallon <chris@vomp.tv>
Sat, 16 Dec 2006 21:28:33 +0000 (21:28 +0000)
committerChris Tallon <chris@vomp.tv>
Sat, 16 Dec 2006 21:28:33 +0000 (21:28 +0000)
readme.win
winmain.cc

index 5019a2fba93dd0881b43c78cf0ebaf14ac11c41e..86854b5fb77a22c8dfe950efa643d43165e74ab5 100644 (file)
@@ -20,6 +20,7 @@ The vomp client on Windows requires:
 \r
 * Windows 2000 or later\r
 * Windows XP for full remote control support\r
+* DirectX 8 graphics card (some older cards might work also)\r
 * A DirectShow MPEG2 decoder, which supports Video Mixing Renderer 9 (VMR-9),\r
   mostly included within DVD software player\r
 * A network connection to the vompserver computer\r
@@ -28,13 +29,19 @@ Compatibility List for MPEG2 Decoders
 =====================================\r
 \r
 Compatible MPEG2 decoders:\r
+* Cyberlink PowerDVD 5 (build 2214 and later, look for the update at cyberlinks webpage)\r
 * Cyberlink PowerDVD 6\r
+* Cyberlink PowerDVD 7\r
 * Nero Showtime 2 (from Nero Suite 6)\r
+* MPV Decoder Filter\r
+* Ulead MovieFactory 5 (Intervideo Filter shipped within)\r
 \r
 Incompatible MPEG2 decoders:\r
-* Cyperlink PowerDVD 4\r
+* Cyberlink PowerDVD 4\r
+* MainConcept Video Decoder version 1.0.0.38 (comes with some Hauppauge software)\r
 \r
-This list will be extended, please report success or failure with your decoder\r
+These lists are provided without any warranty.\r
+These lists will be extended, please report success or failure with your decoder\r
 at the forum at http://www.loggytronic.com .\r
 \r
 Remote Control Buttons Reference\r
@@ -113,9 +120,18 @@ Usage
 Start the client executable and enjoy, you should not have to configure\r
 anything if you met the requirements above.\r
 \r
+Log file\r
+========\r
+\r
+To obtain a log file, please execute the following command in the directory\r
+of the vomp for windows in a shell:\r
+\r
+vompclient.exe > vomp.log\r
+\r
 Firewall\r
 ========\r
 If vomp for Windows stops at "Locating server" or "Connecting to VDR",\r
 please configure your firewall so that vomp for windows can communicate\r
 with the vompserver on port 3024 (UDP and TCP).\r
 \r
+\r
index 0b4db46985cba3424abc8d2be051f228ba45a98f..3a95f2584cb030891dc5372227073561e599e5dd 100644 (file)
@@ -66,8 +66,8 @@ bool remotefnc=false;
 \r
 \r
 HMODULE user32dll;\r
-typedef UINT (*GETRAWINPUTDATAFNC) (HRAWINPUT,UINT,LPVOID,PUINT,UINT);\r
-typedef UINT (*REGISTERRAWINPUTDEVICEFNC) (PCRAWINPUTDEVICE,UINT,UINT);\r
+typedef UINT (WINAPI *GETRAWINPUTDATAFNC) (HRAWINPUT,UINT,LPVOID,PUINT,UINT);\r
+typedef UINT (WINAPI *REGISTERRAWINPUTDEVICEFNC)  (PCRAWINPUTDEVICE,UINT,UINT);\r
 \r
 GETRAWINPUTDATAFNC dynGetRawInputData=NULL;\r
 REGISTERRAWINPUTDEVICEFNC dynRegisterRawInputDevices=NULL;\r