5 - 4
//
//Compiler:
//Microsoft Visual C++ 1.52
//Target: Windows Application
//Memory Model: Medium
//Include:..\..\..\padcom.h
//Library:..\libs\padcomwm.lib
//Environment:
//Windows 3.x
//
//Copyright (c) Hand Held Products. All rights reserved.
//
//=--------------------------------------------------------------------------
//
#include "windows.h"
#include "PadCom.h"
intPASCALWinMain( HINSTANCE, HINSTANCE, LPSTR, int );
LONG __export CALLBACKWndProc( HWND, UINT, WPARAM, LPARAM );
HINSTANCEtheInstance;
HWNDtheWnd;
// ---------------------------------------------------------------------------
// WinMain
// ---------------------------------------------------------------------------
int PASCAL WinMain(
HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR lpstrCmdLine, int cmdShow
)
{
MSG msg;
WNDCLASS wc;
theInstance = hInst;
// Register the window class if this is the first instance.
if( !hInstPrev )
{
Summary of Contents for PadCom TT1500
Page 1: ... PadCom Point of Sale Terminal Control Library U s e r s G u i d e ...
Page 88: ...4 2 ...
Page 129: ......
Page 130: ......
Page 131: ......
Page 132: ... PadCom UG Rev A 4619 Jordan Road P O Box 187 Skaneateles Falls New York 13153 0187 ...