Re: [Mono-dev] gluing C code into my apps

2006-01-08 Thread Robert Jordan
Hi, I recently asked a question about parallel port acces in mono, and it was suggested that I "glue" some C code into my apps. This is what I originally though that I might have to do but there is one problem. How do I use C code within my C# apps? Do i have to call an external progam or can i

[Mono-dev] gluing C code into my apps

2006-01-08 Thread Lukas
Hello, I recently asked a question about parallel port acces in mono, and it was suggested that I "glue" some C code into my apps. This is what I originally though that I might have to do but there is one problem. How do I use C code within my C# apps? Do i have to call an external progam or can i

Re: [Mono-dev] Building under Win32

2006-01-08 Thread Angel Marin
Hi, Paul escribió: Hi, A while back, someone on here pointed me at a cracking piece on the O'Reilly network which very clearly detailed how to build Mono under Win32 (yes, I know there is someone on the mono website about building). I've just spent the last 10 minutes fruitlessly looking for i

[Mono-dev] RE: Your recent commit.

2006-01-08 Thread Miguel de Icaza
Hey, Ignore my previous message; They were only the pragmas that had the problem, and they are not much of an issue. > Hello Miguel, > > Sorry, I missed several changes where I removed warning suppressions > from the global scope. Those fail compilation on csc 1.1 even if inside > the #ifde

[Mono-dev] Building under Win32

2006-01-08 Thread Paul
Hi, A while back, someone on here pointed me at a cracking piece on the O'Reilly network which very clearly detailed how to build Mono under Win32 (yes, I know there is someone on the mono website about building). I've just spent the last 10 minutes fruitlessly looking for it. Does anyone have th

[Mono-dev] RE: Your recent commit.

2006-01-08 Thread Konstantin Triger
Hello Miguel, Sorry, I missed several changes where I removed warning suppressions from the global scope. Those fail compilation on csc 1.1 even if inside the #ifdef NET_2_0 blocks. Please let me know if this is not appropriate, so I'll put them back and think about an alternative solution. Rega

Re: [Mono-dev] windows.forms crash under osX using darwinports

2006-01-08 Thread Paul F. Johnson
Hi, > I got mono with all libs from darwinports. After fixing the dllmap > in /opt/local/etc/mono/config I got it to run, but it crashes > somewhere in memory management :(. I append a fairly detailed > Crashreport from the osX CrashReporter below. Which version of mono are you using? TTFN

RE: [Mono-dev] UrlEncode difference in dotnet and mono

2006-01-08 Thread Andrew Skiba
Hi Ben. You wrote > A much better test > would be to copy to proposed impl into the test suite (you'd > first have to make sure manually that it gives the exact same > result for any given char as msft). Then make the test check > that the result is the same as the copied impl. This would be