voidlin / asmlibrary

Automatically exported from code.google.com/p/asmlibrary
0 stars 0 forks source link

asmlibrary source #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. impossible to link asmlibrary.lib in a multithreaded dll project
2.
3.

What is the expected output? What do you see instead?
visual studio 
1>asmlibrary.lib(asmfitting.obj) : error LNK2005: "public: static unsigned
int __cdecl std::char_traits<char>::length(char const *)"
(?length@?$char_traits@D@std@@SAIPBD@Z) already defined in
msvcprt.lib(MSVCP90.dll)
etc.....

What version of the product are you using? On what operating system?
asmlibrary 2.1 ( 3.0 demo doesnt even execute on vista  ).
vita ultimate 32 bits

Please provide any additional information below.
we would need to recompile asmlibrary 

Original issue reported on code.google.com by google@ciant.cz on 11 Sep 2009 at 6:53

GoogleCodeExporter commented 8 years ago
The asmlibrary.lib and asmlibrary8.lib are built on visual studio 6 and 2005
respectively, so if you want to resue the lib, make sure you use the 
corresponding
compilier.

Original comment by njustyw on 12 Sep 2009 at 9:55

GoogleCodeExporter commented 8 years ago
if possible. can you give me the asmlib that you compile in x64?

Original comment by trng...@gmail.com on 2 Mar 2015 at 4:21