|
-
April 20th, 2003, 08:33 AM
#1
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|