Hi, I am trying to expose the functions in a .lib file I have through a .dll file. This is because the program I am working with (Progress 4GL) can not utilize .lib files - it can only call .dll files.
My question is, how can I create a DLL that exposes the .lib functions? I would like to create a DLL project, load the .lib (?) and then call the .lib functions from within an exposed DLL function. Can I do this?
Thanks,
James
My question is, how can I create a DLL that exposes the .lib functions? I would like to create a DLL project, load the .lib (?) and then call the .lib functions from within an exposed DLL function. Can I do this?
Thanks,
James