<div dir="ltr">Thanks for the zip file ... even using these lib's and dll's, the buffer is still being written with all 0's.  If I could ask you one last favor and try this very simple program on your windows system and let me know what you see.<div><br></div><div>#include "d:\openslide-win64-20171122\include\openslide\openslide.h"<br><br>int main()<br>{<br>    const char* fn = "C:\\Data\\CMU-3.mrxs";<br>    openslide_t* openslide = openslide_open(fn);<br><br>    uint32_t *data = new uint32_t[512 * 512];          <br>    openslide_read_region(openslide, data, 0, 0, 0, 512, 512);<br>    for (int j = 0; j < 10; ++j)<br>    {<br>        printf("%x,", data[j]);<br>    }<br><br>    return 0;</div><div>}<br><br></div><div><br></div><div>Regards,</div><div><br></div><div>Terry</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Apr 12, 2020 at 6:14 PM <<a href="mailto:jcupitt@gmail.com">jcupitt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The libvips dev zip has the openslide DLLs and LIBs:<br>
<br>
<a href="https://github.com/libvips/libvips/releases/download/v8.9.1/vips-dev-w64-all-8.9.1.zip" rel="noreferrer" target="_blank">https://github.com/libvips/libvips/releases/download/v8.9.1/vips-dev-w64-all-8.9.1.zip</a><br>
<br>
On Sun, 12 Apr 2020 at 19:26, Terry Wilson <<a href="mailto:twilson7755@gmail.com" target="_blank">twilson7755@gmail.com</a>> wrote:<br>
><br>
> Yes I am able to successfully use your application to open various .mrxs files.  Could you send me your libopenslide.lib file to see if I can build against your openslide libraries and run successfully?<br>
><br>
> Thanks,<br>
><br>
> Terry<br>
><br>
> On Sun, Apr 12, 2020 at 1:31 PM <<a href="mailto:jcupitt@gmail.com" target="_blank">jcupitt@gmail.com</a>> wrote:<br>
>><br>
>> I help maintain an image processing package which includes openslide<br>
>> support. I just tried CMU-3.mrxs in the windows binary and it works<br>
>> for me.<br>
>><br>
>> Try this:<br>
>><br>
>> <a href="https://github.com/libvips/nip2/releases/download/v8.7.0/nip2-8.7.0-setup.zip" rel="noreferrer" target="_blank">https://github.com/libvips/nip2/releases/download/v8.7.0/nip2-8.7.0-setup.zip</a><br>
>><br>
>> Unzip and run the .exe to install. To load an MRXS file, click File /<br>
>> Open, navigate to the right directory, select "all files", and<br>
>> double-click on CMU-3.mrxs. It should load as a thumbnail in the<br>
>> workspace. Double-click the thumbnail to open an image view window.<br>
>> You should be able to scroll about and view the file.<br>
>><br>
>> That's using the standard openslide sources, though I built them myself.<br>
>><br>
>> You can sometimes get problems with special characters or spaces in<br>
>> the folder names, could that be it?<br>
>><br>
>> John<br>
>> _______________________________________________<br>
>> openslide-users mailing list<br>
>> <a href="mailto:openslide-users@lists.andrew.cmu.edu" target="_blank">openslide-users@lists.andrew.cmu.edu</a><br>
>> <a href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a><br>
_______________________________________________<br>
openslide-users mailing list<br>
<a href="mailto:openslide-users@lists.andrew.cmu.edu" target="_blank">openslide-users@lists.andrew.cmu.edu</a><br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a><br>
</blockquote></div>