Got error when try to compile a dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I got the following error message when compiling a dll, after this dll has
been compiled with calling project:

"fatal error LNK1168: cannot open mylib.dll for writing"

Realized that the file is being locked by the invoking project , but not
sure why. Any thoughts?


Thanks,
J
 
Jay said:
I got the following error message when compiling a dll, after this dll has
been compiled with calling project:

"fatal error LNK1168: cannot open mylib.dll for writing"

At the risk of asking the obvious, are you sure that all instances of all
executables that load your DLL have exited?

Regards,
Will
 
Back
Top