From: SourceForge.net <no...@so...> - 2006-12-27 08:08:29
|
Feature Requests item #1622689, was opened at 2006-12-27 03:34 Message generated for change (Comment added) made by anmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821571&aid=1622689&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: Pawel Konieczny (konieczp) Assigned to: Nobody/Anonymous (nobody) Summary: NPlot supporting .NET 2.0 Initial Comment: Regretfully, the latest release of NPlot (0.9.10.0) cannot be compiled for .NET 2.0 (at least, not "out of the box"), although version 0.9.2.0 could be compiled OK. It would be good to: 1. At least make NPlot to be able to be compiled in both .NET 1.1 and 2.0 as it was before. 2. Start developing for .NET 2.0 (a branch?, add-on project?...) I have numerous patches in my outbox with performance and usability improvements (like new interactors and plot types) but they are .NET 2.0 specific. //Pawel ---------------------------------------------------------------------- >Comment By: Angel Marin (anmar) Date: 2006-12-27 09:08 Message: Logged In: YES user_id=627967 Originator: NO It compiles for .NET 2.0 without problems here, the distribution zip contains 2.0 binaries under 'bin/net/2.0/' folder. What errors are you getting?, which of the supported compile methods are you using? With nant if would be: 'nant t:net-2.0 release' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821571&aid=1622689&group_id=161868 |