Linux and others Platforms

Post Reply
MaxM74
Posts: 2
Joined: Thu Sep 29, 2016 6:40 pm

Linux and others Platforms

Post by MaxM74 » Thu Sep 29, 2016 10:09 pm

Hi.
Someone has tried to make porting code on other platforms like Linux, Mac, Android ?
I have to take a look to source code, but i think can be possible especially under Linux platform.

Thanks.

Linux and others Platforms

Advertisment
 

wolfman
Posts: 6
Joined: Sun Apr 06, 2014 4:51 pm

Re: Linux and others Platforms

Post by wolfman » Mon Oct 10, 2016 7:26 pm

I did not try, but here is a hint how to port .net code to Mac or Linux nowadays:

Xamarin

Xamarin now belongs to Microsoft and is free for Microsoft developers.
In Xamarin studio you can compile .net code for different platforms. You have to adapt UI code but it is no longer impossible like years ago.

Xamarin still uses .net code but it comes with a extended mono framework to run the .net code on different plattforms.
So i managed to port .net code to iOS and Android, but Mac and Linux shoud also work.

here is a sample for .net programming on Mac:
https://developer.xamarin.com/guides/ma ... ello,_mac/

I think many people would be happy if anyone takes the effort and helps making digicamcontrol Mac- or Linux-ready.

-wolfman-

Post Reply