home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / PROGRAM / DDJ9403A.ZIP / README.394 < prev    next >
Text File  |  1994-01-31  |  7KB  |  157 lines

  1. DDR.ASC
  2. Title: BINARY-DATA PORTABILITY
  3. Keywords: MAR94   C  CROSS-PLATFORM   PORTABILITY  
  4. Published source code examples accompanying Jose Luu's article 
  5. on "DOS data representation" (DDR) technology that makes it 
  6. possible to create portable tools for handling binary-data 
  7. representations between different environments. This means you 
  8. can create a single source code base and without having to add 
  9. elaborate data-translation code. 
  10.  
  11. WRAPI.ASC
  12. Title: WRAPI: A LANGUAGE-INDEPENDENT TOOLKIT
  13. Keywords: MAR94  DBMS  PORTABILITY  C  VISUAL BASIC  
  14. Published source code that accompanies Gregory C. Sarafin article 
  15. on WRAPI, a language-independent API that generates language-
  16. specific libraries. The host languages that it supports include 
  17. C, Clipper, FoxPro (DOS and Windows), Visual Basic (DOS and 
  18. Windows), Pascal, Clarion, Fortran, and many Windows tools via a 
  19. generic DLL. Also see WRAPI.ZIP.
  20.  
  21. WRAPI.ZIP
  22. Title: WRAPI: A LANGUAGE-INDEPENDENT TOOLKIT
  23. Keywords: MAR94  DBMS  PORTABILITY  C  VISUAL BASIC  
  24. Complete WRAPI system as described by Gregory C. Sarafin in his 
  25. article on WRAPI, a language-independent API that generates 
  26. language-specific libraries. The host languages that it supports 
  27. include C, Clipper, FoxPro (DOS and Windows), Visual Basic (DOS 
  28. and Windows), Pascal, Clarion, Fortran, and many Windows tools 
  29. via a generic DLL. WRAPI.ZIP includes a file called INPRESS.ZIP 
  30. which includes sample support files and documentation from
  31. In-Press. Requires PKUNZIP.EXE to extract.
  32.  
  33. INI.ASC
  34. Title: A MULTI-PLATFORM .INI
  35. Keywords: MAR94   C  UNIX   DOS   WINDOWS 
  36. Published source that implements Joseph J. Graf's multiplatform 
  37. implementations of the Windows GetPrivateProfileString(), 
  38. GetPrivateProfileInt(), and WritePrivateProfileString() functions 
  39. that support DOS and UNIX.
  40.  
  41. DESIGN.ASC
  42. Title: DESIGNING FOR PORTABILITY
  43. Keywords: MAR94    C   PASCAL  PORTABILITY  COMPILER
  44. Published source code accompanies Michael Ross' article where he 
  45. lifts the hood on MetaWare's compiler technology, sharing the 
  46. mapping structures and techniques that make porting the compiler 
  47. from one platform to another a relatively simple task.
  48.  
  49. UNICODE.ASC
  50. Title: UNICODE AND SOFTWARE GLOBALIZATION
  51. Keywords: UNICODE   NT   GLOBALIZATION  C
  52. Published source code accompanying David Van Camp's article on 
  53. software globalization and Unicode as implemented in Windows NT.
  54.  
  55. CDROM.ASC
  56. Title: WRITING NON-SCSI CD-ROM DEVICE DRIVERS
  57. Keywords: MAR94  NT  WINDOWS  SCSI  CD-ROM  DEVICE DRIVERS
  58. Published source accompanying Sing Li's article discussing non-
  59. SCSI CD-ROM devices drivers for Windows NT. Also see CDROM.ZIP.
  60.  
  61. CDROM.ZIP
  62. Title: WRITING NON-SCSI CD-ROM DEVICE DRIVERS
  63. Keywords: MAR94  NT  WINDOWS  SCSI  CD-ROM  DEVICE DRIVERS
  64. The complete system that implements Sing Li's non-SCSI CD-ROM 
  65. devices drivers for Windows NT. Requires PKUNZIP.EXE to extract.
  66.  
  67. ASPI.ASC
  68. Title: THE ADVANCED SCSI PROGRAMMING INTERFACE
  69. Keywords: MAR94  SCSI  ADVANCED SCSI
  70. Published source code accompanying Brian Sawert's article on the 
  71. advanced SCSI programming interface, available for DOS, OS/2, 
  72. NetWare, and other operating systems. Also see ASPI.ZIP.
  73.  
  74. ASPI.ZIP
  75. Title: THE ADVANCED SCSI PROGRAMMING INTERFACE
  76. Keywords: MAR94  SCSI  ADVANCED SCSI
  77. Complete source code accompanying Brian Sawert's article on the 
  78. advanced SCSI programming interface, available for DOS, OS/2, 
  79. NetWare, and other operating systems. Requires PKUNZIP.EXE to 
  80. extract.
  81.  
  82. EMULATE.ASC
  83. Title: EMULATING NON-DOS SYSTEMS UNDER MS-DOS 
  84. Keywords: MAR94  EMULATION  MS-DOS  EMBEDDED SYSTEMS
  85. Published source accompanying Dan Troy's article presenting a 
  86. table mapping mechanism to handle operating-system functions and 
  87. their associated parameters that allowed him to emulate non-DOS 
  88. systems while running on DOS-based PC development environments 
  89.  
  90. XVCPP.ASC
  91. Title: CROSS-PLATFORM DEVELOPMENT WITH VISUAL C++
  92. Keywords: MAR94  VISUAL C++  CROSS-PLATFORM  WINDOWS  UNIX
  93. Published source code accompanying Chane Cullens' article on 
  94. using Microsoft's Visual C++ and the Microsoft Foundation Class 
  95. library as a cross-platform development tool. Chane discusses how 
  96. you can use them to write portable code for whether you're coding 
  97. for Windows, UNIX, NT, Macintosh, or whatever.
  98.  
  99. VB3DBMS.ZIP
  100. Title: DATABASE DEVELOPMENT AND VISUAL BASIC 3.0
  101. Keywords: MAR94  DBMS   VISUAL BASIC  WINDOWS   MULTIMEDIA
  102. Unpublished files described by Ken North in his article that uses 
  103. Visual Basic 3.0 to build a multimedia database application. 
  104. Requires PKUNZIP.EXE to extract. 
  105.  
  106. DOS2WIN.ASC
  107. Title: PORTING FROM DOS TO WINDOWS
  108. Keywords: MAR04  MS-DOS  WINDOWS  PORTING  CLIENT/SERVER
  109. Published source by Walter Oney that uses the WinGate 
  110. client/server API to minimize recoding efforts when moving from 
  111. DOS to Windows. Walter builds a simple client/server database 
  112. application. 
  113.  
  114. DFLT16.ZIP
  115. Title: C PROGRAMMING COLUMN
  116. Keywords: MAR94  C  DFLAT  CUA/SAA   
  117. The current version of Al Stevens' D-Flat interface library for 
  118. C. Requires PKUNZIP.EXE to extract.
  119.  
  120. DFPP03.ZIP
  121. Title: C PROGRAMMING COLUMN
  122. Keywords: MAR94  C++  DFLAT  CUA/SAA   
  123. The current version of Al Stevens' D-Flat interface library for 
  124. C++. Requires PKUNZIP.EXE to extract.
  125.  
  126. ALLEY.ASC
  127. Title: ALGORITHM ALLEY
  128. Keywords: MAR94   ALGORITHMS   COMPRESSION  PATTERN RECOGNITION
  129. Published source code presented by Tom Swan and written by Ernie 
  130. Deel who shares a data-compression technique that uses pattern-
  131. recognition analysis to achieve fast results and efficient 
  132. compression ratios. Also see ALLEY.ZIP.
  133.  
  134. ALLEY.ZIP
  135. Title: ALGORITHM ALLEY
  136. Keywords: MAR94  ALGORITHMS ENCRYPTION  BINARY SEARCH
  137. Complete source code presented by Tom Swan and written by Ernie 
  138. Deel who shares a data-compression technique that uses pattern-
  139. recognition analysis to achieve fast results and efficient 
  140. compression ratios. Requires PKUNZIP.EXE to extract.
  141.  
  142. UC394.ASC
  143. Title: UNDOCUMENTED CORNER
  144. Keywords: MAR94   WINDOWS   VXD 
  145. Published source code presented by Andrew Schulman and written by 
  146. Alex Shmidt who shares a technique for dynamically loading and 
  147. unloading VxDs without having to use VXDLDR or a VxD file. Also 
  148. see UC394.ZIP.
  149.  
  150. UC394.ZIP
  151. Title: UNDOCUMENTED CORNER
  152. Keywords: MAR94   WINDOWS   VXD
  153. Unpublished source code and executables accompanying Andrew 
  154. Schulman's column and Alex Shmidt's article on Windows' VxDs. 
  155. Includes RINGO.EXE. Requires PKUNZIP.EXE to extract.
  156.  
  157.