Quote Originally Posted by RedRobNHood View Post
This time however I want to link using an external DLL.
When you want to link with external dll, you actually link with import library properly made for the dll. Otherwise you have to manually resolve at runtime any symbol in use.