Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualskarab

Posted 12 September 2012 - 06:37 AM

I guess you distribute only the .lib, in this case it's up to you to ensure the CRT version.
Note that for 2008 SP1 there are two CRT versions, this one 9.0.30729.1 and this one 9.0.30729.6161, the latest is part of the MS11-025 hotfix, which is automatically installed in Windows 7 updates, BUT not on windows XP, so you have to make sure your client is using the same OS/stuff.
While it seams ugly, I personally always enforce CRT version when building, it's the only safe way I've found around years.

edit: but it doesn't seems to be your issue for now, maybe you even dont need shared stuff, if it breaks at link time its surely a MD/MT conflict as stated before.

#1skarab

Posted 12 September 2012 - 05:47 AM

I guess you distribute only the .lib, in this case it's up to you to ensure the CRT version.
Note that for 2008 SP1 there are two CRT versions, this one 9.0.30729.1 and this one 9.0.30729.6161, the latest is part of the MS11-025 hotfix, which is automatically installed in Windows 7 updates, BUT not on windows XP, so you have to make sure your client is using the same OS/stuff.
While it seams ugly, I personally always enforce CRT version when building, it's the only safe way I've found around years.

PARTNERS