summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-21 12:08:07 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-21 12:08:07 +0200
commitd2f38dfe1388abe0c3452bc5eed194ea2179db92 (patch)
tree58e7bf21cb5d96b7e19d00de0cb845b5d05d8ded /docs
parentf19b0eef92916bebf56d384f73da3701513cd148 (diff)
downloadcrawler-d2f38dfe1388abe0c3452bc5eed194ea2179db92.tar.gz
crawler-d2f38dfe1388abe0c3452bc5eed194ea2179db92.tar.bz2
updated some docu
Diffstat (limited to 'docs')
-rwxr-xr-x[-rw-r--r--]docs/LINKS11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/LINKS b/docs/LINKS
index 82ee856..513f49b 100644..100755
--- a/docs/LINKS
+++ b/docs/LINKS
@@ -71,3 +71,14 @@ http://www.pcs.cnu.edu/~dgame/sockets/socketsC++/sockets.html
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
"C:\debuggers\windbg.exe" -p %ld -e %ld -g
+
+DLL and shared globals (for Singleton):
+- exported data segments
+ #pragma data_seg("SHARED")
+ #pragma data_seg()
+ #pragma comment(linker, "/section:SHARED,RWS")
+- http://support.microsoft.com/kb/168958/en-us
+- http://www.xing.com/net/moderncpp/allgemeines-zu-c-101269/singletons-in-dll-s-32375749
+- http://stackoverflow.com/questions/1880052/c-duplicated-static-member
+- http://stackoverflow.com/questions/4911994/sharing-a-global-static-variable-between-a-process-and-dll
+- http://www.ogre3d.org/forums/viewtopic.php?p=75622&sid=ce193664e1d3d7c4af509e6f4e2718c6