Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - antonyvasanth

#1
Windows / Error in creating libnxlp.lib
December 15, 2008, 02:04:54 PM
Hi Victor,

I have come across the following error during compilation. Please help me to resolve the same.

--------------------Configuration: libnxlp - Win32 Debug--------------------
Linking...
   Creating library Debug/libnxlp.lib and object Debug/libnxlp.exp
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class StringMap & __thiscall StringMap::operator=(class StringMap &)" (__imp_??4StringMap@@QAEAAV0@AAV0@@Z)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class StringMap & __thiscall StringMap::operator=(class StringMap &)" (__imp_??4StringMap@@QAEAAV0@AAV0@@Z)
rule.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class StringMap & __thiscall StringMap::operator=(class StringMap &)" (__imp_??4StringMap@@QAEAAV0@AAV0@@Z)
winfile.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class StringMap & __thiscall StringMap::operator=(class StringMap &)" (__imp_??4StringMap@@QAEAAV0@AAV0@@Z)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall StringMap::StringMap(void)" (__imp_??0StringMap@@QAE@XZ)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall StringMap::~StringMap(void)" (__imp_??1StringMap@@QAE@XZ)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char * __thiscall StringMap::Get(char const *)" (__imp_?Get@StringMap@@QAEPADPBD@Z)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall StringMap::Set(char const *,char const *)" (__imp_?Set@StringMap@@QAEXPBD0@Z)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall String::operator char *(void)" (__imp_??BString@@QAEPADXZ)
rule.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall String::operator char *(void)" (__imp_??BString@@QAEPADXZ)
parser.obj : error LNK2001: unresolved external symbol __imp__XMLGetAttrDWORD
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class String const & __thiscall String::operator=(char const *)" (__imp_??4String@@QAEABV0@PBD@Z)
parser.obj : error LNK2001: unresolved external symbol __imp__XMLGetAttr
parser.obj : error LNK2001: unresolved external symbol __imp__XMLGetAttrInt
parser.obj : error LNK2001: unresolved external symbol __imp__XMLGetAttrBoolean
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall String::IsEmpty(void)" (__imp_?IsEmpty@String@@QAEHXZ)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall String::Strip(void)" (__imp_?Strip@String@@QAEXXZ)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall String::AddString(char const *,unsigned long)" (__imp_?AddString@String@@QAEXPBDK@Z)
rule.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall String::AddString(char const *,unsigned long)" (__imp_?AddString@String@@QAEXPBDK@Z)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall String::String(void)" (__imp_??0String@@QAE@XZ)
rule.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall String::String(void)" (__imp_??0String@@QAE@XZ)
parser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall String::~String(void)" (__imp_??1String@@QAE@XZ)
rule.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall String::~String(void)" (__imp_??1String@@QAE@XZ)
rule.obj : error LNK2001: unresolved external symbol __imp__regcomp
rule.obj : error LNK2001: unresolved external symbol __imp__regfree
rule.obj : error LNK2001: unresolved external symbol __imp__regexec
rule.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class String const & __thiscall String::operator+=(char const *)" (__imp_??YString@@QAEABV0@PBD@Z)
Debug/libnxlp.dll : fatal error LNK1120: 20 unresolved externals
Error executing link.exe.


Regards,

Antony Vasanth
#2
Windows / libnxmc external symbol error
December 12, 2008, 12:05:56 PM
Hi victor,

I am getting the following linker error in libxmnc.dll creation. Could you please help me on what library i have use to solve this error.Thanks.

Creating library Debug/libnxmc.lib and object Debug/libnxmc.exp
view.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
viewtracker.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
wxPieCtrl.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
objseldlg.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
policyEditor.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
tools.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
userSelectionDialog.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
graph.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
heading.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
image.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
nxview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString(char const *)" (__imp_??0wxString@@QAE@PBD@Z)
graph.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) char const * const wxPanelNameStr" (__imp_?wxPanelNameStr@@3QBDB)
heading.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) char const * const wxPanelNameStr" (__imp_?wxPanelNameStr@@3QBDB)
nxview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) char const * const wxPanelNameStr" (__imp_?wxPanelNameStr@@3QBDB)
wxPieCtrl.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) char const * const wxPanelNameStr" (__imp_?wxPanelNameStr@@3QBDB)
wxPieCtrl.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxOnAssert(char const *,int,char const *,char const *,char const *)" (__imp_?wxOnAssert@@YAXPBDH000@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxOnAssert(char const *,int,char const *,char const *,char const *)" (__imp_?wxOnAssert@@YAXPBDH000@Z)
nxview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxOnAssert(char const *,int,char const *,char const *,char const *)" (__imp_?wxOnAssert@@YAXPBDH000@Z)
objseldlg.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxOnAssert(char const *,int,char const *,char const *,char const *)" (__imp_?wxOnAssert@@YAXPBDH000@Z)
userSelectionDialog.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxOnAssert(char const *,int,char const *,char const *,char const *)" (__imp_?wxOnAssert@@YAXPBDH000@Z)
objseldlg.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static int __cdecl wxXmlResource::GetXRCID(char const *,int)" (__imp_?GetXRCID@wxXmlResource@@SAHPBDH@Z)
userSelectionDialog.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static int __cdecl wxXmlResource::GetXRCID(char const *,int)" (__imp_?GetXRCID@wxXmlResource@@SAHPBDH@Z)
objseldlg.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxLogError(char const *,...)" (__imp_?wxLogError@@YAXPBDZZ)
objseldlg.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxLogDebug(char const *,...)" (__imp_?wxLogDebug@@YAXPBDZZ)
tools.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxLogDebug(char const *,...)" (__imp_?wxLogDebug@@YAXPBDZZ)
userSelectionDialog.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxLogDebug(char const *,...)" (__imp_?wxLogDebug@@YAXPBDZZ)
policyEditor.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) char const * const wxGridNameStr" (__imp_?wxGridNameStr@@3QBDB)
tools.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall wxStringBase::c_str(void)const " (__imp_?c_str@wxStringBase@@QBEPBDXZ)
tools.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class wxString & __thiscall wxString::operator+=(char const *)" (__imp_??YwxString@@QAEAAV0@PBD@Z)
tools.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxLogWarning(char const *,...)" (__imp_?wxLogWarning@@YAXPBDZZ)
view.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxLogWarning(char const *,...)" (__imp_?wxLogWarning@@YAXPBDZZ)
tools.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxLogMessage(char const *,...)" (__imp_?wxLogMessage@@YAXPBDZZ)
Debug/libnxmc.dll : fatal error LNK1120: 11 unresolved externals
Error executing link.exe.


Regards,

Antony vasanth.
#3
Windows / Re: error in nxlexer
December 11, 2008, 08:26:27 PM
Hi victor,

I have compiled in debug mode by changing the output files format from SciLexer.dll to SciLexerd.lib and compiled the scintella 177 package.I got an error as unable to open the scilexerd.lib..If you could provide me the scilexerd.lib file,I will be happy and go to the next step or else please give other ideas to generate the sclexerd.lib file.Eagerly waiting for your reply .. thanks once again.


Regards,

Antony Vasanth.
#4
Windows / Re: error in nxlexer
December 11, 2008, 04:28:09 PM
hi victor,

I compiled the scintella177 package (both in release and debug mode) and i am able to generate just scilexer.lib and scilexer.dll file . I don't have idea on how to generate the scilexerd.lib file. Could you please guide me on this. thanks.

Regards,

Antony Vasanth.
#5
Windows / error in nxlexer
December 11, 2008, 03:46:14 PM
Hi victor ,

Good work .. thanks for the release 0.2.23 .

During compilation in debug mode i have got the following error . Could you please tell me on how to resolve this error.I don't have scilexerd.lib and i couldn't found the same in internet. If you could provide me the same i think i can overcome the nxlexer linker errors.

--------------------Configuration: nxlexer - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "scilexerd.lib"
Error executing link.exe.



Regards,

Antony Vasanth.
#6
Windows / errors in nxmibc
December 11, 2008, 02:13:23 PM
Hi Victor ,

I have got the following error . Kindly please help me to resolve the same

--------------------Configuration: nxmibc - Win32 Debug--------------------
Linking...
parser.tab.obj : error LNK2001: unresolved external symbol _mplex
parser.tab.obj : error LNK2001: unresolved external symbol _InitStateStack
parser.tab.obj : error LNK2001: unresolved external symbol _g_nCurrLine
parser.tab.obj : error LNK2001: unresolved external symbol _mpin
Debug/nxmibc.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.


Regards,

Antony Vasanth
#7
Windows / nxmp_parser linker errors
December 11, 2008, 01:36:45 PM
Hi victor,

I have compiled the flex version 2.5.33 and used that Executable. i have got the following errors. Kindly please help me to resolve the same. thanks in advance.


--------------------Configuration: nxcore - Win32 Debug--------------------
Linking...
   Creating library Debug/nxcore.lib and object Debug/nxcore.exp
nxmp_parser.obj : error LNK2001: unresolved external symbol "int __cdecl yylex_destroy(void *)" (?yylex_destroy@@YAHPAX@Z)
nxmp_parser.obj : error LNK2001: unresolved external symbol "void __cdecl yyset_extra(class NXMP_Lexer *,void *)" (?yyset_extra@@YAXPAVNXMP_Lexer@@PAX@Z)
nxmp_parser.obj : error LNK2001: unresolved external symbol "int __cdecl yylex_init(void * *)" (?yylex_init@@YAHPAPAX@Z)
nxmp_parser.tab.obj : error LNK2001: unresolved external symbol "int __cdecl yylex(union YYSTYPE *,void *,class NXMP_Parser *)" (?yylex@@YAHPATYYSTYPE@@PAXPAVNXMP_Parser@@@Z)
Debug/nxcore.dll : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.


Regards,

Antony Vasanth


#8
Hi victor ,

I have got the following link errors.I don't have idea on what library i have to add to overcome this error. please help me to resolve the same. Thanks. I am using wxWidgets 2.8.9 . I don't have the libraries for this version.



1.
--------------------Configuration: mcpAlarmBrowser - Win32 Debug--------------------
Linking...
   Creating library Debug/AlarmBrowser.lib and object Debug/AlarmBrowser.exp
LINK : warning LNK4049: locally defined symbol ""public: __thiscall wxEventHashTable::wxEventHashTable(struct wxEventTable const &)" (??0wxEventHashTable@@QAE@ABUwxEventTable@@@Z)" imported
LINK : warning LNK4049: locally defined symbol ""public: __thiscall wxEventHashTable::~wxEventHashTable(void)" (??1wxEventHashTable@@QAE@XZ)" imported
LINK : warning LNK4049: locally defined symbol ""int const wxEVT_NULL" (?wxEVT_NULL@@3HB)" imported
alarm_overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxDCBase::DrawLabel(class wxString const &,class wxRect const &,int,int)" (__imp_?DrawLabel@wxDCBase@@QAEXABVwxString@@ABVwxRect@@HH@Z)
node_overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxDCBase::DrawLabel(class wxString const &,class wxRect const &,int,int)" (__imp_?DrawLabel@wxDCBase@@QAEXABVwxString@@ABVwxRect@@HH@Z)
alarm_overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxRect::wxRect(int,int,int,int)" (__imp_??0wxRect@@QAE@HHHH@Z)
node_overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxRect::wxRect(int,int,int,int)" (__imp_??0wxRect@@QAE@HHHH@Z)

dashboard.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxSizer::Remove(class wxSizer *)" (?Remove@wxSizer@@UAE_NPAV1@@Z)
dashboard.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxSizer::Remove(int)" (?Remove@wxSizer@@UAE_NH@Z)
dashboard.obj : error LNK2001: unresolved external symbol "public: virtual class wxSizerItem * __thiscall wxSizer::Insert(unsigned int,class wxSizerItem *)" (?Insert@wxSizer@@UAEPAVwxSizerItem@@IPAV2@@Z)
dashboard.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxBoxSizer::GetClassInfo(void)const " (?GetClassInfo@wxBoxSizer@@UBEPAVwxClassInfo@@XZ)
dashboard.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxCommandEvent::~wxCommandEvent(void)" (__imp_??1wxCommandEvent@@UAE@XZ)
dashboard.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxEvtHandler::AddPendingEvent(class wxEvent &)" (__imp_?AddPendingEvent@wxEvtHandler@@QAEXAAVwxEvent@@@Z)

2.
--------------------Configuration: mcpObjectBrowser - Win32 Debug--------------------
Linking...
   Creating library Debug/ObjectBrowser.lib and object Debug/ObjectBrowser.exp

graphview.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxTimer::GetClassInfo(void)const " (?GetClassInfo@wxTimer@@UBEPAVwxClassInfo@@XZ)
nodelastval.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxTimer::GetClassInfo(void)const " (?GetClassInfo@wxTimer@@UBEPAVwxClassInfo@@XZ)
graphview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxTimer::wxTimer(class wxEvtHandler *,int)" (__imp_??0wxTimer@@QAE@PAVwxEvtHandler@@H@Z)
nodelastval.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxTimer::wxTimer(class wxEvtHandler *,int)" (__imp_??0wxTimer@@QAE@PAVwxEvtHandler@@H@Z)


view.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxControlBase::DoUpdateWindowUI(class wxUpdateUIEvent &)" (?DoUpdateWindowUI@wxControlBase@@UAEXAAVwxUpdateUIEvent@@@Z)
view.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxControlBase::SetFont(class wxFont const &)" (?SetFont@wxControlBase@@UAE_NABVwxFont@@@Z)
view.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxListCtrl::SetForegroundColour(class wxColour const &)" (?SetForegroundColour@wxListCtrl@@UAE_NABVwxColour@@@Z)
view.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxListCtrl::SetBackgroundColour(class wxColour const &)" (?SetBackgroundColour@wxListCtrl@@UAE_NABVwxColour@@@Z)
view.obj : error LNK2001: unresolved external symbol "public: virtual struct wxVisualAttributes __thiscall wxListCtrl::GetDefaultAttributes(void)const " (?GetDefaultAttributes@wxListCtrl@@UBE?AUwxVisualAttributes@@XZ)
view.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxListCtrl::SetWindowStyleFlag(long)" (?SetWindowStyleFlag@wxListCtrl@@UAEXJ@Z)

3.
--------------------Configuration: mcpDashboard - Win32 Debug--------------------
Linking...
   Creating library Debug/Dashboard.lib and object Debug/Dashboard.exp
lastvalues.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall wxListEvent::GetColumn(void)const " (__imp_?GetColumn@wxListEvent@@QBEHXZ)
lastvalues.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxListView::ClearColumnImage(int)" (__imp_?ClearColumnImage@wxListView@@QAEXH@Z)
lastvalues.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: long __thiscall wxListView::GetNextSelected(long)const " (__imp_?GetNextSelected@wxListView@@QBEJJ@Z)
lastvalues.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned long __thiscall wxListCtrl::GetItemData(long)const " (__imp_?GetItemData@wxListCtrl@@QBEKJ@Z)
lastvalues.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: long __thiscall wxListView::GetFirstSelected(void)const " (__imp_?GetFirstSelected@wxListView@@QBEJXZ)
lastvalues.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall wxListCtrl::GetSelectedItemCount(void)const " (__imp_?GetSelectedItemCount@wxListCtrl@@QBEHXZ)
lastvalues.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxImageList::~wxImageList(void)" (__imp_??1wxImageList@@UAE@XZ)
objview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxImageList::~wxImageList(void)" (__imp_??1wxImageList@@UAE@XZ)

overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall wxBoxSizer::wxBoxSizer(int)" (__imp_??0wxBoxSizer@@QAE@H@Z)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxBoxSizer::~wxBoxSizer(void)" (__imp_??1wxBoxSizer@@UAE@XZ)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: long __thiscall wxListCtrl::InsertItem(long,class wxString const &)" (__imp_?InsertItem@wxListCtrl@@QAEJJABVwxString@@@Z)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl wxLaunchDefaultBrowser(class wxString const &,int)" (__imp_?wxLaunchDefaultBrowser@@YA_NABVwxString@@H@Z)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall wxStringBase::c_str(void)const " (__imp_?c_str@wxStringBase@@QBEPBDXZ)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: long __thiscall wxTextUrlEvent::GetURLStart(void)const " (__imp_?GetURLStart@wxTextUrlEvent@@QBEJXZ)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: long __thiscall wxTextUrlEvent::GetURLEnd(void)const " (__imp_?GetURLEnd@wxTextUrlEvent@@QBEJXZ)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMouseEvent::LeftDown(void)const " (__imp_?LeftDown@wxMouseEvent@@QBE_NXZ)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class wxMouseEvent const & __thiscall wxTextUrlEvent::GetMouseEvent(void)const " (__imp_?GetMouseEvent@wxTextUrlEvent@@QBEABVwxMouseEvent@@XZ)
overview.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxTextCtrl::~wxTextCtrl(void)" (__imp_??1wxTextCtrl@@UAE@XZ)

Regards,

Antony Vasanth.
#9
Windows / Flex errors
December 10, 2008, 02:16:12 PM
Hi victor,

           While compiling in windows environment i have got the following error.
1.
--------------------Configuration: libnxsl - Win32 Debug--------------------
Compiling .\parser.l
flex: unknown flag '-'.  For usage, try
flex --help
Error executing c:\windows\system32\cmd.exe.

2.

nxconfig.exe - 0 error(s), 0 warning(s)
--------------------Configuration: nxcore - Win32 Debug--------------------
Compiling .\nxmp_parser.l
flex: unknown flag '-'.  For usage, try
flex --help
Error executing c:\windows\system32\cmd.exe.


I am using flex 2.5.4a version. Could you please tell me what is the solution i can follow to resolve the above error


Regards,

Antony Vasanth
#10
Windows / Re: Linker error in various netxms projects
December 10, 2008, 10:12:31 AM
Hi victor,

           I have added the advapi32.lib library in the list of libnetxms and after compilation I have got the following linker errors. Could you please give me some suggestion on the library which has the following functions references. Thanks in Advance.


1.
--------------------Configuration: nxagentd - Win32 Debug--------------------
Linking...
comm.obj : error LNK2001: unresolved external symbol "char * g_szListenAddress" (?g_szListenAddress@@3PADA)
Debug/nxagentd.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

2.
--------------------Configuration: nxlexer - Win32 Release--------------------
Linking...
   Creating library Release/nxlexer.lib and object Release/nxlexer.exp
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WindowAccessor::IndicatorFill(int,int,int,int)" (?IndicatorFill@WindowAccessor@@UAEXHHHH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall WindowAccessor::IndentAmount(int,int *,bool (__cdecl*)(class Accessor &,int,int))" (?IndentAmount@WindowAccessor@@UAEHHPAHP6A_NAAVAccessor@@HH@Z@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WindowAccessor::SetLevel(int,int)" (?SetLevel@WindowAccessor@@UAEXHH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WindowAccessor::ColourTo(unsigned int,int)" (?ColourTo@WindowAccessor@@UAEXIH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall WindowAccessor::SetLineState(int,int)" (?SetLineState@WindowAccessor@@UAEHHH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall WindowAccessor::GetLineState(int)" (?GetLineState@WindowAccessor@@UAEHH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall WindowAccessor::Length(void)" (?Length@WindowAccessor@@UAEHXZ)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall WindowAccessor::LevelAt(int)" (?LevelAt@WindowAccessor@@UAEHH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall WindowAccessor::LineStart(int)" (?LineStart@WindowAccessor@@UAEHH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall WindowAccessor::GetLine(int)" (?GetLine@WindowAccessor@@UAEHH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual char __thiscall WindowAccessor::StyleAt(int)" (?StyleAt@WindowAccessor@@UAEDH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall WindowAccessor::Match(int,char const *)" (?Match@WindowAccessor@@UAE_NHPBD@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall WindowAccessor::Fill(int)" (?Fill@WindowAccessor@@MAEXH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall WindowAccessor::InternalIsLeadByte(char)" (?InternalIsLeadByte@WindowAccessor@@MAE_ND@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: __thiscall PropSet::~PropSet(void)" (??1PropSet@@QAE@XZ)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall WindowAccessor::~WindowAccessor(void)" (??1WindowAccessor@@UAE@XZ)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WindowAccessor::Flush(void)" (?Flush@WindowAccessor@@UAEXXZ)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WindowAccessor::StartSegment(unsigned int)" (?StartSegment@WindowAccessor@@UAEXI@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WindowAccessor::StartAt(unsigned int,char)" (?StartAt@WindowAccessor@@UAEXID@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: void __thiscall PropSet::SetMultiple(char const *)" (?SetMultiple@PropSet@@QAEXPBD@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: __thiscall PropSet::PropSet(void)" (??0PropSet@@QAE@XZ)
nxlexer.obj : error LNK2001: unresolved external symbol "public: int __thiscall PropSet::GetInt(char const *,int)const " (?GetInt@PropSet@@QBEHPBDH@Z)
nxlexer.obj : error LNK2001: unresolved external symbol "public: char * __thiscall PropSet::ToString(void)const " (?ToString@PropSet@@QBEPADXZ)
Release/nxlexer.dll : fatal error LNK1120: 23 unresolved externals
Error executing link.exe.

3.
--------------------Configuration: nxuilib - Win32 Debug--------------------
Linking...
   Creating library Debug/nxuilib.lib and object Debug/nxuilib.exp
sapi.lib(sapilib.obj) : fatal error LNK1103: debugging information corrupt; recompile module
Error executing link.exe.




Regards,

Antony Vasanth.
#11
Windows / Re: Linker error in various netxms projects
December 09, 2008, 04:33:27 PM
Hi victor,

yes i have compiled the crypto.cpp as part of libnetxms project.


--------------------Configuration: libnetxms - Win32 Debug--------------------
Compiling...
base64.cpp
config.cpp
dir.c
dload.cpp
gen_uuid.c
getopt.c
hash.cpp
icmp.cpp
inline.cpp
main.cpp
md5.cpp
message.cpp
msgwq.cpp
nxcp.cpp
qsort.c
queue.cpp
regex.c
rwlock.cpp
scandir.c
seh.cpp
serial.cpp
sha1.cpp
StackWalker.cpp
string.cpp
strmap.cpp
strtoll.c
strtoull.c
table.cpp
tools.cpp
unicode.cpp
uuid.c
wcstoll.c
wcstoull.c
xml.cpp
crypto.cpp
Linking...
   Creating library Debug/libnetxms.lib and object Debug/libnetxms.exp
StackWalker.obj : error LNK2001: unresolved external symbol __imp__GetUserNameA@8
crypto.obj : error LNK2001: unresolved external symbol __imp__CryptReleaseContext@8
crypto.obj : error LNK2001: unresolved external symbol __imp__CryptDestroyHash@4
crypto.obj : error LNK2001: unresolved external symbol __imp__CryptSignHashA@24
crypto.obj : error LNK2001: unresolved external symbol __imp__CryptHashData@16
crypto.obj : error LNK2001: unresolved external symbol __imp__CryptCreateHash@20
crypto.obj : error LNK2001: unresolved external symbol __imp__CryptAcquireCertificatePrivateKey@24
Debug/libnetxms.dll : fatal error LNK1120: 7 unresolved externals


Kindly please help me how to resolve the errors ..Thanks in advance.


Regards,

Antony vasanth

#12
Windows / Need for wxrc.exe file
December 09, 2008, 11:08:25 AM
Hi Victor,

I am not able to find wxrc.exe file in wxwidgets 2.8.9 .. Could u please tell me which version of wxwidgets you are using to compile and if possible please upload the wxrc.exe  executable.Thanks .

Regards,

Antony Vasanth.
#13
Windows / Re: Linker error in various netxms projects
December 08, 2008, 10:01:36 PM
Hi victor,

I have got the same linker errors even after using the Openssl which you have provided me.I have seen that in nxcpapi.h the various functions are defined. Eventhough it is included in the source files the external symbol error occurs. I am not getting any clue on this error. Please help me to resolve the same.

Regards,

Antony vasanth.
#14
Windows / Re: Linker error in various netxms projects
December 04, 2008, 02:32:23 PM
Hi victor ,

I have installed OpenSSL 0.9.8g

I have got the following error under libnetnms project.I hope if libnetnms is created most of the errors which depends on libnetnms will be resolved.Please suggest me which version i can download and install.If you can provide me the link i will be greatful. Thanks.


C:\OpenSSL\lib\Builder5\libeay32.lib : fatal error LNK1136: invalid or corrupt file
Error executing link.exe.
Creating browse info file...


Regards,

Antony vasanth.

#15
Windows / Re: Error in logindialog.h
December 04, 2008, 01:32:13 PM
Hi victor,

As per ur suggestion i have installed the openssl.I still have the same problem.Kindly please help me to resolve the error

Regards,

Antony Vasanth.