Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Viewing all articles
Browse latest Browse all 5691

Referencing a function from outside as well as inside when creating a DLL

$
0
0

I am creating a DLL.

I have a function that will be referenced from outside as well as inside.

For it to be referenced from outside, I have used DLLEXPORT. But then the inside referenced don't link and conplain with LNK2001 error i.e. unresolved external symbol for that function.

How can I fix this situation? Please help!


Viewing all articles
Browse latest Browse all 5691

Trending Articles