Csharp assembly to C/C++ library

  • Thread starter Thread starter Igbal
  • Start date Start date
I

Igbal

Hi,

There is a requirement for me that I have created assembly inwhich business
logic is available.

On the other hand, there is a front-end application in UNIX platform can
call this dll.(Acting like C dll)

If it is possible, please guide me to acheive this.

Thanks in advance

Regards,
E.S.Mohammed Igbal M.Sc.
 
Igbal said:
There is a requirement for me that I have created assembly inwhich
business logic is available.

On the other hand, there is a front-end application in UNIX platform
can call this dll.(Acting like C dll)

If it is possible, please guide me to acheive this.

..NET is a MS Windows technology. there is a project to port it to *NIX:

http://www.go-mono.com/

You could also develop your business loging as a Web Service and then
be able to call it from UNIX...
 
Back
Top