I'm writing a simple image viewer program that I want to distribute across multiple platforms. It has three depentant dll files that are referenced some where in the compiling process. Can I hard code a module that loads these dll files or references them from a preset directory or do they have to be registered in the system registery? If I can, how would I code It?
