How to import a dll in an exe file without including the header file in visualC++ 2008?

41 Views Asked by At

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...

0

There are 0 best solutions below