Message from discussion
GTK and libraries loading in Windows
MIME-Version: 1.0
Received: by 10.100.131.13 with SMTP id e13mr32170and.6.1244000152894; Tue, 02
Jun 2009 20:35:52 -0700 (PDT)
Date: Tue, 2 Jun 2009 20:35:52 -0700 (PDT)
In-Reply-To: <98117cb9-1358-4502-9321-05450fdb27d6@r33g2000yqn.googlegroups.com>
X-IP: 190.246.29.148
References: <1c77f28c-77ba-41eb-bf47-ceeef949e8ed@v4g2000vba.googlegroups.com>
<f95b042e-eea7-44fa-97b6-4aed46c0dbad@f16g2000vbf.googlegroups.com>
<ccf43d42-915b-4e7e-8e23-b3aabe3a88a5@h18g2000yqj.googlegroups.com>
<98117cb9-1358-4502-9321-05450fdb27d6@r33g2000yqn.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.9.0.10)
Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Message-ID: <d6e23eb3-9ab0-4aa5-ba0e-30c5f62d1c37@a36g2000yqc.googlegroups.com>
Subject: Re: GTK and libraries loading in Windows
From: pocho <elpochodelage...@gmail.com>
To: slate-language <slate-language@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
actually I was thinking in renaming all method names (or slots? not
sure) of
Glib Lib primitives
so that everything whose name starts with 'wrap_' gets renamed (to the
original name, whitout the 'wrap_'). That could be done just after
loading the library, at the end of src/ui/glib/init.slate. Do you
think that's posible?
On 3 jun, 00:27, Timmy Douglas <goo...@timmy.tmbx.com> wrote:
> timmy@timmy-desktop:~/src/slate/cslatevm$ grep -rn 'g_type_name' src/
> grep: src/plugins/.libs/gtk-wrapper.la: No such file or directory
> grep: src/plugins/.libs/glib-wrapper.la: No such file or directory
> grep: src/plugins/.libs/llvm-wrapper.la: No such file or directory
> grep: src/plugins/.libs/gdk-wrapper.la: No such file or directory
> src/ui/glib/lib.slate:16: =A0 =A0 =A0 =A0 =A0 =A0 =A0 (CString g_type_nam=
e(Int))
> src/ui/glib/type.slate:33: =A0 =A0 =A0GLib Lib primitives g_type_name
> applyTo: {t type}
>
> that's probably the easiest way to find all the matches. Sorry, but
> you might have to manually find and replace the matches. Visual Studio
> probably has a find and replace that can help you get all the source
> files.
>
> Since they have underscores in the name, you don't have to worry much
> about them being used in other places.
>