Shoutbox

Microsoft physics illustrator - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Microsoft physics illustrator (/showthread.php?tid=79412)

Microsoft physics illustrator by bobby2000 on 11-27-2007 at 04:11 PM

A reasonably old piece of software now, but the Microsoft_Physics_Illustrator is designed for tablet pcs. i found a link to a version which has been adapted for use on desktops (http://www.ovelho.com/files/Microsoft_Physics_Illustrator.zip) and most other users were able to run it... i get an error stating "the type initializer for 'magic document' threw an exception"

Any ideas?(Y)


RE: Microsoft physics illustrator by Jimbo on 11-29-2007 at 09:01 PM

Google is your friend -.-

quote:
I recently discovered Microsoft Physics Illustrator for Tablet PC by Microsoft Research which seemed very interesting.  On your tablet PC screen you draw things like balls and brick walls and join them with joints, ropes, and rods. Add some forces and see what happens. Unfortunately it is for Tablet PC only.  If you attempt to install the application on a regular PC it will stop with a message saying “Application can only be installed on a Tablet PC”.  But as is my nature I didn’t just stop there.  I found that you can download the source.  The source comes will all the files you need to run the Tablet PC application on your PC… except for the actual Physics Illustrator executable.  That is easily solved by opening the source with the free Visual C# Express.  Visual Basic will automatically convert the C# 2003 source to C# 2005 with no problems.  Compile the application and then in your bin directory you can double click the PhysicsIllustrator.exe and start illustrating physics on your standard desktop.

This works great for getting the feel of the application.  Running the tablet PC application on your desktop can be a little quirky.  Sometimes the UI just stops responding.  You just need to close the application and start again.  Probably not much we can do about that.

Another problem is that all the help files and many of the example files are not included in the source.  Without the help files this application is extremely difficult to figure out. Well we can fix this but it takes a little more work.  Go back and get the physics illustrator installation file (the one that won’t finish installing).  Start the installation.  When you get to  the “Application can only be installed on a Tablet PC” go to your temp directory (usually c:\temp\). You should see a directory named _is2E or something similar containing a file called Microsoft Physics Illustrator for Tablet PC.msi.  Copy this file to a new directory.  Press OK and Finish to cancel the installation.  You now need to extract all the files from the msi file.  You may have your own method but I use Less MSI’rables.  Download Less MSI’rables, extract the files from the zip file, and run lessmsi.exe.  Open Microsoft Physics Illustrator for Tablet PC.msi and extract all the .chm file and all the .physi files.  Do not extract the exe or dll files.  They are not the same as what you compiled with C#.  Place these files in the same directory as the Physics Illustrator executable and your good to go.  Enjoy.

http://rapidshare.com/files/1284020/Microsoft_Phy...lustrator.zip.html




RE: Microsoft physics illustrator by bobby2000 on 11-29-2007 at 10:00 PM

cheers.. but that dosnt explain why when i try to run it i get this:

"the type initializer for 'magic document' threw an exception