| Thread | Last Post | Replies |
|
| Questions about Standard C lib functions | 13 Mar 2006 21:37 GMT | 3 |
i'm new to this environment, porting an app from xp to wince. one of the in house libraries that i'm porting has a call to the c lib function mkdir(). i can't find any trace or hint of this in the wince or embedded libraries. does wince use a different call to make a new folder? ...
|
| Topic of discussion! | 13 Mar 2006 17:43 GMT | 1 |
Excuse my question if it doesn't pertain to the relative nature of this newsgroup section! I am a newbie in the embeded world and I am learning Win32 in VC++ so I can eventually start programming in EVC++ for embeded applications programming.
|
| SDK question | 13 Mar 2006 13:56 GMT | 3 |
If I want to develop application for Windows CE.NET (4.2), which SDK should I download for use? PS: eVC++4.0 is my development tool
|
| Using NdisMRgisterDevice() function in NDIS IM driver | 13 Mar 2006 08:30 GMT | 2 |
Thanks for the Help in advance. I am trying to register a NDIS IM driver thru NdisRegisterDevice(), but only NIDS.H header shows this function. None of the library(nids.lib etc.) has this function. Does any know, if this
|
| Deletion of Folder in SD Card is not working????? | 12 Mar 2006 22:05 GMT | 1 |
I am using MFC for Pocket PC application.I am using RemoveDirectory() to remove directory from SD Card.When folder is empty it works fine.But when i add one file in that folder and after adding the file , i just delete that file.Then I try to remove the folder from
|
| Help on finding Sample Directory | 10 Mar 2006 15:09 GMT | 1 |
Where can i find this directory? %_WINCEROOT%\Public\Common\OAK\Drivers\Netsamp\Rasserver. regds Kiron
|
| info required on command line console application | 10 Mar 2006 13:46 GMT | 4 |
i have a command line utilty(pure c++ and win32) which is compiled for vc++6.0. i am currently trying to port it in evc++ n using standard sdk_500 i m facing an issue rt now,the prob is described below:
|
| Help on RAS Connection | 10 Mar 2006 11:14 GMT | 1 |
Please help me with some tutorials and sample source code to establish connection with RAS. Most of the sites ask to refer code in %_WINCEROOT%\Public\Common\OAK\Drivers\Netsamp\Rasserver. Please help me find where this directory is. Is it in win ce OS. Or can i
|
| where can I get the example source code for the CEMailApi in the m | 10 Mar 2006 10:50 GMT | 1 |
It seems the penpal CE mail example in msdn is exactly what I require to get me running with email from my application, but there does not seem to be a link for the example source code, even though it does mention it. Does anybody know where this code resides ??
|
| Problem using Remote tools in EVC++ 4.0 | 10 Mar 2006 07:00 GMT | 2 |
I am not able to use Remote tools in EVC++ 4.0 with activesync 4.1 when i try to use remote tools (any of them )in evc++ it just shows trying to connect to remote device but never connect it.(Activesync is connected at this time)
|
| const char * conversion | 09 Mar 2006 19:46 GMT | 7 |
I have been new to embedded C++ (v 3.0). I started to develop a project with Sqlite but I have problems with variable conversions. Sqlite has a function int sqlite3_open(const char *zFilename, sqlite3 **ppdb);
|
| Load dll error code 193 | 09 Mar 2006 09:57 GMT | 2 |
When i load my dll with function-Loadlibrary,i get the the error code 193(GetLastError),I know this error Code means the dll file format is incorrect.But i am sure that the dll is linked to ARM4I debug version. Why?
|
| How to hilite menu item?? | 09 Mar 2006 05:46 GMT | 2 |
I am using MFC in Pocket PC.In my application i want to hilight the menuitem.for eg. 5th item of popupmenu.I tried SetMenuItemInfo() but it does not work.May be i have used in
|
| PPC ARM compiler causes datatype misalignment | 08 Mar 2006 18:24 GMT | 3 |
Hi fellows, I'm having a problem with misalignment between two libraries while working in Embedded Visual C++ 4 SP4 with Windows CE 4.2 SDK. Now, I found that the problem was reported in october 2005:
|
| Sound Compression | 08 Mar 2006 17:36 GMT | 1 |
Does anybody knows / has some information (source code , library , link) concerning sound compression?I have to build an aplication that does that in VC++ for Windows Mobile.If u can help me in any way please let me know.Thanks
|