Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwarning C4273 - inconsistent dll linkage. dllexport assumed. Pin
YaronNir8-Oct-03 12:54
YaronNir8-Oct-03 12:54 
QuestionHow to change the color of the dialog box Pin
Deepak Samuel8-Oct-03 12:15
Deepak Samuel8-Oct-03 12:15 
AnswerRe: How to change the color of the dialog box Pin
YaronNir8-Oct-03 13:16
YaronNir8-Oct-03 13:16 
QuestionEM_STREAMOUT and EditStreamCallback() function? Pin
Kayembi8-Oct-03 12:07
Kayembi8-Oct-03 12:07 
QuestionHow to make a dialog box pop up on receiving an event Pin
Deepak Samuel8-Oct-03 11:18
Deepak Samuel8-Oct-03 11:18 
GeneralWindows Xp Style Buttons Pin
Marissa1828-Oct-03 11:14
Marissa1828-Oct-03 11:14 
GeneralRe: Windows Xp Style Buttons Pin
Ravi Bhavnani8-Oct-03 11:51
professionalRavi Bhavnani8-Oct-03 11:51 
General"This" adress changing in the same object Pin
Chris Gilbert8-Oct-03 10:27
Chris Gilbert8-Oct-03 10:27 
Hi!

In some class, the adress of "this" change from method to other method of the same class.

For example,

void X::doNothing()
{
doNothing2(); // adress of "this" = 0x053014e4
}

void X::doNothing2()
{
// adress of "this" = 0x053014f0
}

This happen only in some class of my project.

The "this" adress is essential for me because I use it to do object research by comparing adress.

Do someone have an idea why in some class this will happen and other not?

GeneralRe: "This" adress changing in the same object Pin
Tim Smith8-Oct-03 11:19
Tim Smith8-Oct-03 11:19 
GeneralRe: "This" adress changing in the same object Pin
Chris Gilbert9-Oct-03 11:02
Chris Gilbert9-Oct-03 11:02 
GeneralRe: "This" adress changing in the same object Pin
ZoogieZork8-Oct-03 16:35
ZoogieZork8-Oct-03 16:35 
GeneralDisplaying images on CWnd dervied windows Pin
Ph@ntom8-Oct-03 9:49
Ph@ntom8-Oct-03 9:49 
General1 day only! I will answer your beginner home-work assignments! Pin
Terry O'Nolley8-Oct-03 9:24
Terry O'Nolley8-Oct-03 9:24 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
Ryan_Roberts8-Oct-03 9:58
Ryan_Roberts8-Oct-03 9:58 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
Terry O'Nolley8-Oct-03 17:28
Terry O'Nolley8-Oct-03 17:28 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
Anonymous8-Oct-03 11:01
Anonymous8-Oct-03 11:01 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
Terry O'Nolley8-Oct-03 16:30
Terry O'Nolley8-Oct-03 16:30 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
David Stone8-Oct-03 19:08
sitebuilderDavid Stone8-Oct-03 19:08 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
Mike Danberg8-Oct-03 17:09
Mike Danberg8-Oct-03 17:09 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
David Stone8-Oct-03 19:12
sitebuilderDavid Stone8-Oct-03 19:12 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
Chris Maunder8-Oct-03 16:47
cofounderChris Maunder8-Oct-03 16:47 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
Terry O'Nolley8-Oct-03 17:25
Terry O'Nolley8-Oct-03 17:25 
GeneralRe: 1 day only! I will answer your beginner home-work assignments! Pin
Alex Dolpfin9-Oct-03 3:24
Alex Dolpfin9-Oct-03 3:24 
GeneralDetecting if UNC path is on local machine Pin
RWB8-Oct-03 9:08
RWB8-Oct-03 9:08 
GeneralRe: Detecting if UNC path is on local machine Pin
Joel Lucsy9-Oct-03 2:36
Joel Lucsy9-Oct-03 2:36 

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.