[Gtk-sharp-list] ok you got me, I'm lost!

Jonathan Pryor jonpryor@vt.edu
Tue, 17 Feb 2004 20:02:44 -0500


Below...

On Tue, 2004-02-17 at 12:08, Craig Williams wrote:
<snip/>
> How did you guys learn this ? The docs are well non existant as far as do
> you use glade or something else or art? Maybe it will help if I tell you I
> want to develop a gui that doesn't conform to any present standards but must
> run inside gnome.

Years of Windows development and reading MSDN.  More the latter, though
plenty of the former occurred as well.  It's "well known" that PATH is
searched for DLLs.  The application's directory is also searched now,
but that wasn't the case ~10 years ago, IIRC.

I've also been using/learning parts of .NET since the betas, and the
distinction between shared and private assemblies is well documented in
MSDN and in .NET-related books.

 - Jon