Freeware VV3 transition

Comments

sdmoore wrote on 2/6/2003, 9:26 AM
Hi SonicDennis,

Yes, it's an installer thing - I basically look in the registry and get the install path for vegas30.exe. Of course, now we have vegas40.exe - I made a new Vegas 4 version as a 'quick fix'. I will change the installer at some point so that either V3 or V4 use the same install .exe.

The SDK was OK - the only problem (which was a big one initially) was trying to build the sample 'shell' project using Visual Studio .NET and DX8.1 SDK. The plugin SDK mentions DX 6 Media SDK - this was separate from DX 6 core. With DX7 (or DX8?) the media stuff is part of the core so I tried to build it using just DX8.1 SDK and had some problem with a missing dtbase.h - found it on the net. Also the midl compiler produced sfdxext_h.h from sfdxext.idl - the SFBase.h file looks for sfdxext.h so I just had to rename it. All in all, just a bit of head scratching - got there in the end.

Cheers,

Scott
MadMikey wrote on 2/6/2003, 9:37 AM
Thanks Scott, this is great and very generous of you.

MadMikey