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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Mathcad Prime 3.1 SDK

VladimirN
24-Ruby II

Mathcad Prime 3.1 SDK

Mathcad Prime 3.1 SDK.

 

3 REPLIES 3
PhilipOakley
5-Regular Member
(To:VladimirN)

Some interesting points:

  1. the new API now allows units to be passed.
  2. You can also pass expressions, though they are in Ruby (yet another language to learn 😉
  3. The SDK (software development kit) can also generate simple C++ code for the expressions (don't think it embeds internal mathcad code though)
  4. Now just need Prime 3.x to have the full V15 capability 😉

Hi Philip,

Thank you for your interesting comments.

Here are some useful links for the study:

1. "Microsoft Developer Network (MSDN)":

https://msdn.microsoft.com/en-us/library/windows/desktop/aa366757(v=vs.85).aspx

2. "Component Object Model (Wiki COM)":

http://en.wikipedia.org/wiki/Component_Object_Model

3. "The programming language Ruby":

https://www.ruby-lang.org/en/

Top Tags