Hi,
I'm trying to link a DLL which has some subroutines that I need to run in it. I started up a new project and added the calling program as a source then added the DLL as a reference used the /import_lib and it gives me:
fatal 41: - more than one source specified
and then can't find the .obj file. I'm really new to programming and I'm sure I've made a heinous mistake but I can't find it.