[xsd-users] Version mismatch error
Dave Blackham
dave_blackham at keysight.com
Tue Jul 23 11:37:03 EDT 2024
Boris,
Thanks for the help. I need to create both a 32 bit version and a 64 bit version of the *.dll I’m making. I looked at the 4.2.0 for a bit and it isn’t clear to me if this will support making both a 32 bit and 64 bit *.dll.
Best regards,
Dave
From: Boris Kolpackov <boris at codesynthesis.com>
Sent: Monday, July 22, 2024 9:43 PM
To: Dave Blackham <dave_blackham at keysight.com>
Cc: xsd-users at codesynthesis.com
Subject: Re: [xsd-users] Version mismatch error
Dave Blackham <dave_blackham@ keysight. com> writes: > #if (XSD_INT_VERSION != 4009910L) > #error XSD runtime version mismatch > #endif > > In version. hxx > #define XSD_INT_VERSION 4000000L You XSD compiler appears to be
ZjQcmQRYFpfptBannerStart
This Message is From an External Sender: Use caution opening files, clicking links or responding to requests.
ZjQcmQRYFpfptBannerEnd
Dave Blackham <dave_blackham at keysight.com<mailto:dave_blackham at keysight.com>> writes:
> #if (XSD_INT_VERSION != 4009910L)
> #error XSD runtime version mismatch
> #endif
>
> In version.hxx
> #define XSD_INT_VERSION 4000000L
You XSD compiler appears to be from the 4.1.0.a10 pre-release while your
libxsd runtime library is from 4.0.0. You will need to change one or the
other to match. You can find the 4.1.0.a10 archive (which includes both
the xsd compiler and the libxsd runtime) here:
https://urldefense.com/v3/__https://codesynthesis.com/*boris/tmp/xsd/__;fg!!I5pVk4LIGAfnvw!h7eWknd0kFLx-HD1fI9UgftuYQIA2vRm28qJdHHqaz26bVsQ4CH65h4BX2VxuDyd1Uqvx_ctB9DfUVU05au91VKuVA$<https://urldefense.com/v3/__https:/codesynthesis.com/*boris/tmp/xsd/__;fg!!I5pVk4LIGAfnvw!h7eWknd0kFLx-HD1fI9UgftuYQIA2vRm28qJdHHqaz26bVsQ4CH65h4BX2VxuDyd1Uqvx_ctB9DfUVU05au91VKuVA$>
You can find the 4.0.0 release archives here:
https://urldefense.com/v3/__https://codesynthesis.com/products/xsd/download-4.0.xhtml__;!!I5pVk4LIGAfnvw!h7eWknd0kFLx-HD1fI9UgftuYQIA2vRm28qJdHHqaz26bVsQ4CH65h4BX2VxuDyd1Uqvx_ctB9DfUVU05av_qHbonA$<https://urldefense.com/v3/__https:/codesynthesis.com/products/xsd/download-4.0.xhtml__;!!I5pVk4LIGAfnvw!h7eWknd0kFLx-HD1fI9UgftuYQIA2vRm28qJdHHqaz26bVsQ4CH65h4BX2VxuDyd1Uqvx_ctB9DfUVU05av_qHbonA$>
Another and likely better, alternative is to upgrade to the latest
release, which is 4.2.0:
https://urldefense.com/v3/__https://codesynthesis.com/products/xsd/download.xhtml__;!!I5pVk4LIGAfnvw!h7eWknd0kFLx-HD1fI9UgftuYQIA2vRm28qJdHHqaz26bVsQ4CH65h4BX2VxuDyd1Uqvx_ctB9DfUVU05asvHnp00g$<https://urldefense.com/v3/__https:/codesynthesis.com/products/xsd/download.xhtml__;!!I5pVk4LIGAfnvw!h7eWknd0kFLx-HD1fI9UgftuYQIA2vRm28qJdHHqaz26bVsQ4CH65h4BX2VxuDyd1Uqvx_ctB9DfUVU05asvHnp00g$>
More information about the xsd-users
mailing list