Click here to Skip to main content
16,008,942 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to position a toolbar??? Pin
IlanTal1-Jul-05 8:37
IlanTal1-Jul-05 8:37 
GeneralAccount type Pin
__makaveli__30-Jun-05 3:10
__makaveli__30-Jun-05 3:10 
GeneralRe: Account type Pin
Blake Miller30-Jun-05 4:45
Blake Miller30-Jun-05 4:45 
GeneralRe: Account type Pin
David Crow30-Jun-05 5:51
David Crow30-Jun-05 5:51 
GeneralRe: Account type Pin
__makaveli__30-Jun-05 5:52
__makaveli__30-Jun-05 5:52 
GeneralVersion Control vs. resource files ( resource.h ) Pin
Maximilien30-Jun-05 2:48
Maximilien30-Jun-05 2:48 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
krmed30-Jun-05 4:05
krmed30-Jun-05 4:05 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
Anna-Jayne Metcalfe30-Jun-05 6:38
Anna-Jayne Metcalfe30-Jun-05 6:38 
Hi Maximilien,

ResOrg will spot resource ID conflicts either within or between files, generate detailed HTML reports showing them, and be used to renumber selected symbols via a symbol renumbering wizard.

I'd suggest a few things to make the process of managing IDs easier:

  • If you can, namespace your IDs by module (e.g. IDC_MODULE1_NAME, IDC_MODULE1_FREQUENCY). That way you'll be able to see at a glance which module the symbol originates in.


  • Allocate a defined range of symbol values for each module. That way, clashes between modules (which can cause some really odd behaviour if you're using MFC Extension DLLs) are far less likely.


  • Give someone on the team responsibility for managing IDs, and make others listen to them (from experience, this is usually the hardest part)
Good luck! If you have any specific queastions about ResOrg or how to use it, please feel free to ask. Smile | :)


Anna Rose | [Rose]

Riverblade Ltd - Software Consultancy Services

Anna's Place | Tears and Laughter

"Be yourself - not what others think you should be"
- Marcia Graesch

"Anna's just a sexy-looking lesbian tart"
- A friend, trying to wind me up. It didn't work.

GeneralRe: Version Control vs. resource files ( resource.h ) Pin
Maximilien30-Jun-05 6:55
Maximilien30-Jun-05 6:55 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
Anna-Jayne Metcalfe30-Jun-05 11:17
Anna-Jayne Metcalfe30-Jun-05 11:17 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
charlieg2-Aug-05 3:19
charlieg2-Aug-05 3:19 
GeneralZoom Pin
Anonymous30-Jun-05 2:40
Anonymous30-Jun-05 2:40 
GeneralRe: Zoom Pin
David Crow30-Jun-05 2:47
David Crow30-Jun-05 2:47 
GeneralRe: Zoom Pin
Jose Lamas Rios30-Jun-05 2:58
Jose Lamas Rios30-Jun-05 2:58 
GeneralInitailizing nesting of structures Pin
napoleaninlondon30-Jun-05 1:52
napoleaninlondon30-Jun-05 1:52 
GeneralRe: Initailizing nesting of structures Pin
David Crow30-Jun-05 2:45
David Crow30-Jun-05 2:45 
GeneralConverting WCHAR to wchar_t Pin
Franz Klein30-Jun-05 1:28
Franz Klein30-Jun-05 1:28 
GeneralRe: Converting WCHAR to wchar_t Pin
«_Superman_»30-Jun-05 1:42
professional«_Superman_»30-Jun-05 1:42 
GeneralTCP and UDP difference Pin
xcavin30-Jun-05 1:25
xcavin30-Jun-05 1:25 
GeneralRe: TCP and UDP difference Pin
toxcct30-Jun-05 1:34
toxcct30-Jun-05 1:34 
GeneralRe: TCP and UDP difference Pin
Mike Dimmick30-Jun-05 2:26
Mike Dimmick30-Jun-05 2:26 
GeneralRe: TCP and UDP difference Pin
David Crow30-Jun-05 2:49
David Crow30-Jun-05 2:49 
GeneralRe: TCP and UDP difference Pin
David Chamberlain30-Jun-05 4:42
David Chamberlain30-Jun-05 4:42 
Generalcould not able to see the text box fields while data while debugging the dialog cpp file code Pin
Prasannajit Dash30-Jun-05 1:06
Prasannajit Dash30-Jun-05 1:06 
GeneralRe: could not able to see the text box fields while data while debugging the dialog cpp file code Pin
David Crow30-Jun-05 2:51
David Crow30-Jun-05 2:51 

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.