|
I'm not quite clear about the problem. If you get a message about a missing DLL when you run your program, the only reason is a missing DLL. Maybe the DLL isn't in your path, or it isn't in the application path (if one) or directory. The DLL name should be mentioned in the import table, not in the export one.
Hope it helps
|