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.
|
Line | |
---|
1 | Using libIDL for Win32
|
---|
2 | ~~~~~~~~~~~~~~~~~~~~~~
|
---|
3 |
|
---|
4 | Win32 libIDL support is mostly here, but currently requires the use of
|
---|
5 | IDL_parse_filename_with_input, since there is no C preprocessor
|
---|
6 | generally available under Windows. To compile this, you will also
|
---|
7 | need to obtain glib for Win32, which you should be able to obtain from
|
---|
8 | http://www.gimp.org/~tml/gimp/win32/.
|
---|
9 |
|
---|
10 | Building
|
---|
11 | ~~~~~~~~
|
---|
12 |
|
---|
13 | Edit Makefile.msc and edit the locations of the glib includes, library
|
---|
14 | name, and library path. Only Microsoft C is supported at the moment,
|
---|
15 | but it shouldn't be difficult to port to other compilers.
|
---|
16 |
|
---|
17 | Using the Library
|
---|
18 | ~~~~~~~~~~~~~~~~~
|
---|
19 |
|
---|
20 | After building, all you need are the files IDL.h and libIDL-x.x.dll
|
---|
21 | and libIDL-x.x.lib. Place the include file in a place where it can be
|
---|
22 | found with libIDL/IDL.h.
|
---|
23 |
|
---|
24 | --
|
---|
25 | Andrew T. Veliath <andrewtv@usa.net>
|
---|
Note: See
TracBrowser
for help on using the repository browser.