Cory Riddell wrote:
>>   If it uses the CRT as a DLL, "Dependency Walker" should tell you. Google 
>> it.
> And say a third party library has been compiled for the non-dll version
> of the c runtime (I think this is libc or libcmt for the multi threaded
> variant). If the third party library is a dll I may have problems
> passing data between my app and the dll, correct? If the third party
> library is a lib, then I'll just get a bunch of linker errors. Yikes!

  Well, as old mapmakers used to write, Here There Be Dragons.

  USUALLY if you're not passing CRT-derived assets (allocated blocks of memory, 
file
handles, etc) between you app and the DLL, especially where one side allocates 
and one
frees, you might get by ok.

  But, you can also get burned.

  Build it all yourself where you can.

> Cory

-- 
Chris 'Xenon' Hanson, omo sanza lettere                  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to