| | |
C# in Linux - mono
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
We're trying to get our C# program to work on linux. We just loaded into Mono, and it compiles fine but the form doesn't appear. Anyone know what? Does it have something to do with it being a "windows form"?
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.
-Edsger Dijkstra
-Edsger Dijkstra
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
I have gotten Windows Forms to work under mono before.
Are you using any of the winapi as well?
Take a look at the mono migration analyzer, it should most likely tell you what could be wrong.
http://www.mono-project.com/MoMA
Are you using any of the winapi as well?
Take a look at the mono migration analyzer, it should most likely tell you what could be wrong.
http://www.mono-project.com/MoMA
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
yes mono is working.
I ran the app through MoMa and it said something about one of our methods not being supported but no big deal. Just a simple cursor_clip.
But we still get compile errors that don't show up in MoMa. It has something to do with the program using system.
Here's our code if anyone with linux experience gets a chance to try it in mono.
I ran the app through MoMa and it said something about one of our methods not being supported but no big deal. Just a simple cursor_clip.
But we still get compile errors that don't show up in MoMa. It has something to do with the program using system.
Here's our code if anyone with linux experience gets a chance to try it in mono.
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.
-Edsger Dijkstra
-Edsger Dijkstra
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
Compile errors?
I thought your first post said you didn't get any compile errors. Are you getting any error or just the form doesn't show up?
I thought your first post said you didn't get any compile errors. Are you getting any error or just the form doesn't show up?
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
Feel free to post the errors if you need assistance with them.
Once it is all straightened out with them, let me know what the result is on mono.
Once it is all straightened out with them, let me know what the result is on mono.
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
They're both on Line 1
It says one is associated with Form1.resx and the other is Resources.resx
c# Syntax (Toggle Plain Text)
Using System
It says one is associated with Form1.resx and the other is Resources.resx
Last edited by Duki; Sep 17th, 2008 at 4:29 pm.
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.
-Edsger Dijkstra
-Edsger Dijkstra
![]() |
Similar Threads
- Which language to learn? (Computer Science)
- Anyone ever switch from Linux to .NET Programming in their career? (IT Professionals' Lounge)
- Install .Net to linux server?? (VB.NET)
- Good Linux software (*nix Software)
- Asp.Net and Web Services on Linux (ASP.NET)
- Dynamic web pages? Which will exist? (IT Professionals' Lounge)
- Hosting a windows webpage on a linux server (Linux Servers and Apache)
- Mono project brings .NET to Linux (*nix Software)
- Linux Audio Streaming (live!) using Ices and Icecast (*nix Software)
Other Threads in the C# Forum
- Previous Thread: Delete - charcode?
- Next Thread: Startup Project in VS2005
| Thread Tools | Search this Thread |
.net 2007 access ado.net algorithm array barchart bitmap box broadcast buttons c# check checkbox client color combobox control conversion csharp custom database databaseconnection datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format formbox forms function gdi+ httpwebrequest image index input install java label list listbox listener mandelbrot math mouseclick msword mysql opening operator parse path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox save saving serialization server sleep socket sql statistics stream string table tcp temperature text textbox thread time timer update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






