Search found 54 matches

by itouch
Tue Oct 06, 2009 4:49 pm
Forum: S3C2440 Boards
Topic: How to output resolution other than 1024x768 using VGA board
Replies: 10
Views: 3411

How to output resolution other than 1024x768 using VGA board

Hi folks,

I just bought a VGA board to display at 1024x768 just fine. My question is, does the board handle any other resolution? If so, how do you programmatically change that resolution? Thanks in advance.
by itouch
Wed Sep 30, 2009 12:39 pm
Forum: S3C2440 Boards
Topic: CE problem: Cannot use DrawText() or SetWindowText()
Replies: 7
Views: 2270

Re: CE problem: Cannot use DrawText() or SetWindowText()

I have resolved the problem. It was an operator error in the usage of DrawText().
by itouch
Wed Sep 30, 2009 11:59 am
Forum: S3C2440 Boards
Topic: CE problem: Cannot use DrawText() or SetWindowText()
Replies: 7
Views: 2270

Re: CE problem: Cannot use DrawText() or SetWindowText()

cegl.dll and gx.dll are 2 libraries used by CE Draw, ahigh-speed graphics library in Windows CE. I don't think that they are standard libraries.
by itouch
Wed Sep 30, 2009 10:39 am
Forum: S3C2440 Boards
Topic: CE problem: Cannot use DrawText() or SetWindowText()
Replies: 7
Views: 2270

Re: CE problem: Cannot use DrawText() or SetWindowText()

I am using the latest CE BSP release (20090817). This is my first attempt at running CE on this board. I did expect some problems, but not this simple text drawing code! Everything else works, touch screen, serial ports, etc. Can someone verify that this works for them? A simple Hello app with one w...
by itouch
Wed Sep 30, 2009 10:11 am
Forum: S3C2440 Boards
Topic: CE problem: Cannot use DrawText() or SetWindowText()
Replies: 7
Views: 2270

Re: CE problem: Cannot use DrawText() or SetWindowText()

DrawText() returns 14, which is the height of the text. The function behaves as if it is working, but no output! I also tried ExtTextOut() with no success. It also returns with no errors. I am using the latest CE update, with the only change to use English as the language. This is driving me crazy.
by itouch
Wed Sep 30, 2009 9:36 am
Forum: S3C2440 Boards
Topic: CE problem: Cannot use DrawText() or SetWindowText()
Replies: 7
Views: 2270

CE problem: Cannot use DrawText() or SetWindowText()

I am using the latest CE release and am having this strange problem where DrawText() in general, and SetWindowText() on static controls will not work. I can see my menu entries, dialog box text controls and even listbox entries that I create. For example, this simple piece of code will not work: cas...
by itouch
Mon Sep 28, 2009 8:59 am
Forum: S3C2440 Boards
Topic: Source code for Win CE test programs
Replies: 2
Views: 1170

Re: Source code for Win CE test programs

I am looking for the cameratest program. Thank you.
by itouch
Fri Sep 25, 2009 2:16 am
Forum: S3C2440 Boards
Topic: Source code for Win CE test programs
Replies: 2
Views: 1170

Source code for Win CE test programs

Where might one be able to buy/get the source code for the test programs (CameraTest, comtest, Keytest, Touch calibration, etc.) for Win CE?
by itouch
Mon Sep 21, 2009 9:00 pm
Forum: S3C2440 Boards
Topic: Unable to run comtest in windows CE
Replies: 3
Views: 1286

Re: Unable to run comtest in windows CE

I got it running. It was missing 2 dlls. The bloody thing is in chinese. Can someone help me with a quick translation? Thanks!
by itouch
Mon Sep 21, 2009 8:32 pm
Forum: S3C2440 Boards
Topic: Unable to run comtest in windows CE
Replies: 3
Views: 1286

Re: Unable to run comtest in windows CE

PS: Does anyone have the source to the application (comtest)?