Hi there,
I am probably making an obvious mistake here but here goes.
I am trying to create a DLL. I used the MFC dll application project wizard and have added in my code. When I come to build it I get LINK : fatal error LNK1104: cannot open file "MyLib.lib" where MyLib is the name of the dll I'm trying to make.
The MSDN info for the error number doesn't say anything that seems useful to me cause it's talking about adding in other librarys not making a new on so I'm very confused.
Could anyone please offer me any help or advice on this.
Thanks
M
I am probably making an obvious mistake here but here goes.
I am trying to create a DLL. I used the MFC dll application project wizard and have added in my code. When I come to build it I get LINK : fatal error LNK1104: cannot open file "MyLib.lib" where MyLib is the name of the dll I'm trying to make.
The MSDN info for the error number doesn't say anything that seems useful to me cause it's talking about adding in other librarys not making a new on so I'm very confused.
Could anyone please offer me any help or advice on this.
Thanks
M