From: Jamie M. <ja...@sc...> - 2008-04-03 13:49:37
|
Hi Mark, Getting NPlot to work as an interop dll is not to hard to do. You will have to get the source version of NPlot from the trunk folder from svn. 1. Open the source in visual studio 2. Open the properties page 3. Click on the Build tab 4. Check the "Register for COM interop" checkbox 5. recompile Now you have a dll that you can access from unmanaged C++ using the COM interface. Jamie ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jamie McQuay Scimatic Software Inc. +1.416.529.9069 www.scimatic.com We build software for scientists. On 3-Apr-08, at 6:43 AM, SourceForge.net wrote: > Feature Requests item #1933181, was opened at 2008-04-03 03:43 > Message generated for change (Tracker Item Submitted) made by Item > Submitter > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=821571&aid=1933181&group_id=161868 > > Please note that this message will contain a full copy of the > comment thread, > including the initial issue submission, for this request, > not just the latest update. > Category: None > Group: None > Status: Open > Priority: 5 > Private: No > Submitted By: Nobody/Anonymous (nobody) > Assigned to: Nobody/Anonymous (nobody) > Summary: Unmanaged code wrapper > > Initial Comment: > Great tool! Using it in a program to review historical futures > market trading. > > Does anyone have a wrapper to facilitate using NPlot in unmanaged C+ > +? I'd love to use NPlot in our real time system, but I'm not very > comfortable with interop yet. > > Alternatively, if someone who is comfortable with interop could > sketch it out for me, I could try to write some chunks. > > Thanks. > > - Mark > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=821571&aid=1933181&group_id=161868 > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Nplot-devel mailing list > Npl...@li... > https://lists.sourceforge.net/lists/listinfo/nplot-devel |