HI,
I've just begun dabbling in this aspect of C and I was wondering if there was any hard and fast way of importing a DLL in to another C-program?? When I compile the DLL it produces a *.a and a *.def file(using mingw compiler). Do these files have to be any where specific?
If anyone could gimme a quick and easy few steps to importing a library in to a program it would be great!!