Can someone please tell me what to do with a library object file in visual c++ express? Another programmer developed a set of classes with header files but there are no .cpp files. There is a .dll and a .def along with a library object file. The developer told me that I just need the header file and the dll although I suspect that the others might be needed too. Can you please tell me what to do with these files (apart from the header files. they go into the headers folder) so that I can inherrit and instantiate from the files (of course by using the headers). It is just that I do not know which files implement the functionality that the headers are an interface for (new to C++) and most importantly where to place them.
quintoncoert 131 Posting Whiz in Training
John A 1,896 Vampirical Lurker Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.