SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

Readme for SCOUG Programming SIG WPS Presentation Sample

August 17, 1999

MYOBJ.ZIP contains the files to used to build and implement the WPS object to be reviewed during the 21 Aug 99 Programming SIG presentation.

It is suggested that you bring printed copies of the .idl, .c, .h, and .ih source files or bring you laptop so that you can view them.

The DLL is usable as is on your system, once it is installed.

To build the project, you will need to recreate the VAC Project using Project Smarts and replace the source files with these. Unzipping saved project objects on to a different system usually does not result in a working object.

The zip file contains:

Desktop\SL&A!!In House\ MyObjId VAC project object to build .DLL MyObjID\ create.cmd Installs myobj.dll to os2\dll and register class. destroy.cmd Deregisters class. files.lst This file. Help Project VAC project object to build .HLP. mycreate.cmd Installs myobj.dll and register class (SL&A version). mydestroy.cmd Deregisters class (SL&A version). myobj.$mm VAC project data. MYOBJ.C Output by SOMC from IDL. Modified by me. MyObj.def Created by VAC makemake. myobj.dll Myobj class DLL. MyObj.h Client interface. Generated by SOM compiler. MYOBJ.ICO Created by VAC Project Smarts. MYOBJ.IDL Input to SOM compiler. Created by Project Smarts. Modified by me. MyObj.ih Implementation header. Genereated by SOM Compiler. Referenced by myobj.c. myobj.mak Generated by VAC makemake. MYOBJ.obj You know what this is. myobjres.H Resource identifier definitions. myobjres.Rc Resources. myobjres.RES RC output. MyObjRes.Urf Prominaire URE data file. READ.ME Created by VAC Project Smarts. sample.log Sample trace output. MyObjID\HLP\ myobj.$mm VAC project data. MYOBJ.HLP Output by IPFC. MYOBJ.IPF Help text source. myobj.mak Geneated by VAC makemake.