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

C / C++ / MFC

 
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 
GeneralSolution! Pin
73Zeppelin23-Jan-08 20:03
73Zeppelin23-Jan-08 20:03 
Jim Crafton wrote:
There's your problem

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.

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


Found it! Not the CONSTRUCTOR, but the virtual DESTRUCTOR wasn't implemented. Gah!










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 
GeneralRe: View Console Window Pin
gman200823-Jan-08 5:55
gman200823-Jan-08 5:55 

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.