Quote:
Originally Posted by Ianmac
Do I take it all .dll's have to be added in this way and is that problem resolved when an automatic loader is used or do they still have to be added?
|
Yes, any components used in an application need the appropriate dll to be present in the application directory on both the device and the desktop although B4PPC will copy the dll for the desktop to the development directory for you. If you move the desktop application to another directory you will need to move any dlls also.
If by "automatic loader" you mean an installer then either the installer must have been set up to provide the necessary dlls or they must be manually installed.