From 41494dfbebc225bff1dbf56398cd99583d11a212 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 20 Aug 2012 10:40:46 +0200 Subject: added a test showing the singleton module problem on Windows --- TODOS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODOS') diff --git a/TODOS b/TODOS index 0645fd3..f672b09 100755 --- a/TODOS +++ b/TODOS @@ -6,3 +6,8 @@ - spooling in RIS: - thread-safe tempnames - Windows, respect environment variables like TEMP +- module loader + - 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) + -- cgit v1.2.3-54-g00ecf