|
From: Jeroen v. d. Z. <jv...@cf...> - 2001-12-14 18:32:51
|
On Friday 14 December 2001 12:27, you wrote:
> Hi!
>
> Did you try to compile/use the FOX library with the Intel Compiler Version
> 5.0
> under MS Windows?
>
> Could you please give me the compiler options that work.
> Constructs like
> "e:\extern\fox\include\fox/FXDelegator.h(63) : error #171: invalid type
> conversio
> n: "int" to "FXObject *"
> virtual ~FXDelegator(){ delegate=(FXObject*)-1; }"
Should that be
delegate=(FXObject*)-1L;
Maybe? Let me know if this works, so I can fix the code everywhere...
I don't have intel's C++ compiler [I tried to get the Linux version but
it only supports RedHat and I'm running Mandrake].
- Jeroen
--
+-------------------------------+--------------------------------------------+
| E-Mail : jv...@cf... | The FOX Platform Independent GUI Toolkit: |
| USMail : 215 Wynn Drive, | |
| Huntsville, AL 35805 | Official Site: |
| Phone : (256) 726-4820 | http://www.fox-toolkit.org |
| Fax : (256) 726-4806 | ftp://ftp.fox-toolkit.org/pub |
| WWW : http://www.cfdrc.com | |
+-------------------------------+--------------------------------------------+
| Copyright (C) 15:10 10/10/2001 Jeroen van der Zijp. All Rights Reserved. |
+----------------------------------------------------------------------------+
|