View Single Post
  #6  
Old 04-09-2003, 03:39 PM
pjaquiery pjaquiery is online now
Registered User
 
Join Date: 01-19-2003
Location: Dunedin, New Zealand
Posts: 114
Exclamation

After a bit of mucking about and assistance from Kinook I have altered the error counting function I posted to this thread. DevStudio generated null characters in it's compiler log output file and the nulls were getting JScript into a strange state. The new version of the function skips the null characters to "fix" the problem.

I've also included a function that checks for a nasty link error that happens occasionally. In my builds, if I get such and error, I simply retry the compile.

Peter
Reply With Quote