T O P I C R E V I E W |
hfann |
Posted - Jan 26 2006 : 4:36:03 PM I use VS2005 to develop native C++ programs for Pocket PC. The stable C++ directories for all Windows Mobile device platforms are empty even though they are all properly configured in VS Options dialog box. Desktop Win32 stable directories are picked up properly. Is this a missing feature or a bug? To get any Intellisense, I have to use Custom platform and include VS Intellisense info.
To see the bug: 1. Open VAX options dialog. 2. Click on the C++ directories page. 3. Select Pocket PC 2003. You should see an empty list.
My system info: ----- VA_X.dll file version 10.2.1440.0 built 2006.01.17 Licensed to: VA X: [email protected] (1-user license) Support ends 2006.11.12 VA.NET 7.1: [email protected] (1-user license) VAOpsWin.dll version 1.3.2.0 VATE.dll version 1.0.4.12 DevEnv.exe version 8.0.50727.42 msenv.dll version 8.0.50727.42 Font: Lucida Console 12(Pixels) Comctl32.dll version 6.0.2900.2180 WindowsNT 5.1 Build 2600 Service Pack 2 2 processors
Platform: Win32 Stable Includes: F:\\wtl75.5333\\include; D:\\Program Files\\Microsoft Visual Studio 8\\VC\\include; D:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\include; D:\\Program Files\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\include; D:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\include; D:\\Program Files\\1Way\\C++;
Library Includes: D:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfc; D:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfcm; D:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\atl; D:\\Program Files\\Microsoft Visual Studio 8\\VC\\crt\\src;
Other Includes:
|
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Mar 07 2006 : 6:34:00 PM Support for Pocket PC added in build 1442. |
feline |
Posted - Jan 26 2006 : 6:46:10 PM this is a bug that was fixed once before, but with VS2003.
case=682
for now the workaround is to use the custom platform in VA as you are doing. |