Hey, after a fast look at the source code I noticed the use of
System.Xml.Serialization and System.Windows.Forms which you will not
be able to use as of yet.
I am afraid you wont be able to convert your existing projects that
easly with jsc. What you could do is to create a new project and
explore the available options to find out if all required scenarios
are covered.
There is some cool support coming for Windows Presentation Foundation.
AvalonExampleGallery
[source:svn]
http://jsc.sourceforge.net/examples/avalon/AvalonExampleGalleryFlash.htm
http://jsc.svn.sourceforge.net/viewvc/jsc/examples/actionscript/Avalo...
As a reminder, you might be better off with Silverlight approach.
On May 14, 11:26 am, Mike Aubury <mike.aub...@gmail.com> wrote:
> I've got a few c# programs I've written that I'd really like to run
> through and get something I can stick on a website.
> I've seen some tutorials for creating new projects - but how do I
> convert an existing one ?
> For example - I'd really like to be able to convert this project :
> http://aubit4gl.svn.sourceforge.net/viewvc/aubit4gl/trunk/CalltreeVie...
> and if possible this one :
> http://aubit4gl.svn.sourceforge.net/viewvc/aubit4gl/trunk/remote_ui/C...
> (this would probably need a lot of reworking - as theres a lot of
> network stuff in there)...
> So - where do I start ?
> Also - I saw mention of being able to run this under 'mono' - is there
> any more information about being able to use the tools on Linux
> anywhere ?