<div dir="ltr">Using the original .mrxs file was the first thing I tried but it resulted in other errors being generated so I thought maybe there was something in that file that also needed to be changed.  When using the original file with the generated data folder (of the same name), I am able to open the slide but calling any other openslide API results in a "Slide position file not of the expected size" error ... any ideas?<div><br></div><div>So next I moved on to see if I could try and step through the code but ran into various issues:</div><div><ul><li style="margin-left:15px">I saw that the /bin folder of the openslide windows distribution included *.dll.debug files ... so I tried renaming all of these to just *.dll and run my application, however, it will not start up using these dll's, just crashes trying to load the application ... should these *.dll.debug files not work?</li><li style="margin-left:15px">Even if the above did work, there are no PDB files so I'm guessing I can't debug this using Visual Studio?</li><li style="margin-left:15px">Next tried to build my own openslide libraries following the instructions from the openslide site for building natively on windows (i.e. install cygwin, etc.).  The build runs for a little while before crashing:</li><ul><li style="margin-left:15px">[ 63%] Linking C executable ../../../bin/opj_compress.exe<br>collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped<br>compilation terminated.<br>make[2]: *** [src/bin/jp2/CMakeFiles/opj_compress.dir/build.make:205: bin/opj_compress.exe] Error 1<br>make[2]: *** Deleting file 'bin/opj_compress.exe'<br>make[2]: Leaving directory '/cygdrive/d/Terry/openslide-winbuild-20171122/64/build/openjpeg-2.3.0'<br>make[1]: *** [CMakeFiles/Makefile2:228: src/bin/jp2/CMakeFiles/opj_compress.dir/all] Error 2<br>make[1]: Leaving directory '/cygdrive/d/Terry/openslide-winbuild-20171122/64/build/openjpeg-2.3.0'<br>make: *** [Makefile:152: all] Error 2<br>Failed: make $parallel (line 464)</li></ul></ul>I would prefer NOT to have to build my own openslide libraries, so hopefully someone can let me know why my simple test app won't even start when trying to use the *.dll.debug dll's?  Of course I would prefer if I didn't have to step through the code at all, but doesn't seem like I am going to be able to avoid that at this point :-(</div><div><br></div><div>Thanks,</div><div><br></div><div>Terry </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 11, 2020 at 8:03 AM T. N. <<a href="mailto:ca95129@hotmail.com">ca95129@hotmail.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">

  
  <div>
    <blockquote type="cite">I also tried playing around with their
      converter ... when I converted MRXS to MRXS, it generated the
      corresponding data files and directory but I didn't see any new
      'mrxs' file being created ... so wasn't able to try OpenSlide on
      the converted slide ... any ideas on that?</blockquote>
    <p>Use the original .mrxs file with the converted data files (rename
      it to match your converted data folder name).<br>
    </p>
    <p>T.<br>
    </p>
    <br>
  </div>

_______________________________________________<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>