[Mono-winforms-list] stuck with WinForms issue, not sure how to proceed

2014-06-19 Thread RhinoNY
Hi there, I have a Windows Forms custom control assembly which I have authored that does not run under Mono and I’m stuck trying to figure out why. I have provided a link to the testbed exe and the DLL below. Both target Framework 2.0. The DLL has a custom splitter, group bar, and navigation

[Mono-dev] Linux x86: marshal7.cs failure

2014-06-19 Thread Damien Diederen
Hello, I am observing the following failure on Linux 86: $ cd mono/tests $ mono marshal7.exe; echo $? 14 which corresponds to the following check: if (Marshal.SizeOf (typeof (TestStruct8)) != 16) return 14; My current build of Mono returns 12. Which seems reasonable

Re: [Mono-dev] Linux x86: marshal7.cs failure

2014-06-19 Thread Rodrigo Kumpera
Linux and OSX have different alignment rules, that's why the difference. This was fixed a few months back on master. If it's failing please file a bug report. -- Rodrigo On Thu, Jun 19, 2014 at 2:19 PM, Damien Diederen d...@crosstwine.com wrote: Hello, I am observing the following failure

[Mono-list] ALINK: error A0000: Cannot embed resources on this runtime: try the Mono runtime instead.

2014-06-19 Thread fulop78
Hi, I'm trying to build a c# project under mono. What does the error in subject mean? How exactly do I try the Mono runtime instead? Any help will be much appreciated. trace from xbuild: C:\Workspaces\Tools\DacGenerator\DacGenerator-Trunk\DacGenerator\DacGeneratorxbuild dacgenerator.csproj

Re: [Mono-list] ALINK: error A0000: Cannot embed resources on this runtime: try the Mono runtime instead.

2014-06-19 Thread Timotheus Pokorra
Hello, the error message originates in this part of the source code: https://github.com/mono/mono/blob/master/mcs/tools/al/Al.cs#L674 It seems, that your xbuild on Windows is using the Microsoft .Net runtime to run C:\PROGRA~2\MONO-3~1.3\lib\mono\4.5\al.exe I just checked but I cannot find a

[Mono-list] buildroot mono and mscorlib.dll

2014-06-19 Thread Daniel Klafft
Hi, I'm trying to get mono running on BeagleBone Black. My system is build with buildroot. I managed to define a package in buildroot for mono. It seems basically to work fine. But when I try to run any .NET app or try to compile an app I get the error that mscorlib.dll was not found. What do I

[Mono-list] MONO NFQUEUE

2014-06-19 Thread Shawn Lewis
I was wondering, is there native way to access NFQUEUE sockets? In Linux IPTABLES is able to map traffic to specific Queues utilizing NFQUEUE functionality. Python has a wrapper to the underlying Unix Lib (libnfnetlink), was not sure if anyone was aware of any direct way within MONO or if