Showing results 1 to 22 of 22 @ 0.00 seconds. Search: Posts Made By: keks-n
Forum: Applications 2011-06-08, 18:30
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

1. Yes, you have to use P/Invoke. There are some code for integration with Hildon desktop, but it has been written for Maemo 4 and now it's outdated.

2. The only difference between packaging mono...
Forum: Games 2011-06-08, 18:14
Replies: 11
Views: 3,473
Posted By keks-n
Re: SpaceChem - How do I...

Try to install the archive via dpkg -i and then run apt-get install -f
Forum: Games 2011-06-08, 18:12
Replies: 11
Views: 3,473
Posted By keks-n
Re: SpaceChem - How do I...

Can you provide us the exe file? I suspect that it uses Tao framework which isn't built for N900 yet.
Forum: Applications 2011-05-28, 07:22
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Try to use hildon-gtk-window-set-portrait-flags (http://maemo.org/api_refs/5.0/beta/hildon/hildon-Additions-to-GTK+.html#hildon-gtk-window-set-portrait-flags) via P/Invoke.
Forum: Applications 2011-05-24, 10:44
Replies: 63
Views: 32,649
Posted By keks-n
Forum: Applications 2011-05-23, 17:10
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Does it throw an exception or just "catch" SIGSEGV? Please, try to log which exception is thrown.
Forum: Applications 2011-05-12, 14:57
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Guys, please, vote for the package (http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/monodevelop/2.5.90-1maemo5/). It seems to be almost stable.
Forum: Applications 2011-05-09, 08:29
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

It looks like that you need documentation for GTK#.

Try these links:
http://www.mono-project.com/GtkSharpBeginnersGuide
http://www.go-mono.com/docs/index.aspx?link=root:/classlib-gnome...
Forum: Applications 2011-05-04, 12:30
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

I also tried to get subversion working but it looks like that something is broken in libsvn_client because svn itself also fails with SIGSEGV.
Forum: Applications 2011-05-04, 12:28
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Update: new version supports Nokia's terminal. It's quite strange, so I have to generate startup script on the fly.
Forum: Applications 2011-05-04, 06:51
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Use "mono Lsxtest.exe". I haven't packaged binfmt support yet.


Install xterm. I'll add it to dependencies.


Do you use it in fullscreen mode? I have the same problems in fullscreen and have...
Forum: Applications 2011-05-03, 18:44
Replies: 63
Views: 32,649
Posted By keks-n
Forum: Applications 2011-05-03, 05:12
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Please, launch it from console and provide the full log. It's compiled with debugging symbols so I will be able to determine where is the source of this exception.
Forum: Applications 2011-05-02, 16:26
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Sorry, I forgot to add this package to dependencies. Installing libgtk-dnd should fix the problem.
Forum: Applications 2011-05-02, 15:06
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Check that the library from /opt/gtk-dnd is preloaded. It enables drag-n-drop feature.
Forum: Applications 2011-05-01, 22:19
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

It fails here:
if [ -x /usr/share/cli-common/gac-install ]; then
/usr/share/cli-common/gac-install mono
fi

The first line of "/usr/share/cli-common/gac-install":
#!/bin/bash


It...
Forum: Applications 2011-05-01, 21:08
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Ehm. Try to install mono-complete first. May be there is too many packages. Now I'll try to install it on the clean system.
Forum: Applications 2011-05-01, 17:42
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Today updates:

1) Compiled xsp (now you can run and debug ASP.NET)
2) Fixed code that opens hyperlinks
3) Disabled loading of damn hildon GTK theme. It fixes all issues with black text on black...
Forum: Applications 2011-05-01, 15:26
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Yes, there is basic C/C++ support (building, syntax highlighting, go-to-definition). But you still need GCC. And I haven't compiled gdb support extention, so there is no debugger for it.


What...
Forum: Applications 2011-05-01, 12:21
Replies: 63
Views: 32,649
Posted By keks-n
Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Compiler and debugger are included. You can see it in work on the video from the first post.
Forum: Applications 2011-05-01, 08:34
Replies: 63
Views: 32,649
Posted By keks-n
[Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET

Hi.
I've managed to compile Mono 2.10.1 and MonoDevelop (http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/monodevelop/2.5.90-1maemo4+1/). I've resolved most issues...
Forum: General 2011-04-30, 15:23
Replies: 4
Views: 3,705
Posted By keks-n
Re: MonoDev on N900

Wow. The results of my efforts with mono are discussed here.
BTW, now you can get Mono 2.10.1 and Monodevelop 2.6 Beta 2 from extras-testing. There is a video with a short demonstration of the GUI...
Showing results 1 to 22 of 22



 
Forum Jump

All times are GMT. The time now is 00:54.