You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: The error occurred when i commented out line 25, with line 25 active the program compiles with the line commented out i get a crash report and a error message stating:
Please see Issue 2989. There are full dumps and source all zipped up, including the Windbg analysis. There should be more than enough information for someone with the LD.exe source to trace the problem.
Edit: The error occurred when i commented out line 25, with line 25 active the program compiles with the line commented out i get a crash report and a error message stating:
collect2.exe: error: ld returned 5 exit status
Line 25 is a normal function call:
lh = Exp();
The application reported this:
here is the source i tried to compile:
The text was updated successfully, but these errors were encountered: