Click here to Skip to main content
15,905,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRE: How do I use stl in a static lib? Pin
Jesse Ezell15-Dec-99 10:01
Jesse Ezell15-Dec-99 10:01 
GeneralRE: RE: How do I use stl in a static lib? Pin
Anonymous15-Dec-99 10:03
suss Anonymous15-Dec-99 10:03 
GeneralRE: RE: How do I use stl in a static lib? Pin
Brad Figg20-Dec-99 4:58
suss Brad Figg20-Dec-99 4:58 
AnswerRE: How do I use stl in a static lib? Pin
Member 105416-Dec-99 1:35
Member 105416-Dec-99 1:35 
GeneralC++ Development Time Tracking Pin
Mark C. Malburg14-Dec-99 1:50
Mark C. Malburg14-Dec-99 1:50 
GeneralRE: C++ Development Time Tracking Pin
Jesse Ezell14-Dec-99 14:46
Jesse Ezell14-Dec-99 14:46 
GeneralRE: RE: C++ Development Time Tracking Pin
Dmitriy15-Dec-99 3:21
Dmitriy15-Dec-99 3:21 
GeneralRE: RE: RE: C++ Development Time Tracking Pin
Jesse Ezell15-Dec-99 5:53
Jesse Ezell15-Dec-99 5:53 
That wouldn't be much harder. Just enumerate the windows to search for a title contianing "Microsoft Visual C++" on one of them, and then store the window's HWND value and use a thread to constantly check the status of the window and update the time (maybe every minute or so, so that it doesn't take up too much proccessor time...or every 5 seconds or so...it all depends on how accurate you really want to be). The title comes in something like the following format: "PROJECT NAME - Microsoft Visual C++ [CURRENT FILE INFORMATION]". When the PROJECT NAME part changes, or the window is closed, or the window and its children are not active, the clock stops counting for the listed project. On program exit and entrance, it would load past project values and save new project information. A simple combo-box interface could allow you to view the status of each project, reset timers, etc.

==================
The original message was:

I think he means something different.
No everybody will remember to press the buttons.
It should work automatically - when your open a project it should start, when you close - finish. Also take care abourt right counting time while your another application is active and VC++ is sleeping

==================
The original message was:

I don't know if there is an add-in, but it wouldn't be that hard to write yourself a quick little program that tracks the time (select the project from a dropdown list or something and then hit the start button to start tracking, hit the stop button when you go on break etc.). It might take 15 minutes or so to write.

==================
The original message was:

I write a lot of "smallish" custom C++ apps and am always interested in understanding the actual amount of time spent on each project. (Perhaps similar to the File-Properties information provided in Microsoft Word.)

Is there a DevStudio Add-In that tracks time in a project/workspace? If not, I'd be interested in other (preferably automated) approaches.


GeneralRE: RE: RE: RE: C++ Development Time Tracking Pin
Dmitriy15-Dec-99 8:49
Dmitriy15-Dec-99 8:49 
GeneralPicture Modification Pin
Matthias Steinbart11-Jan-00 22:58
sussMatthias Steinbart11-Jan-00 22:58 
GeneralOh Oh.... Pin
braulio14-Jan-00 3:33
braulio14-Jan-00 3:33 
GeneralRE: Picture Modification Pin
Al22-Jan-00 6:07
suss Al22-Jan-00 6:07 
GeneralSwitch SplitView Pin
Martin Laporte11-Jan-00 19:28
Martin Laporte11-Jan-00 19:28 
GeneralRE: Switch SplitView Pin
Anonymous12-Jan-00 4:28
suss Anonymous12-Jan-00 4:28 
GeneralRE: RE: Switch SplitView Pin
Martin Laporte13-Jan-00 10:28
Martin Laporte13-Jan-00 10:28 
GeneralRE: RE: RE: Switch SplitView Pin
Pascal.Plantey@icl.com18-Jan-00 4:22
sussPascal.Plantey@icl.com18-Jan-00 4:22 
GeneralCRichEditCtrl doesn't get WM_LBUTTONUP Pin
Jeremy Iverson11-Jan-00 15:28
Jeremy Iverson11-Jan-00 15:28 
GeneralList box not repainting correctly Pin
Anonymous11-Jan-00 10:31
suss Anonymous11-Jan-00 10:31 
GeneralContext menu in dialogs & command routing with MFC Pin
Member 339711-Jan-00 6:49
Member 339711-Jan-00 6:49 
Generalchanging the default editor of Visual C++ IDE Pin
Stephane10-Jan-00 23:59
Stephane10-Jan-00 23:59 
Generalmemory DC bitmap... Pin
John Mancini10-Jan-00 14:07
suss John Mancini10-Jan-00 14:07 
GeneralWorker pointers Pin
Anonymous10-Jan-00 10:42
suss Anonymous10-Jan-00 10:42 
GeneralRE: Worker pointers Pin
Member 40411-Jan-00 14:08
Member 40411-Jan-00 14:08 
GeneralCOM works in VB but not VC. Pin
Member 35177-Jan-00 16:00
Member 35177-Jan-00 16:00 
GeneralRE: COM works in VB but not VC. Pin
Alex Gorev10-Jan-00 6:41
Alex Gorev10-Jan-00 6:41 

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.