The problem is in PPC version. These DLLs were built for 4.x version thus
it works normally for PPC2003. You have to compile these libraries from
Src directory in eVC 3.0 and replace existent version with new version of
DLLs.
Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
Saverio Tedeschi wrote:
Hi, anothther little info:
I'm using 4 development VS .NET 2003, CF 1.0 SP2 (SP3 not yet installed
as I've seen bug fixed don't touch me), Actual device Cassiopeia EM300
PPC2002. Looking forward to see from you.
"Saverio Tedeschi" <
[email protected]> ha scritto nel messaggio
Hi Sergey;
actually, I've tried both on CE emulator and PPC emulator, and on
PPC2002 device.
I've performed a traced execution and on CE em it stops on
SHLoadImageFile, while on PPC stops on xxx_Write.... Another little
issue I've solved by commenting out 3 lines is that on PPC it doesn't
recognize the emulation, so jumping all times to ARM.... But this is a
not annoying issue. Of course, I've double-checked the presence of dll
and test.bmp files in every environment. Thank in advance 4 your help,
have a nice day!.
"Sergey Bogdanov" <
[email protected]> ha scritto nel messaggio
Are you trying to run it in WindowsCE or PPC? It is possible that
MissingMethodException was called for SHLoadImageFile, not for
WriteBitmapIntoJpegFile.
Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
Saverio Tedeschi wrote:
Hi Sergey,
thanks 4 your help. However, I've tried your sample and it throws an
exception "MissingMethodException" when it calls
ARM_WriteBitmapIntoJpegFile
"Sergey Bogdanov" <
[email protected]> ha scritto nel
messaggio
Have you see this [1] example? It demonstrates how to save image as
JPEG file from HBITMAP or from byte array.
[1]
http://www.sergeybogdanov.com/Samples/JpegTest.zip
Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
Noble Bell wrote:
I need a way to take a graphic in a picture box and be able to save
that graphic as a jpeg file. I can save it as a bitmap file but I
need to save it as a jpeg file. Does anyone have a solution in
Vb.Net or C#.Net for the compact framework? I have seen a solution
written in embedded c that will convert a bitmap to a jpg but I
just CANNOT get it to work for me.
Help!! Please!!
Thanks in advance and God Bless!
nb