You need to have a .def file that lists all DLL exports.
This file should have been created and using that you should be able to create an import library.
Try to find something about .def files in the documentation.
Unfortunately, I cannot help you since I am not using VC .