| Thread | Last Post | Replies |
|
| Visual Studio 2005 - Stepping into Statically link libraries | 29 Oct 2005 02:26 GMT | 6 |
I am unable to step into functions that are part of a statically linked library. I am using Visual Studio 2005 beta2.050215-4400 (version 8.0.50215.44) and I am building native C++ code for the Pocket PC 2003 Second edition (both
|
| Why did/does MS make it so difficult and confusing? | 29 Oct 2005 01:57 GMT | 4 |
why did and does MS make developping for handheld devices so confusing? We have VS2003 with one emulator architecture but afaik not really compatible to the new emulator of VS2005 which is completely different, wen have Windows CE and CE.net which doesn't always have .net cf on
|
| Windows Mobile 2003 2nd edition | 28 Oct 2005 22:39 GMT | 6 |
why did WM2003 2nd Ed. introduce that silly warning about screen rotation might not be supported when you install a program which is not configured within its cab-file to suppress it? This warning doesn't prevent the user from rotating an app which can't
|
| Can't Connect To Pocket PC Device Through Visual Studio | 28 Oct 2005 22:32 GMT | 4 |
I have the following: Windows XP sp 2 ASUS MyPal (Intel PXA255 processor, Microsoft Pocket PC v 4.20.0 (Pocket PC 2003)
|
| How to use GDIPlus? | 28 Oct 2005 21:10 GMT | 3 |
PPC 2005 comes with gdiplus.dll, but SDK does not have the headers or library (actually it has gdiplusenums.h, gdiplusimaging.h and gdipluspixelformats.h, but this is not enough). How are we supposed to use it?
|
| VOIP application for Pocket PC | 28 Oct 2005 20:02 GMT | 3 |
Can anybody tell me how to make VOIP application for Pocket PC in .net compact framework. VOIP services are now supported by window CE 5.0 whcih is the operating system for Pocket PC. There is a support for VAIL and TUI in Windows CE 5.0 but I don't know how to use that in .net ...
|
| System Management Get Device ID | 28 Oct 2005 19:57 GMT | 1 |
Does anyone have a code sample on how to call the GetDeviceUniqueID API using C#? The only example I can find in the SDK is for C++.
|
| bluetooth API | 28 Oct 2005 15:32 GMT | 3 |
Where may I find it ? Thanks, Lars
|
| Memory allocation | 28 Oct 2005 13:35 GMT | 6 |
When running several programs and/or a big one the memory allocation between storage and program seemes to be changed. Meaning that the program memory is increasing while storage is decreasing. I have some questions about that..
|
| can ce dll be used in Windows Mobile 2003? | 28 Oct 2005 13:02 GMT | 1 |
i have a CE dll compiled and linked with eVC++ 4.0. will it work without troubles in Windows Mobile 2003 environment or need i do some porting? sanal.
|
| How to get info from call history | 28 Oct 2005 11:07 GMT | 4 |
I can use tapiRequestMakeCall() to make a phone call. But if I need to Redial/Call back, is it possibe(and how) to get the info from call history? thanks
|
| eVC++ 4.0 Hangs | 28 Oct 2005 09:40 GMT | 1 |
On my development computer I have Visual Studio 5.0 which have been using for WM 5.0 development work. I also have a need to have eVC++ 4.0 on the same computer. I have just installed eVC++ 4.0 with no problem, but when I start up eVC and try to do anything (create a new project, ...
|
| Pocket PC hard reset | 28 Oct 2005 07:43 GMT | 2 |
How can prevent accidental Hard Reset of Pocket PC? Or How can I make Hard reset password protected i.e. whenever, any hard reset event will occur it should ask user password. Thank you.
|
| Video over handheld devices | 28 Oct 2005 07:41 GMT | 2 |
For viewing mpeg video files I'm using ASP.Net web pages and this works fine for a desktop IE browser. BUT, what I want to do is do the same thing using a hand held device in the CE browser. I've tried using the OBJECT tag below, but nothing shows up on the hand held device. Is ...
|
| Visual Studio 5.0 "Beta"? | 28 Oct 2005 06:15 GMT | 4 |
When will VS 5.0 loose the "Beta" title? We don't want to base our production code on a "beta" compiler.
|