Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: driving stepper motor Pin
Mark Salsbery23-Jan-08 12:00
Mark Salsbery23-Jan-08 12:00 
QuestionRe: driving stepper motor Pin
David Crow24-Jan-08 3:27
David Crow24-Jan-08 3:27 
GeneralRe: driving stepper motor Pin
Adnan Merter24-Jan-08 4:09
Adnan Merter24-Jan-08 4:09 
GeneralVTable Madness [modified] Pin
73Zeppelin23-Jan-08 9:49
73Zeppelin23-Jan-08 9:49 
QuestionRe: VTable Madness Pin
Maximilien23-Jan-08 10:31
Maximilien23-Jan-08 10:31 
GeneralRe: VTable Madness Pin
73Zeppelin23-Jan-08 10:39
73Zeppelin23-Jan-08 10:39 
GeneralRe: VTable Madness Pin
Jim Crafton23-Jan-08 12:02
Jim Crafton23-Jan-08 12:02 
GeneralRe: VTable Madness Pin
73Zeppelin23-Jan-08 19:26
73Zeppelin23-Jan-08 19:26 
Jim Crafton wrote:
There's your problem


I know, g++ is not the most stress-free compiler...

Jim Crafton wrote:
Seriously, have you tried this without using the boost shared ptr? If that works then maybe it's the way you're using the smart pointer? I would try and break up that single line statement into *all* it's component parts and see if there's something weird going on there.


I have tried breaking it up into a million little pieces, but I consistently get the vtable error. That's why I called this thread "VTable Madness". It's driving me insane.

Jim Crafton wrote:
One other thought - do you implement the default constructor? You don't have any impl here, maybe that's the problem?


Hmmmmm, it should be in there. If not, I've done it like this in the .h file:

CLatticeNode(void) {;};











GeneralSolution! Pin
73Zeppelin23-Jan-08 20:03
73Zeppelin23-Jan-08 20:03 
GeneralRe: Solution! Pin
Rajesh R Subramanian23-Jan-08 22:24
professionalRajesh R Subramanian23-Jan-08 22:24 
GeneralRe: Solution! Pin
Jim Crafton24-Jan-08 3:23
Jim Crafton24-Jan-08 3:23 
GeneralRe: Solution! Pin
73Zeppelin24-Jan-08 3:39
73Zeppelin24-Jan-08 3:39 
Questionc/c++ binary to string and vice versa conversion functions? Pin
mindspin31123-Jan-08 5:02
mindspin31123-Jan-08 5:02 
AnswerRe: c/c++ binary to string and vice versa conversion functions? Pin
David Crow23-Jan-08 5:26
David Crow23-Jan-08 5:26 
QuestionRe: c/c++ binary to string and vice versa conversion functions? Pin
CPallini23-Jan-08 5:32
mveCPallini23-Jan-08 5:32 
GeneralRe: c/c++ binary to string and vice versa conversion functions? Pin
David Crow23-Jan-08 5:40
David Crow23-Jan-08 5:40 
JokeOK! Pin
CPallini23-Jan-08 5:52
mveCPallini23-Jan-08 5:52 
GeneralView Console Window Pin
gman200823-Jan-08 3:17
gman200823-Jan-08 3:17 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 3:37
David Crow23-Jan-08 3:37 
GeneralRe: View Console Window Pin
gman200823-Jan-08 3:40
gman200823-Jan-08 3:40 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 4:30
David Crow23-Jan-08 4:30 
GeneralRe: View Console Window Pin
gman200823-Jan-08 4:44
gman200823-Jan-08 4:44 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 5:03
David Crow23-Jan-08 5:03 
GeneralRe: View Console Window Pin
gman200823-Jan-08 5:34
gman200823-Jan-08 5:34 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 5:41
David Crow23-Jan-08 5:41 

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.