<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 29.10.2015 um 09:46 schrieb Trajce
      Nikolov NICK:<br>
    </div>
    <blockquote
cite="mid:CAO-+zinOiz=Bs-4RejqrbfXtEios4+eeR9kLJZRjACiNWBYORg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Zdravo Vlatko,
        <div><br>
        </div>
        <div>Sebastian might have the point. I had to rebuild the 3rd
          party dependencies myself and can provide them to you (64 bit
          only, but I have CMake for them). Let me know if interested</div>
        <div><br>
        </div>
        <div>p.s. Sebastian, did you get the deal of hosting your VS2015
          build somewhere?</div>
      </div>
    </blockquote>
    I provided them to AlphaPixel, but I haven't got back any
    information. Right now I'm burried in other work, so I might get
    back on this later on. <br>
    <br>
    Cheers<br>
    Sebastian <br>
    <blockquote
cite="mid:CAO-+zinOiz=Bs-4RejqrbfXtEios4+eeR9kLJZRjACiNWBYORg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Nick</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Oct 29, 2015 at 9:18 AM,
          Sebastian Messerschmidt <span dir="ltr"><<a
              moz-do-not-send="true"
              href="mailto:sebastian.messerschmidt@gmx.de"
              target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:sebastian.messerschmidt@gmx.de">sebastian.messerschmidt@gmx.de</a></a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Vlatko,<br>
            <br>
            Could you provie some information on where you got the
            libjpeg build for VS2015? I had to build it myself so maybe
            you're linking against the wrong msvcrt-version/variant.<br>
            <br>
            Cheers<span class="HOEnZb"><font color="#888888"><br>
                Sebastian</font></span>
            <div class="HOEnZb">
              <div class="h5"><br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  Hi,<br>
                  <br>
                  I have issues with freetype & jpeg plugins linker
                  error compiling OSG 3.4.0 using Visual Studio 15 on
                  Windows 7 .<br>
                  Mainly I succedded to build and install whole OSG
                  including OSGJS plugin except for linker errors below:<br>
                  <br>
................................................................................<br>
                  Build started 28.10.2015. 18:44:34.<br>
                        1>Project
                  "C:\OpenSceneGraph-3.4.0\build_OpenSceneGraph\src\osgPlugins\jpeg\osgdb_jpeg.vcxproj"
                  on node 2 (Build target(s)).<br>
                        1>Link:<br>
                            C:\Program Files (x86)\Microsoft Visual
                  Studio 14.0\VC\bin\link.exe /ERRORREPORT:PROMPT
                  /OUT:"C:\OpenSceneGraph-3.4.0\build_OpenSceneGraph\bin\osgPlugins-3.4.0\osgdb_jpeg.dll"
                  /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib
                  gdi32.lib winspool.lib shell32.lib ole32.lib
                  oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
                  ..\..\..\lib\osgDB.lib ..\..\..\lib\osgUtil.lib
                  "C:\OpenSceneGraph-3.4.0\3rdParty\lib\jpeg.lib"
                  opengl32.lib ..\..\..\lib\osg.lib
                  ..\..\..\lib\OpenThreads.lib
                  "C:\OpenSceneGraph-3.4.0\3rdParty\lib\zlib.lib"
                  opengl32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker'
                  uiAccess='false'" /manifest:embed
                  /PDB:"C:/OpenSceneGraph-3.4.0/build_OpenSceneGraph/bin/osgPlugins-3.4.0/osgdb_jpeg.pdb"
                  /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
                  /IMPLIB:"C:/OpenSceneGraph-3.4.0/build_OpenSceneGraph/lib/osgPlugins-3.4.0/osgdb_jpeg.lib"
                  /MACHINE:X86 /SAFESEH  /machine:X86 /DLL
                  osgdb_jpeg.dir\Release\OpenSceneGraphVersionInfo.res<br>
                            osgdb_jpeg.dir\Release\EXIF_Orientation.obj<br>
                            osgdb_jpeg.dir\Release\ReaderWriterJPEG.obj<br>
                            jpeg.lib(jerror.obj) : MSIL .netmodule or
                  module compiled with /GL found; restarting link with
                  /LTCG; add /LTCG to the link command line to improve
                  linker performance<br>
                        1>jpeg.lib(jerror.obj) : error LNK2001:
                  unresolved external symbol __imp__sprintf<br>
                        1>jpeg.lib(jerror.obj) : error LNK2001:
                  unresolved external symbol __imp____iob_func<br>
                        1>jpeg.lib(jerror.obj) : error LNK2001:
                  unresolved external symbol __imp__fprintf<br>
                        1>jpeg.lib(jmemmgr.obj) : error LNK2001:
                  unresolved external symbol __imp__sscanf<br>
                       
                  1>C:\OpenSceneGraph-3.4.0\build_OpenSceneGraph\bin\osgPlugins-3.4.0\osgdb_jpeg.dll
                  : fatal error LNK1120: 4 unresolved externals<br>
                        1>Done Building Project
                  "C:\OpenSceneGraph-3.4.0\build_OpenSceneGraph\src\osgPlugins\jpeg\osgdb_jpeg.vcxproj"
                  (Build target(s)) -- FAILED.<br>
                  <br>
                  Build FAILED.<br>
....................................................................<br>
                  <br>
                  I would appreciate if someone can help and advice what
                  should I do.<br>
                  <br>
                  Thank you!<br>
                  <br>
                  Cheers,<br>
                  vlatko<br>
                  <br>
                  ------------------<br>
                  Read this topic online here:<br>
                  <a moz-do-not-send="true"
                    href="http://forum.openscenegraph.org/viewtopic.php?p=65478#65478"
                    rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=65478#65478</a><br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  _______________________________________________<br>
                  osg-users mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:osg-users@lists.openscenegraph.org"
                    target="_blank">osg-users@lists.openscenegraph.org</a><br>
                  <a moz-do-not-send="true"
href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org"
                    rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
                </blockquote>
                <br>
                <br>
                _______________________________________________<br>
                osg-users mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:osg-users@lists.openscenegraph.org"
                  target="_blank">osg-users@lists.openscenegraph.org</a><br>
                <a moz-do-not-send="true"
href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org"
                  rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div class="gmail_signature">trajce nikolov nick<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
osg-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>