| Last change
 on this file since 9420 was             97, checked in by phaller, 26 years ago | 
        
          | 
Add: added cvs variable $Id$ to source files.
 | 
        
          | File size:
            1.1 KB | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: rcdata.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */ | 
|---|
| 2 |  | 
|---|
| 3 | /* | 
|---|
| 4 | * PE2LX RCDATA resources | 
|---|
| 5 | * | 
|---|
| 6 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) | 
|---|
| 7 | * | 
|---|
| 8 | * | 
|---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 10 | * | 
|---|
| 11 | */ | 
|---|
| 12 | #define INCL_DOSFILEMGR          /* File Manager values      */ | 
|---|
| 13 | #define INCL_DOSERRORS           /* DOS Error values         */ | 
|---|
| 14 | #define INCL_DOSPROCESS          /* DOS Process values       */ | 
|---|
| 15 | #define INCL_DOSMISC             /* DOS Miscellanous values  */ | 
|---|
| 16 | #define INCL_WIN | 
|---|
| 17 | #include <os2.h> | 
|---|
| 18 | #include <stdio.h> | 
|---|
| 19 | #include <string.h> | 
|---|
| 20 | #include <stdlib.h> | 
|---|
| 21 | #include <iostream.h> | 
|---|
| 22 | #include <string.h> | 
|---|
| 23 | #include "lx.h" | 
|---|
| 24 | #include "rcdata.h" | 
|---|
| 25 |  | 
|---|
| 26 | //****************************************************************************** | 
|---|
| 27 | //****************************************************************************** | 
|---|
| 28 | void ShowRCData(int id, char *data, int size) | 
|---|
| 29 | { | 
|---|
| 30 | cout << "RCData/Version resource with id " << id << " , size " << size << endl; | 
|---|
| 31 | OS2Exe.StoreResource(id, RT_RCDATA, size, data); | 
|---|
| 32 | } | 
|---|
| 33 | //****************************************************************************** | 
|---|
| 34 | //****************************************************************************** | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.