Click here to Skip to main content
15,916,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Macro Preprocessing Pin
Stephen Hewitt31-Jan-07 19:51
Stephen Hewitt31-Jan-07 19:51 
GeneralRe: Macro Preprocessing Pin
abhi_code16-Feb-07 5:18
abhi_code16-Feb-07 5:18 
QuestionCMap problem Pin
~Worried!31-Jan-07 18:59
~Worried!31-Jan-07 18:59 
AnswerRe: CMap problem Pin
prasad_som31-Jan-07 19:08
prasad_som31-Jan-07 19:08 
GeneralRe: CMap problem Pin
~Worried!31-Jan-07 21:25
~Worried!31-Jan-07 21:25 
AnswerRe: CMap problem Pin
ThatsAlok31-Jan-07 20:08
ThatsAlok31-Jan-07 20:08 
GeneralRe: CMap problem Pin
~Worried!31-Jan-07 21:26
~Worried!31-Jan-07 21:26 
Questionvtable pointer initialize failed! [modified] Pin
white jungle31-Jan-07 17:42
white jungle31-Jan-07 17:42 
I dont' know how to named the title!
My program is compiled by vc6+sp6+SDK2003 with release mode but have debug information in it
And there is a static member called A(faked name).
And is a instance of class CSite.CSite is inherited from a abstract class.
example:
class Base
{
void virtual int add(int a,int b)=0;
};
class CSite:public Base
{
//blablabla...
};
When debug the program and set a breakpoint at the construtor of the member A.
I found that the vtable pointer was initlialized to NULL.
And of course the program crashed!

I have no idea with this issue!
Can any one who please give me a handle on this!

BTW:there is not anything wrong if I debug the program in debug mode!

Thank you very much!

I must appologise for my poor english,hope you can understand what I said!


-- modified at 23:47 Wednesday 31st January, 2007

Don't look at me in that way!

AnswerRe: vtable pointer initialize failed! Pin
Stephen Hewitt31-Jan-07 18:29
Stephen Hewitt31-Jan-07 18:29 
GeneralRe: vtable pointer initialize failed! Pin
white jungle31-Jan-07 18:42
white jungle31-Jan-07 18:42 
GeneralRe: vtable pointer initialize failed! Pin
Stephen Hewitt31-Jan-07 18:44
Stephen Hewitt31-Jan-07 18:44 
GeneralRe: vtable pointer initialize failed! Pin
white jungle31-Jan-07 19:48
white jungle31-Jan-07 19:48 
QuestionProblem with winsock2.0 Pin
lastgen31-Jan-07 17:41
lastgen31-Jan-07 17:41 
AnswerRe: Problem with winsock2.0 Pin
Sakthiu31-Jan-07 18:25
Sakthiu31-Jan-07 18:25 
GeneralRe: Problem with winsock2.0 Pin
lastgen31-Jan-07 18:42
lastgen31-Jan-07 18:42 
Questionautoview CD Pin
hoa_nguyen31-Jan-07 17:00
hoa_nguyen31-Jan-07 17:00 
AnswerRe: autoview CD Pin
Hamid_RT31-Jan-07 18:30
Hamid_RT31-Jan-07 18:30 
GeneralRe: autoview CD Pin
hoa_nguyen31-Jan-07 23:18
hoa_nguyen31-Jan-07 23:18 
GeneralRe: autoview CD Pin
Hamid_RT1-Feb-07 0:11
Hamid_RT1-Feb-07 0:11 
GeneralRe: autoview CD Pin
hoa_nguyen1-Feb-07 23:04
hoa_nguyen1-Feb-07 23:04 
GeneralRe: autoview CD Pin
Hamid_RT2-Feb-07 4:14
Hamid_RT2-Feb-07 4:14 
GeneralRe: autoview CD Pin
Hamid_RT2-Feb-07 4:16
Hamid_RT2-Feb-07 4:16 
GeneralRe: autoview CD Pin
Hamid_RT3-Feb-07 23:49
Hamid_RT3-Feb-07 23:49 
QuestionAPI Based Applications and Software Applications Pin
Khoramdin31-Jan-07 16:48
Khoramdin31-Jan-07 16:48 
AnswerRe: API Based Applications and Software Applications Pin
Hans Dietrich18-Feb-07 0:23
mentorHans Dietrich18-Feb-07 0:23 

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.