Discussion:
[mono-vb] New to mono
dheeraj2020
2014-09-22 05:54:59 UTC
Permalink
Hi,

I am new to mono,i have a project developed in vb.net.
I want to port it to linux , i used MOMA to analyse my project and here is
the screen shot
<Loading Image...>


i dont have any idea what to do next...pls help me regarding this

Thank you...




--
View this message in context: http://mono.1490590.n4.nabble.com/New-to-mono-tp4663978.html
Sent from the Mono - VB mailing list archive at Nabble.com.
何子杰Hzj_jie
2014-09-22 05:59:43 UTC
Permalink
the MOMA tool just shows if any libraries or functions have not been implemented by Mono. so you properly would like to start from having a look at which are missing in mono, and try to avoid to use them in your code.

.Hzj_jie
Date: Sun, 21 Sep 2014 22:54:59 -0700
Subject: [mono-vb] New to mono
Hi,
I am new to mono,i have a project developed in vb.net.
I want to port it to linux , i used MOMA to analyse my project and here is
the screen shot
<http://mono.1490590.n4.nabble.com/file/n4663978/scrn_sht.png>
i dont have any idea what to do next...pls help me regarding this
Thank you...
--
View this message in context: http://mono.1490590.n4.nabble.com/New-to-mono-tp4663978.html
Sent from the Mono - VB mailing list archive at Nabble.com.
_______________________________________________
Mono-vb mailing list
http://lists.ximian.com/mailman/listinfo/mono-vb
dheeraj2020
2014-09-23 05:48:08 UTC
Permalink
I have 1000+ P/Invokes in my project ,is there any automated way to sort this
out,i removed some invokes from my project but it is not working.....and
also in my project i have used 3rd party win forms, some .dll files. will
MONO help me out in porting to linux? any suggestions plsss.....



--
View this message in context: http://mono.1490590.n4.nabble.com/New-to-mono-tp4663978p4663997.html
Sent from the Mono - VB mailing list archive at Nabble.com.
何子杰Hzj_jie
2014-09-23 08:47:53 UTC
Permalink
Unfortunately, P/invokes are usually not supported.

.Hzj_jie
________________________________
From: dheeraj2020<mailto:***@outlook.com>
Sent: ‎23/‎9/‎2014 13:48
To: mono-***@lists.ximian.com<mailto:mono-***@lists.ximian.com>
Subject: Re: [mono-vb] New to mono

I have 1000+ P/Invokes in my project ,is there any automated way to sort this
out,i removed some invokes from my project but it is not working.....and
also in my project i have used 3rd party win forms, some .dll files. will
MONO help me out in porting to linux? any suggestions plsss.....



--
View this message in context: http://mono.1490590.n4.nabble.com/New-to-mono-tp4663978p4663997.html
Sent from the Mono - VB mailing list archive at Nabble.com.
dheeraj2020
2014-09-23 09:35:09 UTC
Permalink
is there any way to convert P/Invokes that can be supported by mono,



--
View this message in context: http://mono.1490590.n4.nabble.com/New-to-mono-tp4663978p4664002.html
Sent from the Mono - VB mailing list archive at Nabble.com.
Miguel de Icaza
2014-09-23 12:45:46 UTC
Permalink
Hello,

You need to study each P/Invoke and figure out why this was required on
Windows.

When you talk about "hundreds" of P/Invokes, it sounds like this was a UI
control, those typically did a lot of those to achieve special effects.

Those usually have no corresponding mapping on Unix or Mac (for that
matter, they are actually highly dependent on the underlying window manager
and toolkits available).

So that would be a case where you need to rethink exactly what the code is
trying to do and find alternatives.

Miguel
Post by dheeraj2020
is there any way to convert P/Invokes that can be supported by mono,
--
http://mono.1490590.n4.nabble.com/New-to-mono-tp4663978p4664002.html
Sent from the Mono - VB mailing list archive at Nabble.com.
_______________________________________________
Mono-vb mailing list
http://lists.ximian.com/mailman/listinfo/mono-vb
Loading...