tuskenraider2k
Certified Guru
- Joined
- Nov 1, 2002
- Messages
- 117
Hello there 
First, is there already a toolkit to upload and execute your gp32 code onthefly ?? like this usb-debug envirement for linux ?
[from gp32.misantrop.org..]
but with one feature added:
- Upload a Fxe & run it'
This would be really nice
)
I've tried something with Hid-devices that worked.. with these strange functions..
SetupDiGetClassDevs, SetupDiEnumDeviceInterfaces, SetupDiGetDeviceInterfaceDetail and so on..
CreateFile and ReadFile voila..
With the Gamepark I get the 'detailedData' and I can execute CreateFile and I get a handle which isn't INVALID_HANDLE_VALUE.... but ReadFile/WriteFile fails... with invalid handle
..
I've searched on the net for a while and like i get it, that error msg can apear, if you use CreateFile wrong.. (&surely in many different situations :] )
has somebody tried this ??
Greetings
First, is there already a toolkit to upload and execute your gp32 code onthefly ?? like this usb-debug envirement for linux ?
[from gp32.misantrop.org..]
but with one feature added:
- Upload a Fxe & run it'
This would be really nice
I've tried something with Hid-devices that worked.. with these strange functions..
SetupDiGetClassDevs, SetupDiEnumDeviceInterfaces, SetupDiGetDeviceInterfaceDetail and so on..
CreateFile and ReadFile voila..
With the Gamepark I get the 'detailedData' and I can execute CreateFile and I get a handle which isn't INVALID_HANDLE_VALUE.... but ReadFile/WriteFile fails... with invalid handle
I've searched on the net for a while and like i get it, that error msg can apear, if you use CreateFile wrong.. (&surely in many different situations :] )
has somebody tried this ??
Greetings