INTERACT FORUM
Windows => Plug-in Development => Topic started by: KingSparta on July 27, 2002, 09:12:53 am
-
So Is There A Fix For The 32,000|PLS| File Limit When Working With The SDK?
-
By The Way Album View From RhinoBanga Crashes Also With More Than 32,000|PLS| Files.
It Seems MJ Does Not Like To Be It Seems MJ Does Not Like To Be Probed With A High Number.
-
KingSparta,
I'm not aware of any limitations. Can you explain in more details what is happening?
Nikolay
-
>> I Have Noticed That The SDK With The Recent Ver Of MJ Gives A
>> Error #6 Run Time Error, Overflow. When You Click On
>> "play 10 Random Tracks"
This Is When you Have More Than 32,768 Files In The MJ File List
I Started With A Fresh Install Of MJ (New Folder) Imported All My Files 131,000|PLS|
Error #6 Run Time Error, Overflow.
I Reduced The Files In The List Under 65,536
Error #6 Run Time Error, Overflow.
I Reduced The Files In The List Under 32,768
It Works.
-
Got it. I'll take a look.
Nikolay
-
Just a guess, but it may have to do with us using int instead of long in the SDK sample.
We're used to C|PLS||PLS| where an int is 32-bits. VB's int is 16 bits though, which could explain the problems once it crosses the signed 16-bit threshold of 32767.
-
Ok, I Will Look Into That.
-
Matt,
I never use int's ... only longs ... far more efficient.
KingSparta if you get 5 mins can you switch on AV tracing to locate the area of code that it's going down in.
-
Good Deal, That Worked.
I Just Did A Search And Replace the SDK To Long And No Problems After 80,000|PLS| Mp3's
Nice Learning Curve, I Would Never Have Thought Of That Since I Did Not Know that Was Limited To 32,768.