-
Porting .NET application to Ubuntu using Mono
Hi,
I am Porting .NET application to Ubuntu using Mono, I am successful in porting a pure .NET Application where no any DLL imports are used. But in my actual Application we use certain functions available in kernel32.dll, User32.dll, setupapi.dll and advapi32.dll. Can some body help me to fix all these issues. What is the alternate solution to this problem.
Thanks in Advance.
-Saravanan
-
You will need to find the equivalent OS services in Linux and interact with them in place of the Win32 API. This is a question better asked on the MONO discussion lists, I'd think.
-Steve B.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules