Qt-interest Archive, May 2007
what is the meaning of these errors
Message 1 in thread
hi to all please give the meaning for bello errors
helper.obj : error LNK2001: unresolved external symbol _the_exception_context
nodeRecorder.obj : error LNK2001: unresolved external symbol _the_exception_context
vtdGen.obj : error LNK2019: unresolved external symbol _the_exception_context referenced in function _process_ex_seen
vtdNav.obj : error LNK2019: unresolved external symbol _the_exception_context referenced in function _parseInt2
D:\QtProjects\VTDXMLQtversion\Debug\VTDXMLQtversion.exe : fatal error LNK1120: 1 unresolved externals
D. Anil kumar
Every success has a story of great failure.
So don't stop with failure where
Success comes after failure.
Message 2 in thread
On Monday 07 May 2007 11:03:23 anil kumar wrote:
> hi to all please give the meaning for bello errors
>
>
>
> helper.obj : error LNK2001: unresolved external symbol
> _the_exception_context nodeRecorder.obj : error LNK2001: unresolved
> external symbol _the_exception_context vtdGen.obj : error LNK2019:
> unresolved external symbol _the_exception_context referenced in function
> _process_ex_seen vtdNav.obj : error LNK2019: unresolved external symbol
> _the_exception_context referenced in function _parseInt2
> D:\QtProjects\VTDXMLQtversion\Debug\VTDXMLQtversion.exe : fatal error
> LNK1120: 1 unresolved externals
>
>
>
>
> D. Anil kumar
>
> Every success has a story of great failure.
> So don't stop with failure where
> Success comes after failure.
It seems like you forgot to link a library or forgot to set a library path..
--
[ signature omitted ]
Message 3 in thread
Hi,
you are using an external library without linking against it. You have
added the include paths but not the library.
That is not a Qt issue but a standard C++ problem.
Best regards,
Falko
anil kumar schrieb:
> hi to all please give the meaning for bello errors
>
> helper.obj : error LNK2001: unresolved external symbol
> _the_exception_context
> nodeRecorder.obj : error LNK2001: unresolved external symbol
> _the_exception_context
> vtdGen.obj : error LNK2019: unresolved external symbol
> _the_exception_context referenced in function _process_ex_seen
> vtdNav.obj : error LNK2019: unresolved external symbol
> _the_exception_context referenced in function _parseInt2
> D:\QtProjects\VTDXMLQtversion\Debug\VTDXMLQtversion.exe : fatal error
> LNK1120: 1 unresolved externals
>
> D. Anil kumar
> Every success has a story of great failure.
> So don’t stop with failure where
> Success comes after failure.
--
[ signature omitted ]
Message 4 in thread
Hi every Qt users,
I remember a mail wher ther was the info about
Shift key to be pressed if user want to do a Move.
where can I find the infos about key association whith drop actions
(move, link...?)
--
[ signature omitted ]