DalekTron sources and DST 5

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

DalekTron sources and DST 5

Günther Schmidt
Hi,

I think I just found the major obstacle why DalekTron sources won't file
into DST 5.

I think it's this part:

QuartzTypeLib := Object fromBinaryStoreBytes:
(ByteArray fromBase64String:
'IVNUQiAzIEYJFQACAAAAQVhUeXBlTGlicmFyeUFuYWx5emVyBgIJAElUeXBlTGliMgAAAAAAAAAA
AQgAAAYBCABUTElCQVRUUnIAAAAgAAAAsGioVtQKzhGwOgAgrwuncAAAAAABAAAAAQAAAAgAAABS
AAAAAAAAAFIAAAAKAAAARGlyZWN0U2hvd7IAAAANAAAAUXVhcnR6VHlwZUxpYgACAADqAAAA8AAA
AGIAAAACAAAAUgAAAAQAAABHVUlEsgAAAAQAAABHVUlEAAAAAA==')


As I don't have DST 6 Beta would somebody else be kind enough to restore
the object in DST 6 and post it as a source back to the list?

Thanks

Günther


Reply | Threaded
Open this post in threaded view
|

Re: DalekTron sources and DST 5

Esteban A. Maringolo-3
Günther Schmidt escribió:
> Hi,
>
> I think I just found the major obstacle why DalekTron sources won't file
> into DST 5.

Which PL (patch level) do you have?
Latest is PL4.

Regards,

--
Esteban.


Reply | Threaded
Open this post in threaded view
|

Re: DalekTron sources and DST 5

Günther Schmidt
Esteban

I do have version 5.1.4.

But DalekTron was written in DST 6, si there might be changes to the
STBOut format.

Günther


Reply | Threaded
Open this post in threaded view
|

Re: DalekTron sources and DST 5

Christopher J. Demers
In reply to this post by Günther Schmidt
"Günther Schmidt" <[hidden email]> wrote in message
news:[hidden email]...

> Hi,
>
> I think I just found the major obstacle why DalekTron sources won't file
> into DST 5.
>
> I think it's this part:
>
> QuartzTypeLib := Object fromBinaryStoreBytes:
> (ByteArray fromBase64String:
> 'IVNUQiAzIEYJFQACAAAAQVhUeXBlTGlicmFyeUFuYWx5emVyBgIJAElUeXBlTGliMgAAAAAAAAAA
> AQgAAAYBCABUTElCQVRUUnIAAAAgAAAAsGioVtQKzhGwOgAgrwuncAAAAAABAAAAAQAAAAgAAABS
> AAAAAAAAAFIAAAAKAAAARGlyZWN0U2hvd7IAAAANAAAAUXVhcnR6VHlwZUxpYgACAADqAAAA8AAA
> AGIAAAACAAAAUgAAAAQAAABHVUlEsgAAAAQAAABHVUlEAAAAAA==')
>
>
> As I don't have DST 6 Beta would somebody else be kind enough to restore
> the object in DST 6 and post it as a source back to the list?

It seems to be a type library from DirectShow called QuartzTypeLib.  I don't
have any easy way to convert this into anything you can easily load in
Dolphin 5.  The best approach may be to use the ActiveX wizard to generate a
version of this object for Dolphin 5.

You will also probably have problems loading view resources from Dolphin 6
into Dolphin 5, they are stored differently.

Chris