Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Variant Comparison ignoring case Pin
Jose Lamas Rios10-Aug-05 8:37
Jose Lamas Rios10-Aug-05 8:37 
GeneralRe: Variant Comparison ignoring case Pin
abhi_code13-Aug-05 8:58
abhi_code13-Aug-05 8:58 
QuestionHow to differentiate between a scanner and usbcam Pin
nripun9-Aug-05 21:10
nripun9-Aug-05 21:10 
Questioniconify application? Pin
ThinkingPrometheus9-Aug-05 21:03
ThinkingPrometheus9-Aug-05 21:03 
AnswerRe: iconify application? Pin
ddmcr9-Aug-05 21:19
ddmcr9-Aug-05 21:19 
GeneralRe: iconify application? Pin
ThinkingPrometheus10-Aug-05 1:28
ThinkingPrometheus10-Aug-05 1:28 
AnswerRe: iconify application? Pin
David Crow10-Aug-05 3:55
David Crow10-Aug-05 3:55 
Generallinking erros Pin
Member 20725789-Aug-05 20:29
Member 20725789-Aug-05 20:29 
use_NIST_B_163 ();
EC_Domain_Parameters dp = NIST_B_163;

I write this two lines of code and get these errors
Linking...
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall BigInt::~BigInt(void)" (??1BigInt@@QAE@XZ)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall BigInt::BigInt(class BigInt const &)" (??0BigInt@@QAE@ABV0@@Z)
DSProjDlg.obj : error LNK2001: unresolved external symbol "void __cdecl str_to_BigInt(class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> > const &,class BigInt &,int)" (?str_to_BigInt@@YAXABV?$basic_string@DU?$char
_traits@D@std@@V?$allocator@D@2@@std@@AAVBigInt@@H@Z)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall BigInt::BigInt(void)" (??0BigInt@@QAE@XZ)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall F2M::~F2M(void)" (??1F2M@@QAE@XZ)
DSProjDlg.obj : error LNK2001: unresolved external symbol "void __cdecl str_to_F2M(class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> > const &,class F2M &)" (?str_to_F2M@@YAXABV?$basic_string@DU?$char_traits@D@std
@@V?$allocator@D@2@@std@@AAVF2M@@@Z)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall F2M::F2M(void)" (??0F2M@@QAE@XZ)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: virtual class std::basic_ostream<char,struct std::char_traits<char=""> > & __thiscall EC_Domain_Parameters::put(class std::basic_ostream<char,struct std::char_traits<char=""> > &)const " (
?put@EC_Domain_Parameters@@UBEAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV23@@Z)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: class Point & __thiscall Point::operator=(class Point const &)" (??4Point@@QAEAAV0@ABV0@@Z)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: class BigInt & __thiscall BigInt::operator=(class BigInt const &)" (??4BigInt@@QAEAAV0@ABV0@@Z)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: class F2M & __thiscall F2M::operator=(class F2M const &)" (??4F2M@@QAEAAV0@ABV0@@Z)
DSProjDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall F2X::~F2X(void)" (??1F2X@@QAE@XZ)
DSProjDlg.obj : error LNK2001: unresolved external symbol "void __cdecl setModulus(class F2X const &)" (?setModulus@@YAXABVF2X@@@Z)
DSProjDlg.obj : error LNK2001: unresolved external symbol "class F2X __cdecl Pentanomial(unsigned short,unsigned short,unsigned short,unsigned short,unsigned short)" (?Pentanomial@@YA?AVF2X@@GGGGG@Z)
Debug/DSProj.exe : fatal error LNK1120: 14 unresolved externals
Error executing link.exe.
/////
I cant likn a library..I done all the steps according to the library manual but it doesnt help...can anyone tell me step by step how to link borZoi-1.0.2 to my VC project
GeneralRe: linking erros Pin
David Crow10-Aug-05 3:56
David Crow10-Aug-05 3:56 
GeneralRe: linking erros Pin
Chris Losinger10-Aug-05 5:16
professionalChris Losinger10-Aug-05 5:16 
GeneralRe: linking erros Pin
SunKnight010-Aug-05 6:35
SunKnight010-Aug-05 6:35 
GeneralRe: linking erros Pin
Member 207257810-Aug-05 19:23
Member 207257810-Aug-05 19:23 
GeneralRe: linking erros Pin
Steen Krogsgaard10-Aug-05 22:40
Steen Krogsgaard10-Aug-05 22:40 
GeneralRe: linking erros Pin
Anonymous11-Aug-05 6:25
Anonymous11-Aug-05 6:25 
GeneralRe: linking erros Pin
11-Aug-05 6:38
suss11-Aug-05 6:38 
GeneralRe: linking erros Pin
Steen Krogsgaard11-Aug-05 20:40
Steen Krogsgaard11-Aug-05 20:40 
GeneralRe: linking erros Pin
Anonymous11-Aug-05 2:55
Anonymous11-Aug-05 2:55 
QuestionHow to get the virtual-key code value of the character? Pin
gohappy_19999-Aug-05 20:17
gohappy_19999-Aug-05 20:17 
AnswerRe: How to get the virtual-key code value of the character? Pin
ThatsAlok9-Aug-05 22:49
ThatsAlok9-Aug-05 22:49 
AnswerRe: How to get the virtual-key code value of the character? Pin
Bob Stanneveld10-Aug-05 1:15
Bob Stanneveld10-Aug-05 1:15 
GeneralConverting String *s to int. Pin
Member 34198919-Aug-05 19:41
Member 34198919-Aug-05 19:41 
GeneralRe: Converting String *s to int. Pin
Kevin McFarlane9-Aug-05 23:08
Kevin McFarlane9-Aug-05 23:08 
GeneralRe: Converting String *s to int. Pin
Member 34198919-Aug-05 23:19
Member 34198919-Aug-05 23:19 
GeneralRe: Converting String *s to int. Pin
toxcct10-Aug-05 1:21
toxcct10-Aug-05 1:21 
Generaloverloaded member function Pin
Member 21610049-Aug-05 17:23
Member 21610049-Aug-05 17:23 

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.