cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

How to check the source code

TT_12301010
9-Granite

How to check the source code

I'm thinking of creating a program that I used to run in Mathcad14 in C language.

So, is there a way to check the Mathcad source code?

Also, I'd appreciate any advice on creating it in C language.

-----------------------------------------------------------------------------

Translated the text from Japanese to English using Google translate.

Subject - ソースコードの確認方法

Body -  Mathcad14で動かしていたプログラムをC言語でも作成しようと考えています。

そこで、Mathcadのソースコードを確認する方法はありますか?

また、C言語で作成するにあたってアドバイスがあればお願いします。

- By Community Moderation Team

-----------------------------------------------------------------------------

ACCEPTED SOLUTION

Accepted Solutions
LucMeekes
23-Emerald III
(To:TT_12301010)

The short answer is: No

 

Mathcad has no provision to translate user programs to C. And the source code of Mathcad is proprietary information to PTC.

You also cannot call Mathcad functions in your C code, except for the published functions and macros listed in the developer reference.

 

To translate your Mathcad program to C is a manual process.

 

Success!
Luc

View solution in original post

2 REPLIES 2
LucMeekes
23-Emerald III
(To:TT_12301010)

The short answer is: No

 

Mathcad has no provision to translate user programs to C. And the source code of Mathcad is proprietary information to PTC.

You also cannot call Mathcad functions in your C code, except for the published functions and macros listed in the developer reference.

 

To translate your Mathcad program to C is a manual process.

 

Success!
Luc

ありがとうございます。

Announcements

Top Tags