CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 16

Threaded View

  1. #1
    Join Date
    Apr 2003
    Posts
    64

    Yet another linker error (class declarations included)

    Im getting this error in my code

    [Linker Error] Unresolved external 'Employee::Employee(_STL::basic_string<char, _STL::char_traits<char>, _STL::allocator<char> >, _STL::basic_string<char, _STL::char_traits<char>, _STL::allocator<char> >, bool, int)' referenced from C:\SECURITY\MAIN.OBJ
    See Updated Code Below

    I think the error is on the last line in my main code, "Vector.pushback( new Employee( S, F, Auth, ID ));"
    I can't see a single error in those class declarations? Can anyone tell me whats wrong?
    Last edited by GraemeW; April 21st, 2003 at 06:30 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured