summaryrefslogtreecommitdiff
path: root/emulators/twin/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/twin/MESSAGE')
-rw-r--r--emulators/twin/MESSAGE14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/twin/MESSAGE b/emulators/twin/MESSAGE
new file mode 100644
index 00000000000..37b9496c7ce
--- /dev/null
+++ b/emulators/twin/MESSAGE
@@ -0,0 +1,14 @@
+TWIN gotchas:
+ * Only tested on NetBSD i386 and requires USER_LDT kernel option
+
+ * Some w32 functions are implemented but not prototyped in the
+ TWIN headers. Many functions are not implemented and the TWIN
+ headers are out of date. devel/w32api may be a useful reference
+
+ * When building programs, some libraries must be
+ explicitly linked to, unlike in Windows. ie: you
+ need to specify -lshell to get RegOpenKeyEx()
+
+ * The resource compiler doesn't understand "" to mean ", so replace
+ "" with \042 in your resource files. There is no winresrc.h,
+ replace it with windows.h in your resource files.