Click here to Skip to main content
15,920,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Find files with CFileFind? Pin
Dominik Reichl19-Jul-03 22:42
Dominik Reichl19-Jul-03 22:42 
GeneralRe: Find files with CFileFind? Pin
Ryan Binns19-Jul-03 22:44
Ryan Binns19-Jul-03 22:44 
AnswerRe: Find files with CFileFind? Pin
wb20-Jul-03 2:29
wb20-Jul-03 2:29 
GeneralPlease Help I deleted my resource.h file Pin
19-Jul-03 17:08
suss19-Jul-03 17:08 
GeneralRe: Please Help I deleted my resource.h file Pin
Tom Archer19-Jul-03 17:49
Tom Archer19-Jul-03 17:49 
GeneralRe: Please Help I deleted my resource.h file Pin
Member 43419219-Jul-03 18:40
Member 43419219-Jul-03 18:40 
GeneralRe: Please Help I deleted my resource.h file Pin
Tom Archer20-Jul-03 3:04
Tom Archer20-Jul-03 3:04 
GeneralRe: Please Help I deleted my resource.h file Pin
Taka Muraoka20-Jul-03 4:52
Taka Muraoka20-Jul-03 4:52 
Dude, I think you're screwed Smile | :)

If it was me, I would write a little Python script to scan your RC file and extract any strings that matched the pattern IDC_[A-Z]*, IDI_[A-Z]*, etc., assign them uniqe numbers and print the results out as a list of #define's. This will probably need a bit of tweaking by hand but it will do most of the grunt work for you.

Then I would think about a backup plan... Roll eyes | :rolleyes:




"Sucks less" isn't progress - Kent Beck [^]

Awasu 1.1 [^]: A free RSS reader with support for Code Project.

GeneralAbout RUNTIME_CLASS Pin
FlyingDancer19-Jul-03 16:14
FlyingDancer19-Jul-03 16:14 
GeneralRe: About RUNTIME_CLASS Pin
Tom Archer19-Jul-03 17:35
Tom Archer19-Jul-03 17:35 
GeneralRe: About RUNTIME_CLASS Pin
FlyingDancer19-Jul-03 18:56
FlyingDancer19-Jul-03 18:56 
QuestionWhen to use Critical Sections in Threads? Pin
Aidman19-Jul-03 12:00
Aidman19-Jul-03 12:00 
AnswerRe: When to use Critical Sections in Threads? Pin
Rickard Andersson2019-Jul-03 12:35
Rickard Andersson2019-Jul-03 12:35 
GeneralRe: When to use Critical Sections in Threads? Pin
peterchen19-Jul-03 23:00
peterchen19-Jul-03 23:00 
GeneralRe: When to use Critical Sections in Threads? Pin
Rickard Andersson2020-Jul-03 0:43
Rickard Andersson2020-Jul-03 0:43 
AnswerRe: When to use Critical Sections in Threads? Pin
Ted Ferenc19-Jul-03 12:58
Ted Ferenc19-Jul-03 12:58 
AnswerRe: When to use Critical Sections in Threads? Pin
Neville Franks19-Jul-03 13:03
Neville Franks19-Jul-03 13:03 
AnswerRe: When to use Critical Sections in Threads? Pin
Ryan_Roberts19-Jul-03 13:18
Ryan_Roberts19-Jul-03 13:18 
AnswerRe: When to use Critical Sections in Threads? Pin
Aidman19-Jul-03 14:13
Aidman19-Jul-03 14:13 
QuestionSaving progress in ListCtrl? Pin
spaced_out19-Jul-03 10:19
spaced_out19-Jul-03 10:19 
AnswerRe: Saving progress in ListCtrl? Pin
Tom Archer19-Jul-03 11:48
Tom Archer19-Jul-03 11:48 
AnswerRe: Saving progress in ListCtrl? Pin
wb19-Jul-03 21:16
wb19-Jul-03 21:16 
AnswerRe: Saving progress in ListCtrl? Pin
Michael P Butler20-Jul-03 4:32
Michael P Butler20-Jul-03 4:32 
QuestionHow to display "Properties" system dialog for multiple files? Pin
s_k19-Jul-03 9:48
s_k19-Jul-03 9:48 
AnswerRe: How to display "Properties" system dialog for multiple files? Pin
s_k26-Jul-03 1:36
s_k26-Jul-03 1:36 

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.