INTERACT FORUM

Windows => Plug-in Development => Topic started by: gregnolle on January 03, 2003, 01:30:13 pm

Title: VB for portable plugin?
Post by: gregnolle on January 03, 2003, 01:30:13 pm
Is it possible to use VB to access the functions of the portable devices API? If so, could anyone give me any pointers as to where to start? Or am I just going to have to learn VC++?  ;D

Thanks in advance,

Greg.
Title: Re: VB for portable plugin?
Post by: KingSparta on January 05, 2003, 04:51:19 pm
There Are Books On Vb And API

A Good One Is Visual Basic Programmer's Guide To The Win32 API $59.95 ISBN 0-672-31590-4, 1548 Pages, It Also Comes With A CD
Title: Re: VB for portable plugin?
Post by: gregnolle on January 05, 2003, 10:22:57 pm
Errm...I already know how to use the Windows API. I'm talking about MJ's portable devices API, i.e. the Handheld plug-in SDK. The reason I ask is that the function calls listed in the SDK document would not appear to be VB-friendly in their current form but I was wondering if they can be called from VB nonetheless.

Sorry for the confusion,

Greg.
Title: Re: VB for portable plugin?
Post by: KingSparta on January 06, 2003, 03:56:20 am
Never played with that SDK, would not know.

Maybe Steve would know (J Rivers, Portable Guy)

I am not sure who made the SDK For Portables.
Title: Re: VB for portable plugin?
Post by: gregnolle on January 06, 2003, 06:40:00 am
Thanks for the suggestion. I have sent Steve a PM.

Thanks,

Greg.
Title: Re: VB for portable plugin?
Post by: Nikolay on January 09, 2003, 09:34:59 am
The only way to write Handheld plug-ins is by using VC++.

The problem is that Media Jukebox uses interface GUID to identify the plug-in, but VB plug-in can only be identified by using ProductID.

So for now, if you want to write Handheld plug-in you will have to use VC++.

Regards,
Nikolay Sokratov