TuxedoTemplar
Programmer
Alright I'll TRY to be specific on the problem, but then again I have no clue whats causing it, so I'll start off with the part that has me baffled:
Trigger Happy error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
I have a whole 2 pages of these in the error list, so first I'd like to ask wtf are they supposed to mean (the program is called Trigger Happy, and I spent the last 3 hours making sure the #include headers were properly constructed, but now I'm at a loss.)
Anyway heres the long version, as best I can tell it: The first part to this was my basic windows app. A menu, some dialog boxes to pop up when clicking on menu options, and some test Open and SaveAs dialog prompts in the "File" menu. This all works. Then I begin the real work on my project, but first I need to import someone else's stuff to work with a certain file type in my project. I checked most of the functions in this person's code to be sure they were properly, then I go about trying to import them into my project. All hell breaks loose. Three hours later of attempting to debug, I have finally got to a point where I'm somewhat certain that the problem does not lie with the #include directives (I'm still not sure about this, but ggiven the time I spent at it I can't see how it would be these anymore).
Short version: I can't get another person's functions and libraries to compile with my project, and I'm stuck until I do. If anyone can help me with this I'd GREATLY appreciate it, but if you need more specifics, then tell me what they are and I'll try to give them. Thanks alot if you do!
Trigger Happy error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
I have a whole 2 pages of these in the error list, so first I'd like to ask wtf are they supposed to mean (the program is called Trigger Happy, and I spent the last 3 hours making sure the #include headers were properly constructed, but now I'm at a loss.)
Anyway heres the long version, as best I can tell it: The first part to this was my basic windows app. A menu, some dialog boxes to pop up when clicking on menu options, and some test Open and SaveAs dialog prompts in the "File" menu. This all works. Then I begin the real work on my project, but first I need to import someone else's stuff to work with a certain file type in my project. I checked most of the functions in this person's code to be sure they were properly, then I go about trying to import them into my project. All hell breaks loose. Three hours later of attempting to debug, I have finally got to a point where I'm somewhat certain that the problem does not lie with the #include directives (I'm still not sure about this, but ggiven the time I spent at it I can't see how it would be these anymore).
Short version: I can't get another person's functions and libraries to compile with my project, and I'm stuck until I do. If anyone can help me with this I'd GREATLY appreciate it, but if you need more specifics, then tell me what they are and I'll try to give them. Thanks alot if you do!