Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: muliple-inheriting two functions with identical signatures Pin
moredip1-Mar-05 5:41
moredip1-Mar-05 5:41 
GeneralUSB Port Pin
Member 47204524-Feb-05 11:11
Member 47204524-Feb-05 11:11 
GeneralRe: USB Port Pin
namaskaaram24-Feb-05 21:34
namaskaaram24-Feb-05 21:34 
GeneralAssigning Member Variables to Controls Pin
Veronique72224-Feb-05 10:04
Veronique72224-Feb-05 10:04 
GeneralRe: Assigning Member Variables to Controls Pin
David Crow24-Feb-05 10:31
David Crow24-Feb-05 10:31 
GeneralRe: Assigning Member Variables to Controls Pin
Veronique72224-Feb-05 10:39
Veronique72224-Feb-05 10:39 
GeneralRe: Assigning Member Variables to Controls Pin
wilsonian24-Feb-05 14:09
wilsonian24-Feb-05 14:09 
GeneralRe: Assigning Member Variables to Controls Pin
Veronique72225-Feb-05 2:51
Veronique72225-Feb-05 2:51 
Hi!

Yes, I'm positive I don't have a CEdit member variable for that control... but now I found the problem. The problem is (was) in the .vcproj project file. In the <Globals> section, the RESOURCE_FILE Value was set to the wrong .rc file. I was trying to assign a member variable to a control that wasn't defined in the specified .rc file. I set the correct .rc file in the .vcproj file and now I can do what I wanted to do.

Here is the <Globals> section of the .vcproj file.
<Globals>
<Global
Name="RESOURCE_FILE"
Value="WX.rc"/>
</Globals>

Thank you all for trying to help me!!
Bye!
VéroniqueSmile | :)
GeneralRe: Assigning Member Variables to Controls Pin
rbid25-Feb-05 21:21
rbid25-Feb-05 21:21 
GeneralTerminate process Pin
superstar441024-Feb-05 9:14
susssuperstar441024-Feb-05 9:14 
GeneralRe: Terminate process Pin
David Crow24-Feb-05 9:19
David Crow24-Feb-05 9:19 
GeneralRe: Terminate process Pin
superstar441024-Feb-05 9:35
susssuperstar441024-Feb-05 9:35 
GeneralRe: Terminate process Pin
David Crow24-Feb-05 9:39
David Crow24-Feb-05 9:39 
GeneralRe: Terminate process Pin
superstar441024-Feb-05 10:21
susssuperstar441024-Feb-05 10:21 
GeneralRe: Terminate process Pin
David Crow24-Feb-05 10:25
David Crow24-Feb-05 10:25 
GeneralRe: Terminate process Pin
superstar441024-Feb-05 10:35
susssuperstar441024-Feb-05 10:35 
GeneralRe: Terminate process Pin
David Crow24-Feb-05 10:38
David Crow24-Feb-05 10:38 
GeneralRe: Terminate process Pin
superstar441024-Feb-05 11:00
susssuperstar441024-Feb-05 11:00 
GeneralRe: Terminate process Pin
David Crow24-Feb-05 16:11
David Crow24-Feb-05 16:11 
Generalpopulating a CListCtrl which is inside a Dialog Pin
lino_i24-Feb-05 7:57
lino_i24-Feb-05 7:57 
GeneralRe: populating a CListCtrl which is inside a Dialog Pin
David Crow24-Feb-05 8:05
David Crow24-Feb-05 8:05 
GeneralRe: populating a CListCtrl which is inside a Dialog Pin
lino_i24-Feb-05 8:15
lino_i24-Feb-05 8:15 
GeneralRe: populating a CListCtrl which is inside a Dialog Pin
David Crow24-Feb-05 8:30
David Crow24-Feb-05 8:30 
GeneralRe: populating a CListCtrl which is inside a Dialog Pin
lino_i24-Feb-05 8:40
lino_i24-Feb-05 8:40 
GeneralRe: populating a CListCtrl which is inside a Dialog Pin
David Crow24-Feb-05 9:18
David Crow24-Feb-05 9:18 

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.