http://www.xploiter.com/programming/c/borland/2972.html
http://developer.novell.com/ndk/doc/samplecode/gwobjapi_sample/SFOLDER_CPP/SHARE.CPP.html

Win32.hlp from LCC  (23 megs)

ODBCHelp from Data SDK


/* the following code can be used to debug */

char debug[80]
wsprintf(debug,"Middle x: %d   Middle y: %d", middle.x, middle.y);
debug[79] = 0;
MessageBox(hwndMain, debug, APP_NAME, MB_OK);