[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
APPKIT_EXPORT for NSRunAlertPanel etc?
From: |
Stephen Brandon |
Subject: |
APPKIT_EXPORT for NSRunAlertPanel etc? |
Date: |
Mon, 22 Oct 2001 16:15:16 +0100 |
Hi,
I'm compiling on Win32/Cygwin/Mingw32, and running into
problems linking to NSRunAlertPanel. Looking at
gui/Headers/NSPanel.h, these are not defined as
APPKIT_EXPORT - in fact none of the functions in there are.
Should these be defined as APPKIT_EXPORT? I'm pretty sure
that doing so will fix my linking problem.
The same goes for Headers/gnustep/gui/NSScroller.h, where
the definition of *GSCurrentContext(); requires
APPKIT_EXPORT, and this fixes another of my linking
problems.
Cheers,
Stephen Brandon
stephen@brandonitconsulting.co.uk
- APPKIT_EXPORT for NSRunAlertPanel etc?,
Stephen Brandon <=