vala Questions

2

Solved

I'm trying to fill a Libgee HashMap where each entry has a string as key, and a function as value. Is this possible? I want this sort of thing: var keybindings = new Gee.HashMap<string, functio...
Irremissible asked 26/5, 2011 at 22:0

1

Solved

I am developing small command line utilities using Vala on win32. Programs compiled using vala depend on the following DLLs libgobject-2.0-0.dll libgthread-2.0-0.dll libglib-2.0-0.dll They ar...
Yahweh asked 16/3, 2011 at 22:4

1

I read its documentation and it seems quite awesome. But I never heard of any application developed using it. What are the main advantages and disadvantage of Vala?
Sherwood asked 8/3, 2011 at 3:2

1

Solved

The Vala language compiler can handle a very different looking syntax, Genie, which arguably could be considered a different language or an alternative syntax for one language. AFIK, anything you c...
Medicine asked 2/2, 2011 at 22:56

1

Solved

How do I access environment variables in Vala? (as above) it seems simple, but I can't find how g_getenv() is mapped into Vala.
Ilyssa asked 21/12, 2010 at 1:6

2

Solved

The problems parsing C++ are well known. It can't be parsed purely based on syntax, it can't be done as LALR (whatever the term is, i'm not a language theorist), the language spec is a zillion page...
Bullet asked 27/11, 2010 at 4:45

2

Solved

I'm trying to make a simple app with glade/gtk/vala. So far I have this: using Gtk; class HelloWorldApp : GLib.Object { const string UI = "test.glade"; public Window main_window; [CCode (insta...
Parachute asked 18/8, 2010 at 12:13

1

Solved

I am trying to create python bindings to a vala library using pygi with gobject introspection. However, I am having trouble generating the GIR files (that I am planning to compile to typelib files ...
Skipper asked 13/6, 2010 at 0:6

4

Solved

I am trying to create a Vala project to see how i like developing with the language as a possible replacement for Mono. I think that the automake stuff can be used to generate a project template wi...
Opium asked 1/8, 2009 at 17:10

2

Solved

Has anyone tried writing a pidgin or libpurple plugin in Vala? From a quick look at the Vala homepage it seems like it would be a great language for it, and make a good opportunity to learn Vala, b...
Achates asked 16/9, 2009 at 17:11

3

Solved

One of the only languages that compiles to a high level language such as C, Vala has interested me for quite a bit. I've been wanting to start a small project with it, but I've been wondering how I...
Lucania asked 2/2, 2010 at 23:46

3

Solved

I'm a C# developer who stumbled across a new programming language for linux called vala. It has almost exactly the same syntax as C#, which is awesome. I never really was a big fan of Mono. This al...
Paredes asked 17/3, 2009 at 1:29

© 2022 - 2024 — McMap. All rights reserved.