Click here to Skip to main content
15,909,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Rate of change of Pixel intensity Pin
Christian Graus17-May-01 13:03
protectorChristian Graus17-May-01 13:03 
GeneralRate of change of Pixel intensity Pin
mr200317-May-01 2:48
mr200317-May-01 2:48 
GeneralNT Service Pin
Roger17-May-01 2:42
Roger17-May-01 2:42 
GeneralRe: NT Service Pin
17-May-01 3:21
suss17-May-01 3:21 
GeneralRe: NT Service Pin
Tomasz Sowinski17-May-01 3:35
Tomasz Sowinski17-May-01 3:35 
GeneralRe: NT Service Pin
17-May-01 3:43
suss17-May-01 3:43 
GeneralRegarding notification through events to remote machines Pin
Yamuna17-May-01 2:32
Yamuna17-May-01 2:32 
Generalcasting Pin
hearties16-May-01 23:12
hearties16-May-01 23:12 
I have a constructor defined as shown:


CFirstClass:: CFirstClass(const CFirstClass &myClass)
{
// some code
CFirstClass* pAnotherFirstClass;
pAnotherFirstClass= &myClass; // error on this line
// code
}

The error states:

error C2440: '=' : cannot convert from 'const class CRegisterItem *' to 'const int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast

pls help.
Roll eyes | :rolleyes:
GeneralRe: casting Pin
Christian Graus17-May-01 1:13
protectorChristian Graus17-May-01 1:13 
GeneralRe: casting Pin
Tomasz Sowinski17-May-01 1:37
Tomasz Sowinski17-May-01 1:37 
GeneralList of lists Pin
16-May-01 23:10
suss16-May-01 23:10 
GeneralRe: List of lists Pin
markkuk16-May-01 23:35
markkuk16-May-01 23:35 
GeneralRe: List of lists Pin
17-May-01 18:41
suss17-May-01 18:41 
QuestionWhy doesn't CStatic keep the size of the icon when using SetIcon? Pin
16-May-01 19:16
suss16-May-01 19:16 
AnswerRe: Why doesn't CStatic keep the size of the icon when using SetIcon? Pin
Peter Godec17-May-01 12:17
Peter Godec17-May-01 12:17 
GeneralRe: Why doesn't CStatic keep the size of the icon when using SetIcon? Pin
18-May-01 0:30
suss18-May-01 0:30 
GeneralRe: Why doesn't CStatic keep the size of the icon when using SetIcon? Pin
Gast12821-Sep-10 4:18
Gast12821-Sep-10 4:18 
QuestionHow do I test CInternetSession::OpenURL() return val Pin
CMFC6.0VS.NETUser16-May-01 18:43
CMFC6.0VS.NETUser16-May-01 18:43 
GeneralTermination handler in MFC/ Pin
Brendan Tregear16-May-01 16:27
Brendan Tregear16-May-01 16:27 
GeneralVB app using VC++ OCX Pin
#realJSOP16-May-01 13:50
professional#realJSOP16-May-01 13:50 
GeneralRe: VB app using VC++ OCX Pin
Dark Angel17-May-01 10:27
Dark Angel17-May-01 10:27 
GeneralRe: VB app using VC++ OCX Pin
Carlos Antollini17-May-01 10:49
Carlos Antollini17-May-01 10:49 
GeneralRe: VB app using VC++ OCX Pin
#realJSOP17-May-01 10:53
professional#realJSOP17-May-01 10:53 
GeneralRe: VB app using VC++ OCX Pin
21-May-01 21:31
suss21-May-01 21:31 
GeneralReading disk directly under Win32 Pin
Wirawan Purwanto16-May-01 13:20
Wirawan Purwanto16-May-01 13:20 

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.