SolistraDesign / moveframework

Automatically exported from code.google.com/p/moveframework
0 stars 0 forks source link

Can you make a program that gets all Move's/Sharpshooter's data? #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can't use your C++/# stuff, as I'm making a program in VB6 to extract X/Y 
data from a Dreamcast emulator running Silent Scope.

Can you please make an EXE that gets all the input data, I use the sendmessage 
API to send my program's hWnd to yours, and it sends all the data back to my 
hWnd?

Obviously a suggestion/request, not a defect. It doesn't let me change it

Original issue reported on code.google.com by NeoTec...@gmail.com on 8 May 2012 at 4:47

GoogleCodeExporter commented 9 years ago
What data do you want to get/send?

Why don't you use the C wrapper like this?
Declare Sub SomeFunc Lib "someDll.dll" (ByVal param As String)
It's much more complicated what you want.

Original comment by darress on 8 May 2012 at 5:49

GoogleCodeExporter commented 9 years ago
You didn't reply. Anyway, the framework can be used from VB, although it is not 
supported officially, so I mark this issue as invalid.

Original comment by darress on 16 May 2012 at 1:42