cmcgowan1225 / o2platform

Automatically exported from code.google.com/p/o2platform
0 stars 0 forks source link

O2 GUI doesn't work on Mono in OSx #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To be cross-platform O2 should run in multiple platforms like OSx or Linux. 
Mono is currently 
very mature and after some refactoring of the O2 code, it seems that the only 
problem is in the 
GUI component used.

What steps will reproduce the problem?
1. Checkout O2 Platform on OSx using MonoDevelop 
(http://o2platform.googlecode.com/svn/trunk)
2. open (for example) the solution 
http://code.google.com/p/o2platform/source/browse/trunk/O2%20-
%20All%20Active%20Projects/O2Core/O2/O2.sln
3. Run solution

What is the expected output? What do you see instead?
Same as in Windows, the GUI should open and the O2's Ascx should all work

For more details see blog post http://diniscruz.blogspot.com/2010/01/o2-on-mono-
monodevelop-and-osx.html (http://bit.ly/6tbRzd) or mono-list entry 
http://lists.ximian.com/pipermail/mono-list/2010-January/044148.html 
(http://bit.ly/5Ucwk2)

Original issue reported on code.google.com by dinis.cr...@gmail.com on 8 Jan 2010 at 1:26