Mathcad Prime 3.1 SDK
May 14, 2015
06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 14, 2015
06:49 AM
Mathcad Prime 3.1 SDK
Mathcad Prime 3.1 SDK.
365d82de39d7a_Mathcad_Prime_3.mp4
Video Player is loading.
Current Time 0:00
/
Duration 0:00
Loaded: 0%
0:00
Stream Type LIVE
Remaining Time -0:00
1x
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.
Labels:
- Labels:
-
Other
3 REPLIES 3
May 16, 2015
05:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 16, 2015
05:38 PM
Some interesting points:
- the new API now allows units to be passed.
- You can also pass expressions, though they are in Ruby (yet another language to learn 😉
- The SDK (software development kit) can also generate simple C++ code for the expressions (don't think it embeds internal mathcad code though)
- Now just need Prime 3.x to have the full V15 capability 😉
May 18, 2015
05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 18, 2015
05:21 AM
Hi Philip,
Thank you for your interesting comments.
May 18, 2015
06:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 18, 2015
06:02 AM
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":
