Skip to main content
1-Visitor
May 4, 2012
Solved

Mathcad Runtime?

  • May 4, 2012
  • 4 replies
  • 7467 views

Is there any way to pack a Mathcad file as an application that can be run by somebody who doesn't have Mathcad?

Thanks

Best answer by RichardJ

Is there any way to pack a Mathcad file as an application that can be run by somebody who doesn't have Mathcad?

No. Sorry. That is not possible.

4 replies

1-Visitor
May 4, 2012

Maybe you could used VB to call the worksheet, but you would require a license I would have thought.

Mike

23-Emerald V
May 4, 2012

Laurent Muller wrote:

Is there any way to pack a Mathcad file as an application that can be run by somebody who doesn't have Mathcad?

Thanks

There is a server-based version of Mathcad ... see Valery's latest posting http://communities.ptc.com/message/181645#181645

Stuart

24-Ruby III
May 4, 2012

PTC is no longer sells Mathcad Application Server.

24-Ruby IV
May 4, 2012

VladimirN. wrote:

PTC is no longer sells Mathcad Application Server.

... but a lot of Mathcad users use my Mathcad Server.

24-Ruby III
May 4, 2012

Previously been available a free viewer from Mathsoft - Mathcad Explorer (the last version was for Mathcad 8 file format). You can find a link for downloading here: http://communities.ptc.com/message/164132 .

RichardJ19-TanzaniteAnswer
19-Tanzanite
May 4, 2012

Is there any way to pack a Mathcad file as an application that can be run by somebody who doesn't have Mathcad?

No. Sorry. That is not possible.

1-Visitor
May 4, 2012

Thanks. Looks like I'll have to refresh on Fortran......

19-Tanzanite
May 4, 2012

Fortran?! Ugh! I hate that language. Unless you are committed to it for some reason, you may want to take a look at Python. It's free, portable across many platforms, can be run in an interpreter or compiled to byte code, and there are very large numerical, scientific, and engineering libraries available (all free). And, unlike Fortran, it was built for OOP. For a very quick guide, look up "A Byte of Python".