Click here to Skip to main content
15,902,755 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSave/Open : CDocument Pin
DanYELL20-Jun-06 10:02
DanYELL20-Jun-06 10:02 
AnswerRe: Save/Open : CDocument Pin
led mike20-Jun-06 11:58
led mike20-Jun-06 11:58 
GeneralRe: Save/Open : CDocument Pin
DanYELL20-Jun-06 12:00
DanYELL20-Jun-06 12:00 
GeneralRe: Save/Open : CDocument Pin
led mike20-Jun-06 19:29
led mike20-Jun-06 19:29 
QuestionAdjusting the lines of a graphics according to the size of the window app Pin
Alex Cutovoi20-Jun-06 9:33
Alex Cutovoi20-Jun-06 9:33 
AnswerRe: Adjusting the lines of a graphics according to the size of the window app Pin
Zac Howland20-Jun-06 9:54
Zac Howland20-Jun-06 9:54 
AnswerRe: Adjusting the lines of a graphics according to the size of the window app Pin
Justin Tay20-Jun-06 10:02
Justin Tay20-Jun-06 10:02 
QuestionGetting CVT1100: duplicate resource error Pin
erico6820-Jun-06 9:00
erico6820-Jun-06 9:00 
I have a VC++/MFC application that I am converting from VS6 to VS2005. After much trudgery I have it compiling but the linking is failing with.

1>CVTRES : fatal error CVT1100: duplicate resource. type:DIALOG, name:24029, language:0x0409
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

I have two resource files in the project: the default app.rc and an additional shared.rc (shared with other applications). I #include the shared.rc from within the app.rc. This all works fine under VS6.

I am also using Stingray Grid and Toolkit. These .rc files are not explicitly part of the project but are also include through the resource includes (in app.rc).

I know I don't actually have duplicate resources so I figure it must be some little configuration issue causing this. The dialog (24029) is in shared.rc and it's not the problem. If I reorder the dialogs in the resource it'll error on whichever is first.

I have done some renumbering to insure I'm not stepping on other resource IDs with no luck. Originally I was getting the same error but for "type:CURSOR, name: 3". I only have 2 cursors in my project and they definitely don't have 3 as their resource ID.

Help? Thank you much.

Eric Margheim
Questionplease help me Pin
dSolariuM20-Jun-06 8:52
dSolariuM20-Jun-06 8:52 
AnswerRe: please help me Pin
Michael Dunn20-Jun-06 9:10
sitebuilderMichael Dunn20-Jun-06 9:10 
Questionpchar vs. CStrings Pin
kitty520-Jun-06 8:40
kitty520-Jun-06 8:40 
AnswerRe: pchar vs. CStrings Pin
led mike20-Jun-06 8:51
led mike20-Jun-06 8:51 
GeneralRe: pchar vs. CStrings Pin
kitty520-Jun-06 9:10
kitty520-Jun-06 9:10 
QuestionDate Time Picker Pin
sandem20-Jun-06 8:14
sandem20-Jun-06 8:14 
AnswerRe: Date Time Picker Pin
Steve Echols20-Jun-06 20:04
Steve Echols20-Jun-06 20:04 
GeneralRe: Date Time Picker Pin
sandem22-Jun-06 3:38
sandem22-Jun-06 3:38 
AnswerRe: Date Time Picker Pin
ensger21-Jun-06 9:21
ensger21-Jun-06 9:21 
GeneralRe: Date Time Picker Pin
sandem22-Jun-06 3:44
sandem22-Jun-06 3:44 
GeneralRe: Date Time Picker [modified] Pin
ensger22-Jun-06 8:54
ensger22-Jun-06 8:54 
QuestionStupid CBitmapButton question regarding resource editor. Pin
Maximilien20-Jun-06 8:12
Maximilien20-Jun-06 8:12 
AnswerRe: Stupid CBitmapButton question regarding resource editor. Pin
led mike20-Jun-06 8:53
led mike20-Jun-06 8:53 
QuestionRe: Stupid CBitmapButton question regarding resource editor. Pin
David Crow20-Jun-06 9:32
David Crow20-Jun-06 9:32 
AnswerRe: Stupid CBitmapButton question regarding resource editor. Pin
Maximilien20-Jun-06 10:11
Maximilien20-Jun-06 10:11 
GeneralRe: Stupid CBitmapButton question regarding resource editor. Pin
David Crow20-Jun-06 10:27
David Crow20-Jun-06 10:27 
QuestionKNOX Forum Pin
knoxplusplus20-Jun-06 7:37
knoxplusplus20-Jun-06 7:37 

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.