Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > C++ Leda > Link error with...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 203 of 212
Post > Topic >>

Link error with 'node_array' in Visual C++

by "horst" <the13th@[EMAIL PROTECTED] > Apr 15, 2006 at 02:14 PM

Hello there,

I get the following link-error when simply trying to define a
node_array, e.g.:

node_array<int> arrNodes;

results in:

readproblem.obj : error LNK2001: unresolved external symbol "void
(__cdecl* leda::std_error_handler)(int,char const *)"
(?std_error_handler@[EMAIL PROTECTED]
)
readproblem.obj : error LNK2001: unresolved external symbol "class
leda::memory_manager leda::std_memory_mgr"
(?std_memory_mgr@[EMAIL PROTECTED]
)
Z:\2clseqQPCNew\2clseqQPCNew\Debug\2clseqQPCNew.exe : fatal error
LNK1120: 2 unresolved externals

While I could prevent using a 'node_array' in ann another context by
using
std::vector<node>,  I cannot prevent using it with the function
'compnum(Graph)'.

(I do not use any other namespace (e.g. std) than using namespace
leda.)

Does anyone know a solution to this problem?
Horst




 1 Posts in Topic:
Link error with 'node_array' in Visual C++
"horst" <the  2006-04-15 14:14:09 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon May 12 7:24:55 CDT 2008.