Hi everyone. In the download section, this is posted:
"Note: A special install routine will be available on October 19th which will enable version 12 libraries to work with Mathcad 13."
Any news on this?
Also, for some reason, mathcad update quit working. I get a scripting error. I do not know if someone has changed the script code, but the problem is this line from the WGTemp.vbs file:
CurrVersionNumber = WshShell.RegRead("HKLM\Software\Webup
date\Mathcad12\CurrentVersion")
The reason the script does not work is because there is a space between webup and date. It should read webupdate, but reads webup date. This causes the compiler to think that there is an unterminated string constant (the quote ends after current version as it should, but because of the space, the scripting host thinks it should be after webup.)
Anyhoo, if anyone has a heads up on either of these two issues, I'd be interested in hearing about them.
Thands
Ken
"Note: A special install routine will be available on October 19th which will enable version 12 libraries to work with Mathcad 13."
Any news on this?
Also, for some reason, mathcad update quit working. I get a scripting error. I do not know if someone has changed the script code, but the problem is this line from the WGTemp.vbs file:
CurrVersionNumber = WshShell.RegRead("HKLM\Software\Webup
date\Mathcad12\CurrentVersion")
The reason the script does not work is because there is a space between webup and date. It should read webupdate, but reads webup date. This causes the compiler to think that there is an unterminated string constant (the quote ends after current version as it should, but because of the space, the scripting host thinks it should be after webup.)
Anyhoo, if anyone has a heads up on either of these two issues, I'd be interested in hearing about them.
Thands
Ken