summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-22 11:20:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-22 11:20:31 +0200
commit288d553d5b60c84da8795000ac22df288d9becb2 (patch)
treeb891d627e0b22c55adad07dd012f61425e73a2ff
parent8722ffd5fce48d304573820f551ca669c691dda9 (diff)
downloadcrawler-288d553d5b60c84da8795000ac22df288d9becb2.tar.gz
crawler-288d553d5b60c84da8795000ac22df288d9becb2.tar.bz2
adapted some docu
-rwxr-xr-xTODOS1
-rwxr-xr-xdocs/LINKS4
2 files changed, 5 insertions, 0 deletions
diff --git a/TODOS b/TODOS
index 203041e..81e755c 100755
--- a/TODOS
+++ b/TODOS
@@ -10,4 +10,5 @@
- use weak pointers to create objects (pointers which don't transfer
ownership but act more as a handle). Avoid funny trouble with
objects originating for modules (especially DLLs on Windows)
+ - ctor parameter types must be part of register function signature
diff --git a/docs/LINKS b/docs/LINKS
index 513f49b..c27648f 100755
--- a/docs/LINKS
+++ b/docs/LINKS
@@ -82,3 +82,7 @@ DLL and shared globals (for Singleton):
- 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
+- http://www.lurklurk.org/linkers/linkers.html#wincircular
+
+Linking with gcc and visibility:
+- http://gcc.gnu.org/wiki/Visibility