CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: JesseF

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    23,035

    Re: Cannot Instantiate abstract Object?

    Looks like adding the missing files resolved the issue. Thanks for all your help.

    -Jesse
  2. Replies
    17
    Views
    23,035

    Re: Cannot Instantiate abstract Object?

    Paul,

    Thanks for the help. I guess I've been staring at my code for too long to notice the obvious :)

    I'm compiling using .NET 3.5, not getting the other errors you mentioned (although I have...
  3. Replies
    17
    Views
    23,035

    Re: Cannot Instantiate abstract Object?

    It's not anymore, thanks :)



    I had left those bits out for the sake of brevity, because I thought the issue was with the "Object*" portion, but it doesn't seem to be, as I can declare an...
  4. Replies
    17
    Views
    23,035

    Re: Cannot Instantiate abstract Object?

    I'm not using STL, because we're essentially re-writing portions of the STL for the class. You know, as a learning exercise. :D

    There's something else going on here, I'm going to dig a little...
  5. Replies
    17
    Views
    23,035

    [RESOLVED] Cannot Instantiate abstract Object?

    Hi,

    I'm working on a project for school, and I'm getting an error that doesn't make sense to me. Here's the code where the error comes from, with the error inserted to the side:

    #include...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured