E
Eric Ratliff ICPDAS-USA
We are having trouble getting bitmaps to display from
managed code on our Windows CE.NET 4.1 controller. In
the test application we use the PictureBox class
with .bmp and .jpg files assigned at design time. The
images do display fine in the emulator. On our
controller we get an exception as follows:
....
RuntimeConstructorInfo::Invoke+0x55
ConstructorInfo::Invoke+0xa
ResourceReader::CreateResource+0x18
ResourceReader::LoadBitmap+0xb9
....
Could we be leaving something out when building the OS
with Platform Builder? Perhaps missing some .dll that
needs to go in the .exe's directory? We have no trouble
displaying images on the controller from eMbedded Visual
C++ applications.
Eric Ratliff
managed code on our Windows CE.NET 4.1 controller. In
the test application we use the PictureBox class
with .bmp and .jpg files assigned at design time. The
images do display fine in the emulator. On our
controller we get an exception as follows:
....
RuntimeConstructorInfo::Invoke+0x55
ConstructorInfo::Invoke+0xa
ResourceReader::CreateResource+0x18
ResourceReader::LoadBitmap+0xb9
....
Could we be leaving something out when building the OS
with Platform Builder? Perhaps missing some .dll that
needs to go in the .exe's directory? We have no trouble
displaying images on the controller from eMbedded Visual
C++ applications.
Eric Ratliff