DCCoolBreeze
Programmer
How can I rename my DLL reference from librarynameLIB to libraryName so that when I reference the dll in vb I can
DIM obj as LibraryName (NOT the default LibraryNameLIB)
I am using vc++ 6
Secondly and don't ask why. How can I setup multiple references to the same library but different objects. For example let say that I have an ATL DLL and it contains two objects, object1 and object2. First I want to reference the library as libraryName not libraryNameLIB...then I want to be able to say reference object1 as library and object2 as lib or something like that...
Any help????
DIM obj as LibraryName (NOT the default LibraryNameLIB)
I am using vc++ 6
Secondly and don't ask why. How can I setup multiple references to the same library but different objects. For example let say that I have an ATL DLL and it contains two objects, object1 and object2. First I want to reference the library as libraryName not libraryNameLIB...then I want to be able to say reference object1 as library and object2 as lib or something like that...
Any help????