INTERACT FORUM

Windows => Plug-in Development => Topic started by: KingSparta on May 24, 2003, 08:33:23 am

Title: BusyBox And VBNet
Post by: KingSparta on May 24, 2003, 08:33:23 am
Just Playing Around And I Compiled BusyBox Using VBNet 2003

Problem is i can't get MC to see it as a plugIn

Any Ideas?
Title: Re: BussyBox And VBNet
Post by: KingSparta on May 28, 2003, 02:44:34 am
Any Ideas?

Does MC9 SDK Work With VB Net?
Title: Re: BussyBox And VBNet
Post by: KingSparta on May 30, 2003, 04:51:35 pm
Well really I was wondering from any of the 3rd party programers also if they have had any luck with VB Net and MC9 SDK.

maybe it's me and I am just not doing something correctly.

I have no clue
Title: Re: BussyBox And VBNet
Post by: Nikolay on June 02, 2003, 05:53:38 am
King,

Did you try new MC 9.0 interface plug-in SDK? Did you run .reg file provided in the SDK?

http://www.musicex.com/mediacenter/devzone.html

I just tried to use the code in VB .net 2003 and did not encounter any problems.

Nikolay
Title: Re: BussyBox And VBNet
Post by: KingSparta on June 02, 2003, 07:51:15 am
thanks for the reply

I figured it was me.

>> Did you try new MC 9.0 interface plug-in SDK?
No, I don't see one for VB Net 2003 I do see all the ones for C However and one for VB 6.0.

Where is the VB .Net sample?

It seems VB Net 2003 compiles to DLL and the only sample i see in VB is Busy box and that is compiled to OCX

not unless I am missing something in VB net 2003 but as far as i know it does not compile to OCX
Title: Re: BussyBox And VBNet
Post by: KingSparta on June 02, 2003, 08:02:45 am
I redownloaded and compiled the Busybox program SDK sample

I moved the reg file to the dir where the dlls it created are.

Bin\BusyBox.dll
Bin\Interop.MediaJukebox.dll
Bin\Registry.reg

ran Registry.reg

and get this message in MC9

Interface plug-in Busy Box Could not be found or created

What am i doing wrong?

=======================================

Time of Upgrade: 6/2/2003 11:55 AM


List of Project Files
New Filename Original Filename File Type Status Errors Warnings Total Issues
(Global Issues)    0 1 1
Global update issues:
# Severity Location Object Type Object Name Property Description
1 Global Warning     UserControls need to be built after upgrading.

BusyBoxCtrl.vb BusyBoxCtrl.ctl User Control Upgraded with issues 0 5 5
Upgrade Issues for BusyBoxCtrl.ctl:
# Severity Location Object Type Object Name Property Description
1 Runtime Warning btnListPlayingNow_Click    Couldn't resolve default property of object z.
2 Runtime Warning btnListPlaylists_Click    Couldn't resolve default property of object z.
3 Runtime Warning btnListViewSchemes_Click    Couldn't resolve default property of object z.
4 Runtime Warning btnPlayRandomTracks_Click    Couldn't resolve default property of object z.
5 Runtime Warning WalkScheme    Couldn't resolve default property of object z.

1 File(s)   User Controls: 1 Upgraded: 1
Not upgraded: 0  0 6 6

Click here for help with troubleshooting upgraded projects

Upgrade Settings
LogFile: BusyBox.log
MigrateProjectTo:Library
OutputDir: C:\00 - MJ Plug-Ins\BusyBox\VB\BusyBox\BusyBox.NET
OutputName: BusyBox.vbproj
ProjectName: BusyBox
ProjectPath: C:\00 - MJ Plug-Ins\BusyBox\VB\BusyBox\BusyBox.vbp


Title: Re: BussyBox And VBNet
Post by: KingSparta on June 02, 2003, 08:10:46 am
RhinoBanga, Cephlen, Mirko

Don't be shy any help would be nice right about now
Title: Re: BusyBox And VBNet
Post by: RhinoBanga on June 03, 2003, 08:35:06 am
I'll try it now.
Title: Re: BusyBox And VBNet
Post by: RhinoBanga on June 03, 2003, 08:40:04 am
Erm ... I would do if I could find BusyBox.

Do you have a link?
Title: Re: BusyBox And VBNet
Post by: KingSparta on June 03, 2003, 09:01:54 am
it is not listed on the SDK Page but it is the "Download" under Interface sdk

http://www.musicex.com/mediacenter/DevZone/interface_sdk.zip
Title: Re: BusyBox And VBNet
Post by: RhinoBanga on June 03, 2003, 10:01:18 am
I can't get it to work either.

Downloaded, upgraded via VS.Net 2003, compiled, merged the registry file and when I run MC I get:

Interface Plug-in'Busy Box' could not be found or created.



Very very minor issue, notice no space between the text "Plug-in" and the plugin name.


In plugin manager I uninstalled BusyBox then I clicked Add Plugin and when I chose "BusyBox.dll" I got:

Unsupported plugin type.   The plugin can not be installed.


Title: Re: BusyBox And VBNet
Post by: KingSparta on June 03, 2003, 10:09:29 am
maybe it's not me then