Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetTimer() is synchronized? Pin
Moak18-Mar-03 1:56
Moak18-Mar-03 1:56 
QuestionHow to create a phonebook entry? Pin
Jump_Around18-Mar-03 1:12
Jump_Around18-Mar-03 1:12 
AnswerRe: How to create a phonebook entry? Pin
valikac18-Mar-03 8:57
valikac18-Mar-03 8:57 
QuestionSafeArrayCreateVector(), how should I destroy it? Pin
Joan M18-Mar-03 1:09
professionalJoan M18-Mar-03 1:09 
GeneralMemory functions? I'd like to know how much free memory remains... Pin
Joan M18-Mar-03 1:03
professionalJoan M18-Mar-03 1:03 
GeneralRe: Memory functions? I'd like to know how much free memory remains... Pin
Ravi Bhavnani18-Mar-03 2:23
professionalRavi Bhavnani18-Mar-03 2:23 
GeneralRe: Memory functions? I'd like to know how much free memory remains... Pin
Joan M18-Mar-03 2:58
professionalJoan M18-Mar-03 2:58 
GeneralVC++ project/workspace question Pin
7stud18-Mar-03 0:15
7stud18-Mar-03 0:15 
Hi,

I added a .h file and a .cpp file to my project to contain one function I needed. Somewhere along the line, I decided I needed it to be a class function instead, so I moved the declaration to the class header file and defined it in the class source file. Then I tried to delete the .h file and .cpp file with the delete key, and that seemed to work. However, the next time I built the code, a new folder showed up in the File View called External Dependencies, and it contained the .h file I deleted.

How do I get rid of that file, or just get everything back to how it was before I tried to do the deleting?


GeneralRe: VC++ project/workspace question Pin
Pavel Klocek18-Mar-03 0:26
Pavel Klocek18-Mar-03 0:26 
GeneralRe: VC++ project/workspace question Pin
7stud18-Mar-03 9:28
7stud18-Mar-03 9:28 
GeneralUsing C functions in Visual C++ Pin
Geert Craessaerts17-Mar-03 23:24
Geert Craessaerts17-Mar-03 23:24 
GeneralRe: Using C functions in Visual C++ Pin
_Theo_17-Mar-03 23:53
_Theo_17-Mar-03 23:53 
GeneralRe: Using C functions in Visual C++ Pin
Vimal Earnest17-Mar-03 23:58
Vimal Earnest17-Mar-03 23:58 
GeneralRe: Using C functions in Visual C++ Pin
Geert Craessaerts18-Mar-03 0:12
Geert Craessaerts18-Mar-03 0:12 
GeneralRe: Using C functions in Visual C++ Pin
jhwurmbach18-Mar-03 1:54
jhwurmbach18-Mar-03 1:54 
GeneralRe: Using C functions in Visual C++ Pin
Jambolo23-Mar-03 10:17
Jambolo23-Mar-03 10:17 
GeneralCSplitterWnd nesting Pin
terazac17-Mar-03 23:18
terazac17-Mar-03 23:18 
GeneralWindows 2000 DDK Pin
steve_hsk17-Mar-03 22:49
steve_hsk17-Mar-03 22:49 
GeneralRe: Windows 2000 DDK Pin
Scott H. Settlemier18-Mar-03 2:29
Scott H. Settlemier18-Mar-03 2:29 
GeneralRe: Windows 2000 DDK Pin
steve_hsk18-Mar-03 8:01
steve_hsk18-Mar-03 8:01 
GeneralCTabCtrl problem Pin
Brian van der Beek17-Mar-03 22:44
Brian van der Beek17-Mar-03 22:44 
GeneralRe: CTabCtrl problem Pin
Ravi Bhavnani18-Mar-03 2:28
professionalRavi Bhavnani18-Mar-03 2:28 
GeneralRe: CTabCtrl problem Pin
Brian van der Beek18-Mar-03 19:54
Brian van der Beek18-Mar-03 19:54 
GeneralMessageBox from a service ... Pin
Vimal Earnest17-Mar-03 21:16
Vimal Earnest17-Mar-03 21:16 
GeneralRe: MessageBox from a service ... Pin
geo_m17-Mar-03 21:20
geo_m17-Mar-03 21:20 

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.