Click here to Skip to main content
15,910,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Capture windows messages Pin
Neville Franks3-Feb-04 10:27
Neville Franks3-Feb-04 10:27 
GeneralRe: Capture windows messages Pin
Anonymous4-Feb-04 11:58
Anonymous4-Feb-04 11:58 
Generalstill can't use SQL database Pin
halblonious3-Feb-04 10:12
halblonious3-Feb-04 10:12 
GeneralRe: still can't use SQL database Pin
Vic Mackey3-Feb-04 10:24
Vic Mackey3-Feb-04 10:24 
GeneralRe: still can't use SQL database Pin
halblonious3-Feb-04 10:54
halblonious3-Feb-04 10:54 
GeneralRe: still can't use SQL database Pin
Vic Mackey3-Feb-04 11:23
Vic Mackey3-Feb-04 11:23 
GeneralRe: still can't use SQL database Pin
Steve S3-Feb-04 23:01
Steve S3-Feb-04 23:01 
GeneralBrowse info for struct elements in C versus C++ files Pin
Bob Farrell3-Feb-04 10:05
Bob Farrell3-Feb-04 10:05 
Has anybody ever noticed that when you compile C++ programs/files that you can use the browse info to locate any and all references of structure elements (in addition to classes, of course), but for C programs/files, the only browse info available for structure elements is the declaration of the struct element?

This is something that has plagued me for several years (over several versions of MSVC), as my work involves a mix of C and C++ programming. I have spent a fair amount of time searching the web for any clues on why this might be or what settings I can change to get the struct element references in my browse info for C programs. I can't seem to find anything or even anybody else even asking the question.

I have found one work-around to be to compile with /TP, which forces C++ compilation. However, this is not a good work-around, because the files are really C files and compiling as C++ produces many errors (many are legacy files which I cannot modify at my whim).

Am I the only person in the world who has missed this capability for C programs? Confused | :confused: Has anybody ever figured out how to get this capability for C programs? Are there better tools out there for this?

Thanks,

Bob Farrell
GeneralObtain Windows Handle Pin
Grahamfff3-Feb-04 9:23
Grahamfff3-Feb-04 9:23 
GeneralRe: Obtain Windows Handle Pin
John R. Shaw3-Feb-04 9:38
John R. Shaw3-Feb-04 9:38 
GeneralRe: Obtain Windows Handle Pin
Neville Franks3-Feb-04 10:17
Neville Franks3-Feb-04 10:17 
GeneralRe: Obtain Windows Handle Pin
basementman3-Feb-04 16:50
basementman3-Feb-04 16:50 
GeneralVC++ - WinXP vs Win2k + ODBC + Dbase files Pin
Qadddd3-Feb-04 8:17
Qadddd3-Feb-04 8:17 
GeneralRe: VC++ - WinXP vs Win2k + ODBC + Dbase files Pin
basementman3-Feb-04 16:52
basementman3-Feb-04 16:52 
GeneralRe: VC++ - WinXP vs Win2k + ODBC + Dbase files Pin
Qadddd3-Feb-04 23:17
Qadddd3-Feb-04 23:17 
General"File I/O notifications" question Pin
agrafov3-Feb-04 7:57
agrafov3-Feb-04 7:57 
GeneralRe: "File I/O notifications" question Pin
Neville Franks3-Feb-04 10:24
Neville Franks3-Feb-04 10:24 
GeneralRe: "File I/O notifications" question Pin
agrafov3-Feb-04 10:57
agrafov3-Feb-04 10:57 
GeneralRe: "File I/O notifications" question Pin
Neville Franks3-Feb-04 11:16
Neville Franks3-Feb-04 11:16 
Generaltwo error Pin
Goh Hui Beng3-Feb-04 7:40
Goh Hui Beng3-Feb-04 7:40 
GeneralRe: two error Pin
Joe Woodbury3-Feb-04 7:55
professionalJoe Woodbury3-Feb-04 7:55 
GeneralRe: two error Pin
sps-itsec463-Feb-04 9:22
sps-itsec463-Feb-04 9:22 
General(edited) namepsaces: using ns::X and using namespace ns Pin
peterchen3-Feb-04 7:38
peterchen3-Feb-04 7:38 
GeneralRe: namepsaces: using ns::X and using namespace ns Pin
John M. Drescher3-Feb-04 7:43
John M. Drescher3-Feb-04 7:43 
GeneralRe: namepsaces: using ns::X and using namespace ns Pin
peterchen3-Feb-04 8:55
peterchen3-Feb-04 8:55 

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.