Hi there.
I have a dll and a client app which uses it.
When dll functions are defined in a header file everything works fine.
When they are defined in the source file, I get unresolved references for
those functions when I try to build the client app.
This is a debug build, and I am not using function inlining.
Any pointers appreciated.