x64 Assembly and C++ Tutorial 22: Image Processing C++ Frontend

The information in this tute is outdated and this will not work with Visual Studio 2012. In this, the 22nd tutorial, we’ll be coding the C front-end to our image processing application. This is all straight .Net C programming, no Assembly yet. This tutorial will demonstrate how to open an image file into a picturebox control. Things get a little fiddly hereafter so I’ve not delved into processing the image yet. What’s happening here is that .Net is opening the selected bitmap into the managed memory.
Back to Top