[Gtk-sharp-list] Integrating GTK# classes/namespaces into MS Visual Studio .NET

Steve Deobald steve@citygroup.ca
Tue, 20 Apr 2004 13:26:31 -0600 (CST)


richard_staff@bankone.com said:
> iconv.dll is an already existing .NET Framework DLL, and I definitely do
> not want to replace it with GTK's thru a dumb drag-n-drop move on my
> ...
> Suggestions?  Rick  :-(

I've never had trouble with iconv.dll before, but I have found that with
DLL's which give you `missing entry point' complaints that you can first
reference the mono/GTK/# version in your project and then attempt to
compile/run. If this gives you any trouble (which it might), dump the
mono/GTK/# version of the DLL you need into your \bin\debug or
\bin\release directory with the assembly you just compiled, then try
running again. You should never have to overwrite Microsoft's DLL's in the
GAC, but you are safe to play within your own project space.

Hope this helps!

.steve