summaryrefslogtreecommitdiff
path: root/emulators/twin/MESSAGE
blob: 1906e2315a44e725246ad248343c43a9f0b35cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
===========================================================================
$NetBSD: MESSAGE,v 1.3 2003/03/08 03:15:49 jmc Exp $

TWIN gotchas:
	* Only tested on NetBSD i386 and requires USER_LDT kernel option

	* Platforms other than NetBSD i386 can only run 16 bit binaries and 
	  this hasn't been extensively tested.

	* 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.

===========================================================================