Re: [Mono-dev] Linux ComImport

2014-08-20 Thread Keithen
Nevermind. Didn't knew structs are marshalled as classes. Everything's working now. -- View this message in context: http://mono.1490590.n4.nabble.com/Linux-ComImport-tp4663589p4663598.html Sent from the Mono - Dev mailing list archive at Nabble.com.

[Mono-dev] Linux ComImport

2014-08-19 Thread Keithen
Hi, I'm trying to make a Windows.Net(c#) application run on Linux(Raspbian). The application is trying to use some COM-stuff, causing the App to crash. Since I dont need the content of the COM-Object, I wanted to rewrite just the libraries/parts necessary for not crashing the App. I have written