Hi guys, someone here can help me to get it working ?
I'm using:
- precomp/precomp64.exe (0.45 alpha version)
- cls-precompmt.dll + cls-precompmt.ini are in the same folder of precomp exe files
- the command that I'm trying is this(in my arc.ini file):
Code:
ultral24x4 = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precomp+srep+delta+4x4:lzma:max
[External compressor:precomp]
header = 0
packcmd = precomp64 -v -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
And in the task manager i can see only one precomp64.exe
Why it is not working in mt for me ?