Help finding DLLs
I have a portable app (Eclipse Portable) that spawns a compiler (iverilog.exe). However, the compiler--which is installed under the portable app's folder--requires DLLs. I can make the compiler run by copying the DLLs to the Windows\System32 folder on the host machine. Of course, this makes the PortableApp no longer portable.
Does anyone know how to setup the PortableApp to locate the DLLs? Or configure the environment variables?
- Read more about Help finding DLLs
- 12 comments
- Log in or register to post comments