
LINK : error : Internal error during Pass1
Hi,
the pointless program below:
/======================
#include <afxwin.h>
#include <iostream.h>
main()
{
while (1)
cout << GetCapture() << endl;
return(0);
Quote:
}
/===========================
Is giving me the following LINK error:
/=============================
Compiling...
getcap.Cpp
Linking...
LINK : error : Internal error during Pass1
Error executing link.exe.
Tool execution canceled by user.
/============================
Could anyone out there please tell me why??
BR
/Olle