# HG changeset patch # User llbatlle@taga # Date 1218444732 -7200 # Node ID 77c382ef2850f9370138927990be5c79b1b13017 # Parent 4d3e5debb377acfc49c36067b51b5943091a1c78 Adding info on DLLs and scilab diff -r 4d3e5debb377 -r 77c382ef2850 dll.1.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dll.1.txt Mon Aug 11 10:52:12 2008 +0200 @@ -0,0 +1,18 @@ +Windows DLLs. + +Runtimes +------------------- +Diferent 'run-time' (libc & company) libraries cannot be used together. Windows provides several different runtimes: +- Multithread Release Unicode +- Multithread Debug Unicode +- Multithread Release +- Multithread Debug + +Each may have different memory allocators, so code linked with any of those runtimes cannot be mixed +with code linked with other runtimes. +Neither statically or dynamically. + +Arinna +------------------- +For example, a Arinna dll compiled with runtime X cannot load a FrameGrabberDriver compiled +with a runtime Y, X!=Y. diff -r 4d3e5debb377 -r 77c382ef2850 scilab.1.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scilab.1.txt Mon Aug 11 10:52:12 2008 +0200 @@ -0,0 +1,2 @@ +Llegir funcions: + getf('file');