Doesn’t actually return an image. Yeah… I’m having one of those days
All the other examples run just fine for me, but every project I create doesn’t. I load the same .vin driver for my own software and the tutorial examples. Still, only the tutorial files actually work.
To make it even more interesting, .emu files do work for both my own code and the sample code (so do normal images). Any ideas?
Visual Studio is a 32-bit app. So for you to be able to put an ActiveX control (OCX) in the Forms designer, we need to install the :cvb: OCXs also in a special 32-bit variant. As these are linked against the CVCImg.dll, loading bmp, mio and emu works. For other files or drivers additional libraries are needed which then fail to load. (We only install the necessary 32-bit libraries to make the designer use case work.)