Link to home
Start Free TrialLog in
Avatar of HKCU
HKCU

asked on

Making an app that loads all DLL's in a folder

How can I program an application to load a non-hardcoded number/non-hardcoded filenames of dll's.
Avatar of sakuya_su
sakuya_su

what do you mean by loading the dlls? dlls are used when you call for a certain functions.. so unless you know the function names the dll has no use to you
SOLUTION
Avatar of Russell Libby
Russell Libby
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HKCU

ASKER

Well, In responce to sakuya_su, I plan to use this as a plugin, so I will have a known list of functions/procedures to call. IE when the program loads call a procedure in the DLL's called Initialize or something like that.

rllibby, how can I access/use the stuff that function loads?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial