Click here to Skip to main content
15,925,661 members
Home / Discussions / Mobile
   

Mobile

 
QuestionInstalling a Pocket PC application Pin
steve_rm11-Dec-06 4:44
steve_rm11-Dec-06 4:44 
AnswerRe: Installing a Pocket PC application Pin
gnadeem14-Dec-06 9:29
gnadeem14-Dec-06 9:29 
Questionconnection status monitoring Pin
George_George11-Dec-06 4:03
George_George11-Dec-06 4:03 
AnswerRe: connection status monitoring Pin
Eytukan15-Dec-06 3:51
Eytukan15-Dec-06 3:51 
GeneralRe: connection status monitoring Pin
George_George15-Dec-06 23:50
George_George15-Dec-06 23:50 
GeneralRe: connection status monitoring Pin
Eytukan16-Dec-06 1:59
Eytukan16-Dec-06 1:59 
QuestionDoes windows mobile 5.0 support SAPI(Speech api) Pin
a_jhakas10-Dec-06 19:24
a_jhakas10-Dec-06 19:24 
Questionprogramming with HTTP connection through GPRS Pin
George_George9-Dec-06 1:35
George_George9-Dec-06 1:35 
AnswerRe: programming with HTTP connection through GPRS Pin
a_jhakas10-Dec-06 20:41
a_jhakas10-Dec-06 20:41 
GeneralRe: programming with HTTP connection through GPRS Pin
George_George11-Dec-06 3:20
George_George11-Dec-06 3:20 
GeneralRe: programming with HTTP connection through GPRS Pin
a_jhakas11-Dec-06 18:52
a_jhakas11-Dec-06 18:52 
GeneralRe: programming with HTTP connection through GPRS Pin
George_George11-Dec-06 20:11
George_George11-Dec-06 20:11 
QuestionWindows Mobile5.0 Pin
Sri harini7-Dec-06 17:07
Sri harini7-Dec-06 17:07 
AnswerRe: Windows Mobile5.0 Pin
Mike Dimmick7-Dec-06 23:32
Mike Dimmick7-Dec-06 23:32 
QuestionDisplay the current location's latitude and longitude on the mobile Pin
Ritika S6-Dec-06 23:10
Ritika S6-Dec-06 23:10 
Questionsystem.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
steve_rm6-Dec-06 5:27
steve_rm6-Dec-06 5:27 
AnswerRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
AlexeiXX36-Dec-06 6:27
AlexeiXX36-Dec-06 6:27 
QuestionRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
steve_rm13-Dec-06 6:45
steve_rm13-Dec-06 6:45 
AnswerRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
RB@Emphasys19-Aug-07 12:31
RB@Emphasys19-Aug-07 12:31 
QuestionSystem.Diagnostics.Process in CF 1.0 Pin
Dewald6-Dec-06 0:04
Dewald6-Dec-06 0:04 
AnswerRe: System.Diagnostics.Process in CF 1.0 Pin
arcticbrew7-Dec-06 12:06
arcticbrew7-Dec-06 12:06 
GeneralRe: System.Diagnostics.Process in CF 1.0 Pin
Dewald7-Dec-06 21:01
Dewald7-Dec-06 21:01 
GeneralRe: System.Diagnostics.Process in CF 1.0 Pin
arcticbrew8-Dec-06 8:52
arcticbrew8-Dec-06 8:52 
Questionsbr extension Pin
Like2Byte4-Dec-06 10:27
Like2Byte4-Dec-06 10:27 
AnswerRe: sbr extension Pin
Mike Dimmick7-Dec-06 23:51
Mike Dimmick7-Dec-06 23:51 
SBR files contain Source BRowsing information. They contribute to a final .BSC file. This file is used when you select Tools/Source Browser in eVC, and also when you select some options from ClassView (e.g. Calls, Called By, References, Base Classes, Derived Classes).

The option to generate .sbr files is under Project/Settings, C/C++ tab, Listing Files category. Check 'Generate Browse Info' to generate the files, or uncheck to stop generating them. To turn generation of the .bsc file on or off, go to the Browse Info tab and check or uncheck 'Build Browse Info File'.

I have noticed the two settings get out of sync sometimes. I think it might be after you're prompted to build browse info when using any of the options I listed in the first paragraph, then the environment subsequently crashes before you save the workspace (which saves changes to the project file). This seems to leave the option to build .sbr files turned on, but loses the .bsc setting.

Stability. What an interesting concept. -- Chris Maunder

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.