|
-
June 3rd, 1999, 01:44 PM
#1
LINK ERROR MESSAGE, please help
what does this mean, and how do I fix it?
LINK : fatal error LNK1168: cannot open Debug/turbidostat.exe for writing
Error executing link.exe.
It happened after I first commented out this line:
pMainFrame->ShowWindow(m_nCmdShow);
then took out the comment bars --> "//"
-
June 3rd, 1999, 03:11 PM
#2
Re: LINK ERROR MESSAGE, please help
It means that the exe file was in use when it tried to delete the existing one so it could create the new one. Possiblities are:
1) Your exe running.
2) your exe is running without a main window visible check task manager.
3) you have the exe open in devstudio as a resource file.
HTH,
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|