source: trunk/third/libIDL/README.win32 @ 18251

Revision 18251, 845 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18250, which included commits to RCS files with non-trunk default branches.
RevLine 
[18250]1Using libIDL for Win32
2~~~~~~~~~~~~~~~~~~~~~~
3
4Win32 libIDL support is mostly here, but currently requires the use of
5IDL_parse_filename_with_input, since there is no C preprocessor
6generally available under Windows.  To compile this, you will also
7need to obtain glib for Win32, which you should be able to obtain from
8http://www.gimp.org/~tml/gimp/win32/.
9
10Building
11~~~~~~~~
12
13Edit Makefile.msc and edit the locations of the glib includes, library
14name, and library path.  Only Microsoft C is supported at the moment,
15but it shouldn't be difficult to port to other compilers.
16
17Using the Library
18~~~~~~~~~~~~~~~~~
19
20After building, all you need are the files IDL.h and libIDL-x.x.dll
21and libIDL-x.x.lib.  Place the include file in a place where it can be
22found with libIDL/IDL.h.
23
24--
25Andrew T. Veliath <andrewtv@usa.net>
Note: See TracBrowser for help on using the repository browser.