>
> I am trying to get JasPer to work with osg so I can have the jp2 plugin. I
> have tried the standard distribution from their website and the modified
> files in this thread. I am getting the following linker errors (I am only
> showing the errors from release mode, debug is similar but not the same)
> preventing me from building the plugin. It appears to be a conflict with
> what both are linked with. Before I spend too much time, I figured I would
> post in hopes of someone with an answer. Any help is greatly appreciated.
>  LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter_noinfo
> already defined in MSVCRT.lib(MSVCR90.dll)
>
>
  You are mixing DLL-runtime and non-DLL-runtime binaries, which is a no-no.

  Here is a description of the problem:
http://social.msdn.microsoft.com/Forums/en/vclanguage/thread/5a82362c-2710-4df5-af0d-7b451322d530

  You will probably need to change the Jasper build settings to match OSG's.


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to