unace.dll
-
I've got a little problem that I just can't get my head around. I'm needing to write a program that can extract files from ace archived files. Basically it would be an installer application for a couple of things I've made up & compressed to make them smaller. Everything else in the program is working fine, its just a simple MFC dialog program with options for picking the install dir and not a lot else :) I know that I need to use the unace.dll file from www.winace.com but I just don't know how to use it :( Could anyone that might have used it before or knows a bit about dlls be able to point me in the right direction for where I need to include the dll file, how to include it and how to call the functions to get the aces extracted? Thanks for helping
-
I've got a little problem that I just can't get my head around. I'm needing to write a program that can extract files from ace archived files. Basically it would be an installer application for a couple of things I've made up & compressed to make them smaller. Everything else in the program is working fine, its just a simple MFC dialog program with options for picking the install dir and not a lot else :) I know that I need to use the unace.dll file from www.winace.com but I just don't know how to use it :( Could anyone that might have used it before or knows a bit about dlls be able to point me in the right direction for where I need to include the dll file, how to include it and how to call the functions to get the aces extracted? Thanks for helping
Hi! Download whole package from winace.com (http://www.emerge.de/ftp/dev/unacedll.exe). It contains not just only dll, but also documentation and sample sources which are rather helpful. Mukkie