 |

|
Hi,
i am new to pocket pc application development. i want to know how to accesss the video buffer and display a raw video bitstream on pocket pc emulator.
sands
|
|
|
|

|
I am newbie in Pocket PC application.I have all SDK (2003).I use eVC++4.0 and do not know how to start.Can anyone tell me what should I do?
|
|
|
|

|
I realized an application that enable to watch a file.YUV video on Pocket Pc 2002.
On the Emulator is OK, but How may I run it on the real device?
|
|
|
|

|
Ask in the mobile forum[^]
Paul
Garfield.Bark();
---Configuration: garfield - Win32 Deworm---
C:\garfield.cpp(9) : error C2039: 'Bark' : is not a member of 'CCat'
|
|
|
|

|
"""" Which would be the best chance? PocketGL, PocketFrog, GADIDraw or another one? Could you please tell me what you think is the best? """""
Dear Friend,
I am from Spain and I have seen your article about pocket frog on this web page http://www.sundialsoft.freeserve.co.uk/pocket_frog_Ch1.htm, but I have some questions I hope you can solve...
I have done a dog robot which is able to move itself guided through a program on my PC which has many orders it can recognize (such as walk, rise left leg, rise right left, stop, etc). But now I want to do the same with a Pocket PC (iPAQ)...
I have understanded you can control a graphic movement with the iPAQ buttons, but I would want to know if I can control them with the pen iPAQ, i mean, if I slide the pen among the screen, making a movement, can i control it?
And the other question is... is it possible to include the graphics "game" I will done for the iPAQ in to another application?? I mean, to include it as a window of the application that will be installed on the iPAQ to controll the mechanical dog, which will have the other part (recognize orders, what I have explained yet).
Hoping you could help me in anything you thing could be useful and waiting your soon reply,
Best regards,
Sergio Alcantara Segura
sergio_wap@terra.es
"""" Which would be the best chance? PocketGL, PocketFrog, GADIDraw or another one? Could you please tell me what you think is the best? """""
|
|
|
|

|
Dear friends,
My name is Sergio and I would like to use OPENGL with a Compaq iPAQ
(PocketPC 2002). Is there anyone who could guide me through this or
give me any kind of example?
Please, I need your help! I'm junior in these themes and I get lost
easily!
I hope any day could help you.
Waiting you soon reply, thanks a lot!
Best regards,
Sergio
|
|
|
|

|
Oh, you should use "Pocket GL", but it's not free.~
http://www.pocketgear.com/software_detail.asp?id=1858
|
|
|
|

|
Now i'm developing a IrDA sample program to send a data to the remote receiver one-sidely.
how can i do this??
I saw the sample about communication with two devices using socket.
if you know how to do this, lets me know..
|
|
|
|

|
I checked the bubble application between 2 IrDA-enabled Laptops with both sides being Windows 2000. The application worked well; that was Unicode release setting.
But the same application with Unicode Debug fails saying "unable to connect the IrDA device". ??
What could be the problem?
thank you for listening and answering,
Deepa
Deepa
|
|
|
|

|
How to create Setup in eVC++ Application....
|
|
|
|

|
We are also have the same problem,if u get the solution please forward to us.
|
|
|
|

|
I also want to fine the solution for this.As in eVB there is option available as Install wizard.
Will it use makefile like thing in case of eVC or some other tools or utility will be required.
|
|
|
|

|
EzSetup is free for eVC++ setup Tool:
http://www.softspb.com/products/ezsetup/index.html
|
|
|
|

|
hi buddy,
well i m engaged in an application for pocketpc which deals with the security options such as the locking of operations etc.
right now i m doin the most basic of them, i've a dialog box which appears but covers the whole of the client area as a result , the 'ok' & 'cancel' button are not entirely visible. can any body guide me how to fit the dialog size in the client area.
lemme know....;)
|
|
|
|

|
I am making a little program to print a text on a Extech Printer by IrDa.
I can get irdaDeviceID and irdaDeviceName but when i will to establish a connection it fail. I am using socket. Somebody can help me?.
Sorry for my English.
|
|
|
|

|
can you print using com1?
if you can do that, i am proposing a tricky shot: all what you need is a wince registry editor and you have to go to
HKEY_LOCAL_MACHINE/Drivers/BuiltIn
you have to change the value
IrDa/Index to 1
and the value
Serial/Index to 2
Using this method you changed the logical significance of the IrDa and Serial ports (Com1: changed to Com2
You have to take care to have the same serial communication parameters on both devices: the printer and the IrDa port.
I wish you luck!
Iosiv Popescu,
Iosiv.Popescu@jt-int.com
|
|
|
|

|
I loaded the project in eMbedded Visual C++ 3.0 with the latest SDK, but when I try to build the project (any configuration) I get several error messages about missing SH methods and structures (e.g. SHINITDLGINFO). Anyone else get this? Is there a simple fix for this? I would love to have this game on my PocketPC.
Thanks,
Jason
|
|
|
|

|
Me too---same problem when I tried some copy and paste stunts( wiht poor knowledge of eVC++) from some files....There was no problem initially but after I made some file transfers to and fro--no changes in the files themselves.
|
|
|
|

|
SH* API are Pocket PC API, Change your target machine to Pocket PC and complie.
Mohammed Rizwan
|
|
|
|

|
I had this problem too. In project settings in preprocessor definitions I had to add
_WIN32_WCE_AYGSHELL
Then it works fine.
|
|
|
|

|
after i compile the program , which CPU type i should chose for ipaq?
|
|
|
|

|
The iPAQ uses Intels StrongARM processor. Compile for (ARM).
Accept that some days you are the pigeon and some days the statue.
|
|
|
|

|
ARM is the processor type used for iPAQ, at least the 3600-3800 series, as well as the 3100.
|
|
|
|
|

|
empty sentense...!
Why???
I have PDA of MIPS CPU ...
|
|
|
|

|
I've just begun looking at Windows CE. I will be working on a project for Pocket PC pretty soon. Anyway, I just set up eMbedded Visual Tools 3.0. Was this project build with Tools or Visual Studio 6.0 with the 3.0 SDK? Have you tried using Tools? I get tons of errors when trying to build the project under Tools.
|
|
|
|

|
Ahh, Visual Studio (I see that now). Have you tried porting this project to the new eMbedded Visual Tools 3.0?
|
|
|
|

|
I compiled it using eMbedded Visual Tools 3.0 using the PocketPC emulator, and it worked fine. Just make sure that the for the compiler are set to PocketPC.
|
|
|
|

|
Hey Dudes..
I tried build and execute the BUBBLE in eMebeded Visual Tools 3.0..yeah... some project coverting time are needed cuz that's a Visual Studio C++ 6.0..
but all are Ok..and Nice..
But... It's a Game??
just click the buble and disappear??
hmm..but..Okay..
I will try this game on my pocket pc.
heheheh THANKS..
|
|
|
|

|
<<But... It's a Game?? just click the buble and disappear>>
I had the a similar meaning, but as I played I found out that it is a nice game. BTW my Moderate-Hiscore is 3323.
|
|
|
|

|
In WinCE 2.11 you could have as many instances you wanted of an app (and you had to check for running instances yourself if you wanted single instance), it was removed in 3.0.
I dont know they did it for some obscure opimization reason or for some usability reason.
Just thought I'd share that bit of trivia
|
|
|
|

|
To fix the missing OK button problem
call
::SetForegroundWindow((HWND)(((DWORD)hwnd) | 0x01));
instead of
::SetForegroundWindow(hwnd);
I saw this in the MFC code. If anyone knows the reason and details behind it, I'd like to know.
|
|
|
|

|
Cannot open include file: 'af_irda.h': No such file or directory
where i can find a this file
may be another support program file or miss fils?
please tell me
i don't know
hava you nice day^^~
|
|
|
|

|
The "AF_IRDA.H" file is used for infrared support within Bubbles for Pocket PC. The Windows CE SDK for Pocket PC included this file and the current Windows 2000 SDK includes this file as well.
If you don't want the infrared support (or you don't have the appropriate SDK), just disable the IRDA_SUPPORT flag in StdAfx.h and it won't complain about this file anymore. Of course infrared support has been disabled as well when you disable the flag
|
|
|
|

|
hi,
I am try to create db on smart phone with 14 fields using following code it gives me error code 87 i.e. invalid parameter.
#define NUM_FIELDS 14
// setup the database information
CEDBASEINFOEX db_info;
// clear it out
::ZeroMemory(&db_info, sizeof(db_info));
// set it up
db_info.wVersion = CEDBASEINFOEX_VERSION;
// Set the number of active sort orders to 2.
db_info.wNumSortOrder = 2;
db_info.dwFlags = (CEDB_VALIDNAME | CEDB_VALIDSORTSPEC);
wcscpy(db_info.szDbaseName, DESTINATION_DETAIL_DB_NAME);
db_info.dwDbaseType = 0x999;
db_info.dwNumRecords = NULL;
db_info.dwSize = NULL;
db_info.ftLastModified.dwHighDateTime = 0;
db_info.ftLastModified.dwLowDateTime = 0;
// Initialize the array of sort-order descriptions.
// create first sort order .
db_info.rgSortSpecs[0].wVersion = SORTORDERSPECEX_VERSION;
db_info.rgSortSpecs[0].wNumProps = 1;
db_info.rgSortSpecs[0].wKeyFlags = 0;
db_info.rgSortSpecs[0].wReserved = 0;
db_info.rgSortSpecs[0].rgPropID[0] = MAKELONG(CEVT_LPWSTR, 0x0001);
db_info.rgSortSpecs[0].rgdwFlags[0] = CEDB_SORT_DESCENDING;
// create second sort order .
db_info.rgSortSpecs[1].wVersion = SORTORDERSPECEX_VERSION;
db_info.rgSortSpecs[1].wNumProps = 1;
db_info.rgSortSpecs[1].wKeyFlags = 0;
db_info.rgSortSpecs[1].wReserved = 0;
db_info.rgSortSpecs[1].rgPropID[0] = MAKELONG(CEVT_I4, 0x0005);
db_info.rgSortSpecs[1].rgdwFlags[0] = CEDB_SORT_GENERICORDER;
}
// setup the properties
CEPROPSPEC properties[ NUM_FIELDS];
// 1
properties[0].wVersion = CEPROPSPEC_VERSION;
properties[0].propid = MAKELONG(CEVT_LPWSTR, 0x0001);
properties[0].pwszPropName = TEXT("XX");
properties[0].cchPropName = 2;
// 2
properties[1].wVersion = CEPROPSPEC_VERSION;
properties[1].propid = MAKELONG(CEVT_LPWSTR, 0x0002);
properties[1].pwszPropName = TEXT("XXXXXXXXXXXX");
properties[1].cchPropName = 12;
// 3
properties[2].wVersion = CEPROPSPEC_VERSION;
properties[2].propid = MAKELONG(CEVT_LPWSTR, 0x0003);
properties[2].pwszPropName = TEXT("XXXXXXXXXXX");
properties[2].cchPropName = 11;
// 4
properties[3].wVersion = CEPROPSPEC_VERSION;
properties[3].propid = MAKELONG(CEVT_LPWSTR, 0x0004);
properties[3].pwszPropName = TEXT("XXXXXXXX");
properties[3].cchPropName = 8;
// 5
properties[4].wVersion = CEPROPSPEC_VERSION;
properties[4].propid = MAKELONG(CEVT_I4, 0x0005);
properties[4].pwszPropName = TEXT("XXXXXXXX");
properties[4].cchPropName = 8;
// 6
properties[5].wVersion = CEPROPSPEC_VERSION;
properties[5].propid = MAKELONG(CEVT_BOOL, 0x0006);
properties[5].pwszPropName = TEXT("XXXXXXXXXX");
properties[5].cchPropName = 10;
// 7
properties[6].wVersion = CEPROPSPEC_VERSION;
properties[6].propid = MAKELONG(CEVT_BLOB, 0x0007);
properties[6].pwszPropName = TEXT("XXXXXXXXXXXXXXXX");
properties[6].cchPropName = 16;
// 8
properties[7].wVersion = CEPROPSPEC_VERSION;
properties[7].propid = MAKELONG(CEVT_BLOB, 0x0008);
properties[7].pwszPropName = TEXT("XXXXXXXXXXXXXX");
properties[7].cchPropName = 14;
// 9
properties[8].wVersion = CEPROPSPEC_VERSION;
properties[8].propid = MAKELONG(CEVT_I4, 0x0009);
properties[8].pwszPropName = TEXT("XXXXXXXXXXXX");
properties[8].cchPropName = 12;
// 10
properties[9].wVersion = CEPROPSPEC_VERSION;
properties[9].propid = MAKELONG(CEVT_LPWSTR, 0x0010);
properties[9].pwszPropName = TEXT("XXXXXX");
properties[9].cchPropName = 6;
// 11
properties[10].wVersion = CEPROPSPEC_VERSION;
properties[10].propid = MAKELONG(CEVT_LPWSTR, 0x0011);
properties[10].pwszPropName = TEXT("XXXXXXXXXXXX");
properties[10].cchPropName = 12;
// 12
properties[11].wVersion = CEPROPSPEC_VERSION;
properties[11].propid = MAKELONG(CEVT_I4, 0x0012);
properties[11].pwszPropName = TEXT("XXXXXXXXXXXXXXX");
properties[11].cchPropName = 15;
// 13
properties[12].wVersion = CEPROPSPEC_VERSION;
properties[12].propid = MAKELONG(CEVT_LPWSTR, 0x0013);
properties[12].pwszPropName = TEXT("XXXXXXXX");
properties[12].cchPropName = 8;
// 14
properties[13].wVersion = CEPROPSPEC_VERSION;
properties[13].propid = MAKELONG(CEVT_BOOL, 0x0014);
properties[13].pwszPropName = TEXT("XXXXXXXXX");
properties[13].cchPropName = 9;
// create the database
m_oidDb = CeCreateDatabaseWithProps( &m_guidVolume, &db_info, NUM_FIELDS, properties );
// check if created
if ( m_oidDb == NULL ){
// error, return error
return(false);
}
This code is wok fine on poct pc but on smart phone it gives me error code 87.
If we create db for 9 fields instead of 14 then it will create db properly for more than 9 field it give me error,
Is their any limitation on smart phone for fields in database, if any one has any idea about this then please reply.
Thanks for reply.
|
|
|
|
 |