|
-
August 19th, 2001, 02:47 AM
#1
Hard coding dll location
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?
-
August 19th, 2001, 02:39 PM
#2
Re: Hard coding dll location
You cannot do that if you insert the lib file of the dll's
you can only do that when using LoadLibrary, there you can force loading the dll from any directory you which.
Kishk
[email protected]
ICQ: 13610258
-
August 19th, 2001, 09:46 PM
#3
Re: Hard coding dll location
Thanks for the information. But, considering I'm not that advanced, would you mind sharing some code suggestions for using LoadLibrary?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|