Re: [Mono-list] Does mono support VC++

2009-10-20 Thread Mike Christensen
Hi - I believe you are mistaken in your terminology. There is no such thing as a "VC++ DLL" or "DLL based on VC++ code". Mono is a framework designed to run managed IL code, which is a CPU agnostic instruction set designed to be cross-platform. A DLL compiled from VC++ code is x86/x64 assembly

Re: [Mono-list] System.DllNotFoundException, but dll is there.

2009-10-20 Thread Lecio
Well.. The libsub was reinstalled and the msg bellow has gone. > Mono-INFO: DllImport error loading library './libUFScanner.so: undefined > symbol: usb_bulk_read'. The App loads normal until the btn that initializes the scanner is clicked, then the mess has start! :_) Chris got the point, th

[Mono-list] Does mono support VC++

2009-10-20 Thread Bharti Mishra
Hi, I am migrating vb.net application onto linux(open suse) platform using mono 2.4.3. I have one dll for printing which is based on 'VC++' code. when have tested this dll through MoMA, it shows "this is not a proper dll". let me know "does mono support VC++ code" or any other solution to resolv

Re: [Mono-list] System.DllNotFoundException, but dll is there.

2009-10-20 Thread Chris Howie
On Tue, Oct 20, 2009 at 8:23 PM, Robert Jordan wrote: > Lecio wrote: >> Oh my.. !! >> >> I had that log after executed, how can I fix that dlls missing ? > > No dll is actually missing. Incorrect, see below. >> Ps.: Arquivo ou diretório não encontrado = File or folder not found >> >> [ ]

Re: [Mono-list] System.DllNotFoundException, but dll is there.

2009-10-20 Thread Robert Jordan
Lecio wrote: > Oh my.. !! > > I had that log after executed, how can I fix that dlls missing ? No dll is actually missing. > Ps.: Arquivo ou diretório não encontrado = File or folder not found > > [ ]'s > > Mono-INFO: DllImport loading library: './libUFScanner.so'. > Mono-INFO: DllImp

Re: [Mono-list] System.DllNotFoundException, but dll is there.

2009-10-20 Thread Lecio
Oh my.. !! I had that log after executed, how can I fix that dlls missing ? Ps.: Arquivo ou diretório não encontrado = File or folder not found [ ]'s Mono-INFO: DllImport error loading library: 'libgdiplus.so.0.so: cannot open shared object file: Arquivo ou diretório não encontrado'.

Re: [Mono-list] System.DllNotFoundException, but dll is there.

2009-10-20 Thread Lecio
I have the UFScanner.dll, but not the libUFScanner.dll. When run on windows works fine. It was a program to manager a fingerprint scanner, I've installed the linux driver and running using mono with windows dll. http://www.nabble.com/System.DllNotFoundException%2C-but-dll-is-there.-td25952202.h

Re: [Mono-list] [MonoDevelop] MonoDevelop 2.2 Beta 2 released

2009-10-20 Thread Lluis Sanchez Gual
El dc 14 de 10 de 2009 a les 12:20 -0700, en/na Mike Christensen va escriure: > Will MonoDevelop 2.2 (final release) support the debugging of Mono web > applications on OS/X? Or will that remain only supported on Linux? Linux and Windows only. > Thanks! > > Mike > > On Wed, Oct 14, 2009 at 12:

Re: [Mono-list] System.DllNotFoundException, but dll is there.

2009-10-20 Thread Robert Jordan
Lecio wrote: > Greetings, > > When I execute a C# app an error of System.DllNotFoundException is returned, > but the dll file is on the same folder that the .exe > > What are happening ? > > [ ]'s > Lecio > > > debian:/media/disk/Linux/exe/bin# mono UFE30_DemoCS.exe > > Unhandled Exception:

Re: [Mono-list] Performance benchmarks - mono vs ms.net

2009-10-20 Thread Thomas Jam Pedersen
Dear Ozgur. Please check this page: www.3djam.com/speed_demo.aspx Here you will find the same program implemented in C++ ASM C# Silverlight C# Java JavaScript Flash And you can compare the speed. The programs are corss platform and will run on both Windows and Linux machines. Source code

[Mono-list] System.DllNotFoundException, but dll is there.

2009-10-20 Thread Lecio
Greetings, When I execute a C# app an error of System.DllNotFoundException is returned, but the dll file is on the same folder that the .exe What are happening ? [ ]'s Lecio debian:/media/disk/Linux/exe/bin# mono UFE30_DemoCS.exe Unhandled Exception: System.DllNotFoundException: UFScanner.d

Re: [Mono-list] Performance benchmarks - mono vs ms.net

2009-10-20 Thread Stifu
Hello, This site benchmarks languages / frameworks: http://shootout.alioth.debian.org/ However, it's Linux specific, so no .NET. But Mono, C++ and Java are there. Of course, you gotta take benchmarks with a grain of salt... Personally, my WinForms apps running on Mono start up and run clearly fa

Re: [Mono-list] using .NET web service issue - does not work on Mac

2009-10-20 Thread Stéphane Zanoni
Using the ICertificatePolicy method works for us for WebServices over SSL, here's a previous post with the same error you describe... http://www.nabble.com/forum/ViewPost.jtp?post=16976432&framed=y gl. Stéphane >>> Vit Ulicny 20/10/2009 10:48 AM >>> Hi Robert, yes I am. If your point i

Re: [Mono-list] using .NET web service issue - does not work on Mac

2009-10-20 Thread Vit Ulicny
Hi Robert, yes I am. If your point is that default setting of Mono is not to trust anyone, I already know that. I've tried 2nd and 3rd option from this website: http://mono-project.com/FAQ:_Security (first article about SSL).Unfotunatly I was not able to run 2nd option. I kind of succeed doing

[Mono-list] Performance benchmarks - mono vs ms.net

2009-10-20 Thread Ozgur Akgun
Hi everyone! I've been following the mono project for several months now. Being a person who feels comfortable with C# as a language, I am very much excited about what it promises to do. Nowadays, I'm mostly convinced that mono has at least the basic functionality ms.net has. The greater question

Re: [Mono-list] using .NET web service issue - does not work on Mac

2009-10-20 Thread Robert Jordan
Hi, Vit Ulicny wrote: > > Sorry it took me so long provide this information. > I got this error: > > Error writing request. > at System.Net.WebConnectionStream.WriteRequest () [0x00207] in > /private/tmp/monobuild/build/BUILD/mono-2.4.2.3/mcs/class/System/System.Net/WebConnectionStream.cs:648

[Mono-list] tips in achieving Code Completion

2009-10-20 Thread mikep-bluefish
Hi everyone Does anyone know how could I achieve source code completion in a text editor project in MonoDevelop? :confused: (like the one in the MonoDevelop source code editor IDE). :-D Any links that could get me started would do fine. -- View this message in context: http://www.nabble