I have the library called Serial.dll
that containts the file Serial.def
that looks like this:
EXPORTS
ValidateSerial
GenerateSerial
I want to import the function GenerateSerial
in my C++ Win32 application. I searched on the internet topics about using DLLs but I can't get the idea... Can anybody help me?