Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /3D...
rapidq@yahoogroups.com
Jul 1, 2008 9:20 am
33356
about SecondTGA3Dviewer-source.zip Thanks John and RQ group all, I used the first Files example to start the code... This small application is part of...
... and ... http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.htm ... got ... Very nice, smooth animation and quick model-form. -JK...
... Thanks you, it really uses _your_ OpenGL 3D engine, I wrote the loader of the meshes coded in TGA file 128x128 pxl (the most popular used modelling the...
I found out two API functions which allow monitoring for filesystem events: WaitForSingleObject and WaitForMultipleObjects. I was able to port to RapidQ an...
From: lucassioli.geo <cassioli@...> @ Thursday, July 03, 2008 12:50 AM ... lpHandles needs to be a pointer to the start of an array of handles of size 2....
... Alias "WaitForMultipleObjects"(ByVal Count As Long, lpHandles As Long, ByVal bWaitAll As Long, ByVal wMilliseconds As Long) As Long ... of size 2. Right...
... Long ... FindFirstChangeNotification("\\Alrmdc01\storage\R610D\rid-unione\BEPI-Colombo\firme\Di_Marco", ... The example link you provided doesn't seem to...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Jul 5, 2008 8:17 pm
33368
Hello! Can't terminate process notepad.exe from my application under WinXP SP2 Alwaus return 0. Declare Function TerminateProcess Lib "kernel32" Alias...
Andrew Shelkovenko <diakin@...> @ 2008-07-06 01:08 PM "[rapidq] Terminate process 2" <000501c8dfa4$03f704d0$223ffea9@diakinz9jlg6xk> ... 1) How are you...
Hello, Christopher! You wrote to <rapidq@yahoogroups.com> on Sun, 06 Jul 2008 13:18:01 -0700: Thank you, Chris! This code works. CONST PROCESS_TERMINATE =...
I have this wild idea but will it work? I have two computers with wireless cards, they both of course connect to a router that goes to the internet ISP. But I...
... right ... yes, you are right OpenProcess return handle of process by PID TerminateProcess - Terminate Process by it's handle hProcess=OpenProcess...
... It should work but only from the LAN. Use ping.exe to test connectivity, if ping works every tcpip (socket) application will work. ping -n 4 -w 500...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /RQProcess.zip ...
rapidq@yahoogroups.com
Jul 7, 2008 12:55 pm
33378
I have a line of dead pixels on my laptop 35 pixels from the left, if there a way to start the "usable" area of the screen from this point instead of Pixel 1,...
thanks to Chris and Jacques for the replies. ... Yes that appears to be true. If the LAN wireless router is off then the two computers can't talk (destination...
... side? ... you can actually try "pushing lightly" on the bad pixels with a thin blunt object (search the web for Stuck and dead pixels LCD display). You...
... I dont see why the router cannot be ON ??? Normally, frames are broadcast on the subnet (lan) when the destination IP matches the network mask. ... If the...
The latest virus database file for Avast is showing a False/Positive for the RapidQ32.lib dated December 22nd, 2006. Anything compiled with this library will...
... Both Avast and AVG are starting to report these false positives. It's becoming a problem for RQ nd Autohotkey I use. I cannot wait untill they kick Windows...
Trying to setup a simple run-and-jump where the arrows move the character right or left and the space would make the character "jump" upwards. Trying to...
I may have answered my own question. I set the GetKeyState API call inside a DXTimer sub. This seems to do what I need it to do. Although if anyone else has...