Discussion:
[mono-vb] .net 4.5 program to Mono
Mario Vitic
2016-05-16 18:19:46 UTC
Permalink
Hello,

I just subscribed now and I hope this is the right list - if not, please
advise.

I coded my own Visual Basic 2015 (Visual Studio 2015) .NET framework 4.5
program.
I'm trying to make it run on Mac.

I did run MoMA scan, and I'm attaching the results (pdf).
So, if I work out these several issues as per the scan, will then my
program run on Mac with 100% functionallity like on Windows ??

Also, I don't know where to start and how to fix methods listed in the Scan?
I mean, how to find replacement/workaround methods that are compatible with
Mono?

Thanks a lot
I.
Rolf Bjarne Kvinge
2016-05-17 08:51:18 UTC
Permalink
Hi,

The only way to make sure your app is running fine on Mac is to actually
run it.

MoMA only tells you about API that doesn't exist or doesn't work on Mono,
it does not tell you about assumptions in your code that are valid on
Windows, but not on Mac (for instance: listing all the files in C:/ will
work fine on all Windows systems, but since that directory does not exist
on Mac, it'll fail).

Regarding the flagged methods in your scan I have no idea; I'd try googling
to figure out how to do exactly what you want to do on Mac.

Best regards,
Rolf
Post by Mario Vitic
Hello,
I just subscribed now and I hope this is the right list - if not, please
advise.
I coded my own Visual Basic 2015 (Visual Studio 2015) .NET framework 4.5
program.
I'm trying to make it run on Mac.
I did run MoMA scan, and I'm attaching the results (pdf).
So, if I work out these several issues as per the scan, will then my
program run on Mac with 100% functionallity like on Windows ??
Also, I don't know where to start and how to fix methods listed in the Scan?
I mean, how to find replacement/workaround methods that are compatible
with Mono?
Thanks a lot
I.
_______________________________________________
Mono-vb mailing list
http://lists.ximian.com/mailman/listinfo/mono-vb
Loading...