[Mono-dev] pInvoke exceptions after installing Mono2.2

2009-02-22 Thread fevans
In release 1.9.1, my pInvoke works, but OpenFileDialog crashes (fixed in 2.2). In release 2.2, OpenFileDialog works, but pInvoke crashes. Technically I can't install Mono2.2, because I don't have root. So I install 1.9.1, then build 2.2 from source and install on top of 1.9.1. So, right off the

[Mono-dev] DllNotFoundException after upgrading to Mono 2.2

2009-02-22 Thread fevans
I'm doing some SWIG pInvoke stuff, which worked until I upgraded to Mono 2.2. Worth noting, my situation forces me to install mono to a non-standard path (I don't have root). I tried adding an entry to the $installpath/etc/mono/config, but no luck. -- View this message in context: http://w

Re: [Mono-dev] C++, COM interop

2009-02-01 Thread fevans
You mentioned you don't want to use SWIG, so its probably foolish of me to comment, but after avoiding swig for years, I've recently had a lot of success in both Windows and Linux. Yes, if you have a lot of exposed methods its work to define the interface files initially, but the results work real

[Mono-dev] Gdal Mono/Linux c# bindings

2008-06-08 Thread fevans
shlib-cop gdal_csharp.dll' Build Procedures: ./configure --without-libtool --prefix=/ssa/users/fevans/apps/gdal-1.5.2 make >& gdal1.5.2.build.log & cd swig make cd csharp make cd $GDAL_SRC_ROOT make install export PATH="/ssa/users/fevans/apps/gdal-1.5.2/bin:$PATH" export

[Mono-dev] gdal/mono/linux; Native bindings, PInvoke, and tracking TypeLoader exceptions

2008-06-05 Thread fevans
First I want to express how impressed I am with how well mono performs (both speed and stability). I'm trying to get native bindings working for gdal 1.5.1 (or any version of gdal) in Linux. If anyone has knowledge of gdal/mono/linux bindings that would be great. If not, then I suppose a g