FORTRAN 77 and C# Combined
Tuesday, July 31st, 2007
Required:
Microsoft Visual C# 2005 Express Edition or VS 2005
Open Watcom
So you have a need to take legacy unmanaged code and link it with managed code. Doing this is actually more common than one may expect. Although it does break many of the nice things with .NET and anchors the platform to Windows on x86 – but it sure beats rewriting code
(more…)
Required:
Microsoft Visual C# 2005 Express Edition or VS 2005
Open Watcom
So you have a need to take legacy unmanaged code and link it with managed code. Doing this is actually more common than one may expect. Although it does break many of the nice things with .NET and anchors the platform to Windows on x86 – but it sure beats rewriting code
(more…)


