Getting the error LNK2019, eb=everything included
Desparate, pls help!!!!!!

1>------ Rebuild All started: Project: ConsoleApplication1, Configuration: Debug Win32 ------
1> stdafx.cpp
1> ConsoleApplication1.cpp
1>ConsoleApplication1.obj : error LNK2019: unresolved external symbol "void __cdecl mod_rec(void)" (?mod_rec@@YAXXZ) referenced in function "void __cdecl menu(void)" (?menu@@YAXXZ)
1>ConsoleApplication1.obj : error LNK2019: unresolved external symbol "void __cdecl settings(void)" (?settings@@YAXXZ) referenced in function "void __cdecl menu(void)" (?menu@@YAXXZ)
1>ConsoleApplication1.obj : error LNK2019: unresolved external symbol "void __cdecl adv_menu(void)" (?adv_menu@@YAXXZ) referenced in function "void __cdecl menu(void)" (?menu@@YAXXZ)
1>ConsoleApplication1.obj : error LNK2019: unresolved external symbol "public: char * __thiscall record::get_user(void)" (?get_user@record@@QAEPADXZ) referenced in function "void __cdecl del_rec(void)" (?del_rec@@YAXXZ)
1>C:\Users\Dell\Documents\Visual Studio 2012\Projects\ConsoleApplication1\Debug\ConsoleApplication1.exe : fatal error LNK1120: 4 unresolved externals
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

Your code is using a library that is not included in you list of input libs in the linker.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.