Re: What's new in .NET/Link 1.2.0?
- To: mathgroup at smc.vnet.net
- Subject: [mg56411] Re: What's new in .NET/Link 1.2.0?
- From: "Hans Michel" <hmichel at sdc.cox.net>
- Date: Sun, 24 Apr 2005 03:29:02 -0400 (EDT)
- References: <d4ame6$jj4$1@smc.vnet.net>
- Reply-to: "Hans Michel" <hmichel at sdc.cox.net>
- Sender: owner-wri-mathgroup at wolfram.com
Javier: One item of issue that was fixed was the GDI+ error when exporting Graphics. I would urge you to upgrade. At least to fix the GDI+ error. You can see what the difference is between source code of 1.0.0 and 1.2.0 and fix just the GDI+ error in 1.0.0. This explains why some things don't work for you. I am happy that I did not have the time to answer your previous questions, because it would have been futile. But the code I sent you previously works with 1.2.0. In 1.0.0 any graphic you need to export first you have to create a bitmap object as a place holder. Copy the graphic from Mathematica output to the bitmap object and then use that as an output. If you look at previous post on this subject it should help explain why code works for me but now you. Hans "Javier Chicote" <goraperas at hotmail.com> wrote in message news:d4ame6$jj4$1 at smc.vnet.net... > Hi, > > Actually I am using .NET/Link 1.0.0 in my web application for interacting > with Mathematica, and I saw at > http://www.wolfram.com/solutions/mathlink/netlink/ that there is available > the .NET/Link 1.2.0 version. > > I would like to know which improvements have been made in the new version, > specially those concerning the MathKernel class. > > Thanks, > > Javier Chicote > >