Results 1 to 3 of 3

Thread: Windows Mono runtime application problem

  1. #1
    Join Date
    May 2008
    Posts
    222

    Windows Mono runtime application problem

    My project requirement falls into an application against the windows mono runtime and it should run on Linux, OSX, etc.. and but the developing such application becomes more complicated, and on top of that we have decided to use GTK# so that we don't need to deal with WinForms. Is there then an easy way to bundle the Windows Mono runtimes with my Windows version of the application so that it can all be installed at once? and what will be the minimum runtime mono applications will take?

    Regards

  2. #2
    Join Date
    Oct 2008
    Posts
    167

    Re: Windows Mono runtime application problem

    I will suggest some points when you are developing an application with the Windows Mono

    1. First Do Not to use platform API.
    2. Don't use hardcode directory & file name separators, i.e. it will be needless to hardcode file paths, instead of that you may use appropraite class to obtain path separator then concat the names it will minimize the level of errors
    3. And also Keep in mind that file names which will have an *nx are case sensitive and on Windows are not. While programming don't refer to the same file as log.txt and this Log.txt will maintain all the related logs but keeps it all small.

  3. #3
    Join Date
    Dec 2008
    Posts
    183

    Re: Windows Mono runtime application problem

    If you are concerned about the the mono application runtime then runtime sizes are not very important for established technologies, this is because once a technology is widely distributed then the typical user would be surprised to not find it on a machine, the fact that the article doesn't actually compare the JDK with Mono, it specifically mentions that such a comparison would not be fair.

Similar Threads

  1. nfsw.exe runtime error problem with Windows Vista
    By Laboni in forum Video Games
    Replies: 4
    Last Post: 30-07-2010, 01:44 AM
  2. EventType clr20r3 -VB.Net Application runtime error
    By Zeverto in forum Software Development
    Replies: 3
    Last Post: 16-06-2009, 10:35 AM
  3. Replies: 3
    Last Post: 22-05-2009, 03:05 PM
  4. Replies: 3
    Last Post: 22-04-2009, 11:02 PM
  5. How to pass runtime arguments to JAVA Application
    By Nihar Khan in forum Software Development
    Replies: 2
    Last Post: 30-03-2009, 01:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,556,241.77951 seconds with 17 queries