igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] [Fwd: [Fwd: Linking error underwindows]]


From: Gang Su
Subject: [igraph] [Fwd: [Fwd: Linking error underwindows]]
Date: Thu, 05 Nov 2009 16:14:27 -0500
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Here's some more error messages:

Here's what i did:
igraph_layout_drl_options_t options;
igraph_layout_drl_options_init(&options, IGRAPH_LAYOUT_DRL_DEFAULT);



1>igraph.lib(drl_layout.obj) : error LNK2019: unresolved external symbol __imp___invalid_parameter_noinfo referenced in function "public: bool __thiscall std::_Tree<class std::_Tmap_traits<int,int,struct std::less<int>,class std::allocator<struct std::pair<int const ,int> >,0> >::const_iterator::operator==(class std::_Tree<class std::_Tmap_traits<int,int,struct std::less<int>,class std::allocator<struct std::pair<int const ,int> >,0> >::const_iterator const &)const " (address@hidden@address@hidden@address@hidden@@address@hidden@address@hidden@@@address@hidden@@std@@@std@@QBE_NABV012@@Z) 1>igraph.lib(drl_graph.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo 1>igraph.lib(DensityGrid.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo
--- Begin Message --- Subject: [Fwd: Linking error underwindows] Date: Thu, 05 Nov 2009 16:11:59 -0500 User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
And this happened when i was using the function

igraph_layout_drl_options_init
--- Begin Message --- Subject: Linking error underwindows Date: Thu, 05 Nov 2009 16:09:49 -0500 User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
Hi developers,

I was building igraph in visual C++ 2008. Everything worked fine, but when i was trying the DRL layout, i got the following error:

1>Linking...
1>igraph.lib(drl_layout.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo 1>igraph.lib(drl_graph.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo 1>igraph.lib(DensityGrid.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo

This is all the error message i got. Does anyone have any idea why this linking failed?
Thanks!

Gang


--- End Message ---

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]