ModPlug Central

OpenMPT => Help and Questions => Topic started by: Harbinger on March 11, 2019, 17:38:52

Title: Components folder?
Post by: Harbinger on March 11, 2019, 17:38:52
I saw in the new builds that a new set of folders is being installed in the OpenMPT folder. What are the Components folders for?
Title: Re: Components folder?
Post by: manx on March 11, 2019, 17:53:22

This had been introduced with:
History.txt: v1.27.01.00
Quote
[Imp] <jh> Rather than placing them in the executable directory, LAME and Blade DLLs can (and should) now be placed in %APPDATA%\OpenMPT\Components\x86\ for 32-bit builds and %APPDATA%\OpenMPT\Components\x64\ for 64-bit builds respectively to avoid problems with VirtualStore and non-privileged Windows user accounts.

and basically removed again with:
OMPT_1.28_ReleaseNotes.html:
Quote
The LAME MP3 encoder is now shipped with OpenMPT. Lossy and lossless stream export are now done through the same menu entry / shortcut.

We still create the folder because the code that creates the folder has not (yet) been removed.
Title: Re: Components folder?
Post by: Harbinger on March 11, 2019, 18:01:20
Ok, so i guess i can delete those folders with no harm.

Thx for the quick response! ;)
Title: Re: Components folder?
Post by: manx on March 11, 2019, 18:04:14
Well, starting OpenMPT will currently just re-create them ;).