Adding info on DLLs and scilab
authorllbatlle@taga
Mon, 11 Aug 2008 10:52:12 +0200
changeset 3 77c382ef2850
parent 2 4d3e5debb377
child 4 3ecde21e0834
Adding info on DLLs and scilab
dll.1.txt
scilab.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.
--- /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');