Transforming C/C++ code to fully managed C# code

Hello!

Last year we released free and open source LibTiff.Net library. The library is a port of original libtiff library and we thought that you may be interested to know how we have ported the code from C to C#.

So, we have published “Adapting old code to new realities” article on Codeproject site. The article describes a useful technics for transforming old-style C/C++ code to fully managed C# code. These methods were used for porting classic libjpeg and libtiff libraries to .NET Framework.

Please read “Adapting old code to new realities” on Codeproject site. We hope that you will find the article interesting.

Posted in , , ,