I am in the starting stage of programming.
I have created a .dll file. I want to link it in an .exe file. I have used the __declspec(dllimport) function, but it shows some error. How can I link the .dll to the .exe.
Please help me...
Thanks in Advance...