This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, April 19, 2006 4:11:55 PM(UTC)
Groups: Registered
Posts: 2
Hi. Please help me.
I want MP3 to waveform sample at C#.NET
so.. I used ltmmConvertControl COM Oject.
but, i cannot setting target_arrya property.
i want example program or comment.
and Errror Message : 0x80030070
#2
Posted
:
Sunday, April 23, 2006 1:13:06 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Designating a target of type TargetArray needs a VARIANT variable or type BYTE Array, which is not easily done in .NET.
If you use a target type of normal disk file, does it work?
Thanks,
Ali Abo Al-Rob
LEADTOOLS Technical Support
#3
Posted
:
Sunday, April 23, 2006 3:03:09 PM(UTC)
Groups: Registered
Posts: 2
Thank you your relay.
but I must use Short time test algorithm.
so. i must use memory.
please reply or example.
thank you
#4
Posted
:
Wednesday, April 26, 2006 4:33:29 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The Variant data type is not supported In .NET, so use Object variables
instead. Try creating a byte array and assign it to an Object
variable, then assign the Object variable to the TargetArray property.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.