[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Process class is not exported under Win32
From: |
Federico Montesino Pouzols |
Subject: |
Re: Process class is not exported under Win32 |
Date: |
Wed, 8 Jan 2003 11:28:21 +0100 |
User-agent: |
Mutt/1.4i |
Yes, this is a bug in 1.0.7. It was already fixed in CVS for
the next release, 1.0.8.
On Tue, Jan 07, 2003 at 09:35:09PM -0500, Ian Gough wrote:
> Please forgive if this problem has already been reported.
>
> cc++ version 1.07
>
> It would seem that the Process.h is missing the statement:
>
> class CCXX_CLASS_EXPORT Process;
>
> so that the Process class is visible in the windows import library.
>
> Symptoms are that any program that uses any of the Win32 supported methods
> such as spawn fails to link due to an unresolved reference.
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp