[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GDIPlus addition
From: |
Christopher Armstrong |
Subject: |
GDIPlus addition |
Date: |
Thu, 04 Aug 2005 18:19:12 +1000 |
Attached is a patch against gnustep-back to enable use GDIPlus, as well as a
wrapper library. This is experimental, so no guarantees are made, no warranties
are provided.
Instructions:
1. Download the GDIPLUS.DLL redistributable from Microsoft's web site (only if
running Windows 2000):
http://www.microsoft.com/downloads/details.aspx?FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&displaylang=en
2. Install the gdiplus-wrappers as attached.
3. Download gnustep-back cvs (or update to latest version as of 4/8/2005),
change to the core/back directory, and apply the patch with the following
command:
patch -p0 < gnustep-back-gdiplus.patch
4. Run autoconf to update configure script OR after running ./configure, change
the following line in config.make:
GRAPHIC_LIBS=-lgdi32 -lmsimg32
to:
GRAPHIC_LIBS=-lgdi32 -lgdipluswrappers -lmsimg32
5. Compile and install.
No warranties or guarantees are made as to the quality of this patch and
wrapper library (as attached). The patch is licensed under the LGPL. The
wrapper library is also licensed under the LGPL.
I can be contacted at the following address if anyone runs into problems.
Christopher Armstrong
quineska@gamebox.net
--
UTS CRICOS Provider Code: 00099F
DISCLAIMER: This email message and any accompanying attachments may contain
confidential information. If you are not the intended recipient, do not
read, use, disseminate, distribute or copy this message or attachments. If
you have received this message in error, please notify the sender immediately
and delete this message. Any views expressed in this message are those of the
individual sender, except where the sender expressly, and with authority,
states them to be the views the University of Technology Sydney. Before
opening any attachments, please check them for viruses and defects.
gnustep-back-gdiplus.patch
Description: Binary data
gdiplus-wrappers.tar.bz2
Description: Binary data
- GDIPlus addition,
Christopher Armstrong <=