Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
A is a static instance of class CSite
<br />
class ISite<br />
{<br />
public:<br />
	virtual const char* getSiteName() =0;<br />
	virtual bool postRequest() =0;<br />
.....//there is a lot of method in this class!<br />
};<br />
class CSite:public ISite<br />
{<br />
public :<br />
 //implement of virtual method of baseclass <br />
......<br />
}<br />

in some other cpp file,I make a static member like this:
<br />
static CSite defaultSite;<br />


Now I set Optimizations to normal in project setting!But the problem is still there!

Don't look at me in that way!

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 
QuestionError LNK 2019 problem Pin
Alex Cutovoi31-Jan-07 16:13
Alex Cutovoi31-Jan-07 16:13 
AnswerRe: Error LNK 2019 problem Pin
Naveen31-Jan-07 16:22
Naveen31-Jan-07 16:22 

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.