Porting Solaris 5.8 C-Code to Windows x64 platform
7 views
Skip to first unread message
angshuman
unread,
Nov 14, 2009, 9:32:36 AM11/14/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi, I want to port the Solaris 5.8 C Code (BIG - endian) to Windows x64/ x86 platform for a .Net project. What is the best approach to accomplish this ?
1. Should I first port to WIN32/C and then introduce a PInvoke layer ? 2. Should I use Managed C++ so that I directly get the support for Managed Code as well as object access through pointers ?