INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: VB for portable plugin?  (Read 1540 times)

gregnolle

  • Regular Member
  • Member
  • *
  • Posts: 3
  • nothing more to say...
VB for portable plugin?
« 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.
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: VB for portable plugin?
« Reply #1 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
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

gregnolle

  • Regular Member
  • Member
  • *
  • Posts: 3
  • nothing more to say...
Re: VB for portable plugin?
« Reply #2 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.
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: VB for portable plugin?
« Reply #3 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.
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

gregnolle

  • Regular Member
  • Member
  • *
  • Posts: 3
  • nothing more to say...
Re: VB for portable plugin?
« Reply #4 on: January 06, 2003, 06:40:00 am »

Thanks for the suggestion. I have sent Steve a PM.

Thanks,

Greg.
Logged

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
Re: VB for portable plugin?
« Reply #5 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
Logged
Pages: [1]   Go Up