Click here to Skip to main content
15,906,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralIncreasing build number Pin
brianwelsch20-Jun-03 3:00
brianwelsch20-Jun-03 3:00 
GeneralRe: Increasing build number Pin
John M. Drescher20-Jun-03 3:40
John M. Drescher20-Jun-03 3:40 
GeneralRe: Increasing build number Pin
brianwelsch20-Jun-03 3:48
brianwelsch20-Jun-03 3:48 
GeneralRe: Increasing build number Pin
John M. Drescher20-Jun-03 3:50
John M. Drescher20-Jun-03 3:50 
GeneralRe: Increasing build number Pin
David Crow20-Jun-03 7:28
David Crow20-Jun-03 7:28 
GeneralRe: Increasing build number Pin
brianwelsch20-Jun-03 8:04
brianwelsch20-Jun-03 8:04 
GeneralEnhanced CPropertySheet Pin
IJay20-Jun-03 2:37
IJay20-Jun-03 2:37 
GeneralRe: Enhanced CPropertySheet Pin
Ryan Binns20-Jun-03 2:55
Ryan Binns20-Jun-03 2:55 
There are two causes of this error:

1. You're calling a non-static member function from a static member function

2. You're calling non-static member function as though it were a static member function.

As far as I can see, it won't be the first one. The most likely cause is that your property sheet is still derived from CPropertySheet, not CPropertySheetEnh.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralDigital Watermarking - Help/Suggestions Required Pin
RizyDeWino20-Jun-03 1:55
RizyDeWino20-Jun-03 1:55 
GeneralRe: Digital Watermarking - Help/Suggestions Required Pin
l a u r e n20-Jun-03 7:38
l a u r e n20-Jun-03 7:38 
GeneralFocus on ComboBox: Problem when pressing "Enter" Pin
Snore20-Jun-03 1:50
Snore20-Jun-03 1:50 
GeneralRe: Focus on ComboBox: Problem when pressing "Enter" Pin
Rage20-Jun-03 2:02
professionalRage20-Jun-03 2:02 
GeneralParsing with bison and flex Pin
andyg.10120-Jun-03 1:43
andyg.10120-Jun-03 1:43 
GeneralRe: Parsing with bison and flex Pin
Ryan Binns20-Jun-03 2:05
Ryan Binns20-Jun-03 2:05 
GeneralRe: Parsing with bison and flex Pin
andyg.10120-Jun-03 3:33
andyg.10120-Jun-03 3:33 
GeneralRe: Parsing with bison and flex Pin
Ryan Binns20-Jun-03 4:01
Ryan Binns20-Jun-03 4:01 
GeneralRe: Parsing with bison and flex Pin
andyg.10120-Jun-03 4:26
andyg.10120-Jun-03 4:26 
GeneralRe: Parsing with bison and flex Pin
Ryan Binns20-Jun-03 4:30
Ryan Binns20-Jun-03 4:30 
GeneralIn Activex control, child windows are not painted correctly while scrolling IE. Pin
S.Maharajan20-Jun-03 1:41
S.Maharajan20-Jun-03 1:41 
GeneralForm Problem Pin
Anonymous20-Jun-03 0:43
Anonymous20-Jun-03 0:43 
GeneralRe: Form Problem Pin
Joan M20-Jun-03 1:15
professionalJoan M20-Jun-03 1:15 
Generaldetecting exceptions in threads Pin
Chris Eatough20-Jun-03 0:20
Chris Eatough20-Jun-03 0:20 
GeneralRe: detecting exceptions in threads Pin
Ryan Binns20-Jun-03 2:12
Ryan Binns20-Jun-03 2:12 
GeneralRe: detecting exceptions in threads Pin
Chris Eatough20-Jun-03 3:51
Chris Eatough20-Jun-03 3:51 
GeneralRe: detecting exceptions in threads Pin
Jonathan Craig20-Jun-03 3:58
Jonathan Craig20-Jun-03 3:58 

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.