Creating and loading a DLL file

Hey guys,
I've been working on trying to load a dll file in my project to make it mroe dynamic, and I was hoping that someone would help me out, you see everytime I try and add the Dll to my project I get a linker 1309 error, which I look up on and apparently they only link a library if it was compiled in clr:safe or something, but if I do that one of two things happen

1. I get about 200 compilaiton errors (which perfectly safe code)
2. it still won't link with my project

Can someone please help me out with this :(
Last edited on
My first guess is that you aren't linking to a prerequisite library. What DLL is it? What compiler\IDE are you using? What Lib are you linking to to use the DLL?
It's a DLL that I have created, I am using VS 2010 and I'm not sure what you mean by the third question, sorry
Topic archived. No new replies allowed.