Click here to Skip to main content
15,917,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: My bug or C++ bug Pin
Antony M Kancidrowski19-Jan-05 3:53
Antony M Kancidrowski19-Jan-05 3:53 
GeneralRe: My bug or C++ bug Pin
Emilio Garavaglia19-Jan-05 4:22
Emilio Garavaglia19-Jan-05 4:22 
GeneralRe: My bug or C++ bug Pin
John R. Shaw19-Jan-05 9:39
John R. Shaw19-Jan-05 9:39 
GeneralRe: My bug or C++ bug Pin
Emilio Garavaglia19-Jan-05 20:59
Emilio Garavaglia19-Jan-05 20:59 
GeneralRe: My bug or C++ bug Pin
John R. Shaw29-Jan-05 11:07
John R. Shaw29-Jan-05 11:07 
GeneralAlter the dimensions of a metafile Pin
Dimitris Vikeloudas19-Jan-05 0:46
Dimitris Vikeloudas19-Jan-05 0:46 
GeneralRe: Alter the dimensions of a metafile Pin
Shog919-Jan-05 8:53
sitebuilderShog919-Jan-05 8:53 
Generalerror LNK2019: unresolved external symbol "public: __thiscall Pin
aj168219-Jan-05 0:44
aj168219-Jan-05 0:44 
In the build stage I get these errors

HPMumsCtl.obj : error LNK2019: unresolved external symbol "public: __thiscall CParser::CParser(void)" (??0CParser@@QAE@XZ) referenced in function "public: __thiscall CHPMumsCtrl::CHPMumsCtrl(void)" (??0CHPMumsCtrl@@QAE@XZ)


HPMumsCtl.obj : error LNK2019: unresolved external symbol "public: double __thiscall CvsAwk::GetVal(void)" (?GetVal@CvsAwk@@QAENXZ) referenced in function "public: void __thiscall CHPMumsCtrl::ResolveVariables(char *)" (?ResolveVariables@CHPMumsCtrl@@QAEXPAD@Z)


HPMumsCtl.obj : error LNK2019: unresolved external symbol "public: void __thiscall CvsAwk::SetL(char const *)" (?SetL@CvsAwk@@QAEXPBD@Z) referenced in function "public: void __thiscall CHPMumsCtrl::ResolveVariables(char *)" (?ResolveVariables@CHPMumsCtrl@@QAEXPAD@Z)


.\Debug/NewMumsEngine.exe : fatal error LNK1120: 3 unresolved externals

Although it doesn't show anything while compiling.
I have an instance of Cparser type Compute(Cparse Compute;) in my main class(CHPMumsCtrl).
This Cparser class has a
CvsAwk m_CtrlAwk; declared in its class definition,and also has a #include "vsawk.h"

I am not sure of what this CvsAwk is or does(have a faint idea).Can you please tell me what to do to remove these build errors.As all of them have the same problem,I guess they all have one common error.

Thanks,
Arjun.


Arjun Mukherjee
Software Engineer
Hewlett Packard
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
rrrado19-Jan-05 0:56
rrrado19-Jan-05 0:56 
GeneralScroll messages from IE Pin
Filomela18-Jan-05 23:32
Filomela18-Jan-05 23:32 
GeneralRe: Scroll messages from IE Pin
rrrado19-Jan-05 0:29
rrrado19-Jan-05 0:29 
GeneralUsing Performance Graph... Pin
utkumanyaksalak18-Jan-05 23:27
utkumanyaksalak18-Jan-05 23:27 
GeneralWave Format Transforming Question Pin
IsaacLitingjun18-Jan-05 22:56
IsaacLitingjun18-Jan-05 22:56 
Generaldouble buffering on a mfc dialog with CTreeCtrl as content Pin
neosun18-Jan-05 22:42
neosun18-Jan-05 22:42 
GeneralRe: double buffering on a mfc dialog with CTreeCtrl as content Pin
Martin Koorts19-Jan-05 6:30
Martin Koorts19-Jan-05 6:30 
GeneralRe: double buffering on a mfc dialog with CTreeCtrl as content Pin
Shog919-Jan-05 8:51
sitebuilderShog919-Jan-05 8:51 
GeneralForwared Calls Pin
Maxime Labelle18-Jan-05 22:41
Maxime Labelle18-Jan-05 22:41 
Generalodbc, dao, oledb, ado database question ! Pin
Anonymous18-Jan-05 22:28
Anonymous18-Jan-05 22:28 
GeneralRe: odbc, dao, oledb, ado database question ! Pin
IsaacLitingjun18-Jan-05 22:55
IsaacLitingjun18-Jan-05 22:55 
GeneralRe: odbc, dao, oledb, ado database question ! Pin
Anonymous19-Jan-05 0:07
Anonymous19-Jan-05 0:07 
GeneralRe: odbc, dao, oledb, ado database question ! Pin
IsaacLitingjun19-Jan-05 0:17
IsaacLitingjun19-Jan-05 0:17 
GeneralRe: odbc, dao, oledb, ado database question ! Pin
Anonymous19-Jan-05 0:32
Anonymous19-Jan-05 0:32 
GeneralRe: odbc, dao, oledb, ado database question ! Pin
Anonymous19-Jan-05 0:38
Anonymous19-Jan-05 0:38 
GeneralRe: odbc, dao, oledb, ado database question ! Pin
Selvam R19-Jan-05 2:50
professionalSelvam R19-Jan-05 2:50 
GeneralRe: odbc, dao, oledb, ado database question ! Pin
Anonymous19-Jan-05 3:17
Anonymous19-Jan-05 3:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.