Results 1 to 2 of 2

Thread: Porting .NET application to Ubuntu using Mono

  1. #1
    Join Date
    Aug 2011
    Posts
    1

    Default 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

  2. #2
    Join Date
    Jul 2010
    Posts
    245

    Default

    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
  •