A
ajtaylor
I have an set of unmanaged C++ libraries that I have been
successfully using in a C++/CLI assembly which is in turn used by some
other .NET code (ASP.NET/C#). The C++ makes a lot of use of Boost and
STL. This is all working in VS 2005
I moved to VS 2008 and compiled up Boost 1_36
I have subsequently applied SP1 to VS2008.
When I attempt to compile and link the C++/CLI I get the error
error LNK2016: Absolute symbol '@comp.id' used as target of REL32
relocation
I have searched on Google and not got much joy.
I have tried everything I can think of and am getting very frustrated.
Can anyone help me please?
Many thanks.
successfully using in a C++/CLI assembly which is in turn used by some
other .NET code (ASP.NET/C#). The C++ makes a lot of use of Boost and
STL. This is all working in VS 2005
I moved to VS 2008 and compiled up Boost 1_36
I have subsequently applied SP1 to VS2008.
When I attempt to compile and link the C++/CLI I get the error
error LNK2016: Absolute symbol '@comp.id' used as target of REL32
relocation
I have searched on Google and not got much joy.
I have tried everything I can think of and am getting very frustrated.
Can anyone help me please?
Many thanks.