2008-12-08 16:51:11 UTC
2. If "X-Zak" is set with dynamic library, then when user install the application, none of the dll's be installed because its not included in .exe. So user must have the dll's files ready in his machine! User by default, can't have it, he might have the OS system dll's, but not the dll's that specific for Application! so how does this function? Does user need to load a different set of files (dll's, etc) and install manually & then install the .exe, so when user runs the application. The object code (or whatever in there) can link to the extras (user dll's) dynamically? Can u explain?
THANKS