Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: SDI project problem Pin
David Crow12-Jul-07 5:25
David Crow12-Jul-07 5:25 
AnswerRe: SDI project problem Pin
Max++12-Jul-07 5:40
Max++12-Jul-07 5:40 
QuestionDynamically adding sub menus Pin
Abhijeet Pathak12-Jul-07 3:06
Abhijeet Pathak12-Jul-07 3:06 
AnswerRe: Dynamically adding sub menus Pin
jhwurmbach12-Jul-07 4:50
jhwurmbach12-Jul-07 4:50 
QuestionProblem with Model Dialog box in a DLL Pin
uday kiran janaswamy12-Jul-07 3:05
uday kiran janaswamy12-Jul-07 3:05 
AnswerRe: Problem with Model Dialog box in a DLL Pin
Y Mahi12-Jul-07 23:17
Y Mahi12-Jul-07 23:17 
AnswerRe: Problem with Model Dialog box in a DLL Pin
Hamid_RT13-Jul-07 2:01
Hamid_RT13-Jul-07 2:01 
QuestionPointer Identifying problem Pin
baerten12-Jul-07 1:40
baerten12-Jul-07 1:40 
Hi all,

at a certain place of my code i test the controls of my view on the RuntimeClasses.
If they are CEdit i make a special operation ...

At the View i send the variables (as value, not as pointer) to this function,
the function is MyDDX_Control which executes some operations before the variable of type CEdit or CStatic goes to the real DDX_Control-Function.
Already before i send the CStatic variables (in my case CFontStatic) to MyDDX_Control i check them
via the Watching-Tool

the first Label is correctly of type CFontStatic,
the second Label (also declared as CFontStatic) is as value of type CFontStatic and if i check
it as pointer with the watcher, the type is CCustomerView ( The Class-name of the view where the control is located ...

I've nothing changed into the source code appart some definitions.

I put into the class-header a blank-definition of classes which appears in this class and the include of the real header of the pointers into the .cpp
class xxx;

public class yyy
{

  public: xxx *var;

}


but appart of these changings i've nothing changed.

Is it possible that those changings provokes errors like this?

Big thanks !! Wink | ;)
AnswerRe: Pointer Identifying problem Pin
baerten12-Jul-07 2:54
baerten12-Jul-07 2:54 
AnswerRe: Pointer Identifying problem [modified] Pin
DevMentor.org12-Jul-07 9:52
DevMentor.org12-Jul-07 9:52 
Questionchanging permissions of registry Pin
rahul_3136612-Jul-07 0:19
rahul_3136612-Jul-07 0:19 
AnswerRe: changing permissions of registry Pin
_AnsHUMAN_ 12-Jul-07 0:37
_AnsHUMAN_ 12-Jul-07 0:37 
GeneralRe: changing permissions of registry Pin
rahul_3136613-Jul-07 1:48
rahul_3136613-Jul-07 1:48 
AnswerRe: changing permissions of registry Pin
Rage12-Jul-07 1:13
professionalRage12-Jul-07 1:13 
Questiongraphics.h Pin
ivansla12-Jul-07 0:16
ivansla12-Jul-07 0:16 
QuestionRe: graphics.h Pin
Hamid_RT12-Jul-07 0:43
Hamid_RT12-Jul-07 0:43 
AnswerRe: graphics.h Pin
Emmanouil12-Jul-07 1:02
Emmanouil12-Jul-07 1:02 
AnswerRe: graphics.h Pin
khan++12-Jul-07 1:03
khan++12-Jul-07 1:03 
QuestionHow I can use DirectShow Pin
yaminisridaran11-Jul-07 23:53
yaminisridaran11-Jul-07 23:53 
AnswerRe: How I can use DirectShow Pin
Hamid_RT12-Jul-07 0:44
Hamid_RT12-Jul-07 0:44 
GeneralRe: How I can use DirectShow Pin
yaminisridaran12-Jul-07 0:47
yaminisridaran12-Jul-07 0:47 
GeneralRe: How I can use DirectShow Pin
Hamid_RT12-Jul-07 1:15
Hamid_RT12-Jul-07 1:15 
GeneralRe: How I can use DirectShow Pin
yaminisridaran12-Jul-07 1:17
yaminisridaran12-Jul-07 1:17 
GeneralRe: How I can use DirectShow Pin
Hamid_RT12-Jul-07 1:20
Hamid_RT12-Jul-07 1:20 
GeneralRe: How I can use DirectShow Pin
yaminisridaran12-Jul-07 1:26
yaminisridaran12-Jul-07 1:26 

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.