MMF 1.5 Extension to MMF 2.0
I have a application in 1.5 that uses extensions not in 2.0 like izzysoft's dsound.cox file. How do I use the 1.5 extensions in 2.0 so my application will open up in 2.0.
OK I got the extensions over into the mmf1 folder including scrollbar.cox. But when I try to open the application in mmf 2.0 I get an error "Cannot load extension scrollbar.mfx"???
Re: MMF 1.5 Extension to MMF 2.0
Put them in the "mmf1" folder under "Extensions". You can then load your application in MMF2 and replace or remove the actions/conditions/expressions used in that object.
Re: MMF 1.5 Extension to MMF 2.0
DID it but still getting and error "cannot load extension scrollbar.mfx".
Re: MMF 1.5 Extension to MMF 2.0
You need to make sure the machine has the old MMF1.5 runtime (cncs232.dll) either in the windows dir or the extensions\mmf1 folder. Either that or you've put the runtime version in the mmf1 folder, it must be the one that would go in mmf1.5's extensions folder.
I believe this has been asked before and those were the answers.