Comment 12 for bug 328181

Revision history for this message
Dan Hughes (dan-multiedit) wrote :

What I have happen is that bzr 1.12 works fine under Windows Vista Business 32-bit but fails as the original message states when run under Windows XP Pro SP2. I've done a little research and have discovered the following:

The MSVCP60.dll file located in bazaar\lib directory is linking to the msvcrt.dll file and is using the __lc_collate_cp_func entry point. This is what is failing under XP since the msvcrt.dll file in the System32 directory is at version 7.0.2600.2180 and does not contain that entry. While under Vista the msvcrt.dll in the System32 director is at version 7.0.6001.18000 which is newer and contains the needed entry point. I don't know how to resolve this issue since I don't use MS C++ compilers as to avoid these kinds of issues.

Dan