Click here to Skip to main content
15,914,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBitmap Background for CDialog Pin
DanYELL16-Jun-04 9:02
DanYELL16-Jun-04 9:02 
GeneralRe: Bitmap Background for CDialog Pin
palbano16-Jun-04 10:47
palbano16-Jun-04 10:47 
Generalbegginner needing help Pin
bmatty16-Jun-04 9:01
bmatty16-Jun-04 9:01 
GeneralRe: begginner needing help Pin
toxcct16-Jun-04 9:57
toxcct16-Jun-04 9:57 
GeneralRe: begginner needing help Pin
gamitech16-Jun-04 10:48
gamitech16-Jun-04 10:48 
Questionchkesp, _chkesp, and ESP ??? Pin
john john mackey16-Jun-04 8:50
john john mackey16-Jun-04 8:50 
AnswerRe: chkesp, _chkesp, and ESP ??? Pin
palbano16-Jun-04 10:38
palbano16-Jun-04 10:38 
GeneralRe: chkesp, _chkesp, and ESP ??? Pin
john john mackey16-Jun-04 11:45
john john mackey16-Jun-04 11:45 
I have my files in VSS - since coming back from hiatus, I did a "Get Latest" into clean folders, rebuilt everything and then ran.

My situation can be generalized as follows:
<br />
1) a dialog class that contains some processing (OnOk, etc.)<br />
   CAdjustTimesDlg<br />
<br />
2) CAdjustTimesDlg has a private function (the offender)<br />
   void UpdateTheList(CMyData item1, CMyData item2);<br />
<br />
3) AdjustTimes.cpp has the caller as:<br />
   // some code<br />
   UpdateTheList(item1, item2);<br />
<br />
   // and the function itself<br />
   void CAdjustTimesDlg::UpdateTheList(CMyData item1, CMyData item2)<br />
   {  // the code<br />
   }<br />


I have tried looking at the .DSP (settings), but there was no change. I tried explicitly casting the call as:
<br />
   (void) UpdateTheList ( (CMyData) item1,  (CMyData) item2 );<br />

But nothing I've tried so far has worked. Confused | :confused: It confuses me because there was no problem in previous builds and executions - I don't see anything that has changed.

Thanks.
Johnny P
GeneralConvertion to tiff files Pin
Sergio Batarce16-Jun-04 7:49
Sergio Batarce16-Jun-04 7:49 
GeneralRe: Convertion to tiff files Pin
David Crow16-Jun-04 7:52
David Crow16-Jun-04 7:52 
Generalusing substring in VC++ Pin
swerajan16-Jun-04 7:47
swerajan16-Jun-04 7:47 
GeneralRe: using substring in VC++ Pin
David Crow16-Jun-04 7:49
David Crow16-Jun-04 7:49 
GeneralRe: using substring in VC++ Pin
swerajan16-Jun-04 8:01
swerajan16-Jun-04 8:01 
GeneralRe: using substring in VC++ Pin
David Crow16-Jun-04 8:05
David Crow16-Jun-04 8:05 
GeneralRe: using substring in VC++ Pin
toxcct16-Jun-04 9:54
toxcct16-Jun-04 9:54 
GeneralCritical Section question Pin
kfaday16-Jun-04 7:25
kfaday16-Jun-04 7:25 
GeneralRe: Critical Section question Pin
Blake Miller16-Jun-04 13:27
Blake Miller16-Jun-04 13:27 
GeneralRe: Critical Section question Pin
kfaday16-Jun-04 14:31
kfaday16-Jun-04 14:31 
GeneralRe: Critical Section question Pin
Blake Miller16-Jun-04 14:41
Blake Miller16-Jun-04 14:41 
GeneralRe: Critical Section question Pin
kfaday16-Jun-04 15:35
kfaday16-Jun-04 15:35 
Generala newbie question Pin
Nelson L.16-Jun-04 6:33
Nelson L.16-Jun-04 6:33 
GeneralRe: a newbie question Pin
Rodrigo Pinto Pereira de Souza16-Jun-04 7:15
Rodrigo Pinto Pereira de Souza16-Jun-04 7:15 
GeneralRe: a newbie question Pin
Deian16-Jun-04 10:48
Deian16-Jun-04 10:48 
GeneralGetting SID of computer Pin
Bash16-Jun-04 6:27
Bash16-Jun-04 6:27 
GeneralRe: Getting SID of computer Pin
David Crow16-Jun-04 7:48
David Crow16-Jun-04 7:48 

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.