Home Forums Support Suggestion

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2894
    Anonymous
    Inactive

    Hello Guys,
    here is no suggestion area so I just post it here:
    If you add exambles and tutorials, may add the full projects
    and not c/p stuff.
    A Project Download and a Documentation within (comments)
    would be better to read 🙂

    ,greetings

    #2895
    Anonymous
    Inactive

    additional to my suggestion:
    may add some exambles (doesnt matter if easy or not)
    for linux would be awesome 🙂 [means the server application for linux (debian) and the client for windows]

    • This reply was modified 9 years, 8 months ago by .
    #2899
    Anonymous
    Inactive

    Hey Georg,

    We already include a very large number of ready to run examples in all of our downloadable bundles. We include examples for all of our supported platforms including windows and linux (under Mono).

    Regards,
    Marc

    #2902
    Anonymous
    Inactive

    there is an examble for linux ? o.o

    -Andriod
    -WinRT
    -iOS
    -WP8

    cant be opened with VS 2012 or VS 2013 Ultimate
    In case if Wp8 is Linux based Oo

    #2904
    Anonymous
    Inactive

    You need to ensure you have the suitable SDK kits installed, i.e.

    Android – requires Xamarin.Android
    iOS – requires Xamarin.iOS
    WinRT – requires the WinRT SDK
    WP8 – requires the WP8 SDK

    All examples run in linux as provided but as you probably know you must have the mono package installed to run .net code from within linux.

    Regards,
    Marc

    #2909
    Anonymous
    Inactive

    yeh i know that I need to have mono on my server, onliest point Im confused on, is howto compile a .NET application for linux with VS, never worked with C# on Linux o.o’

    #2911
    Anonymous
    Inactive

    You compile as normal using visual studio. Copy the executable files to linux and then run them using:

    mono [yourExecutableHere.exe]

    For more information please see http://www.mono-project.com/docs/getting-started/mono-basics/

    Kind regards,
    Marc

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.