Hi,
The following simple program creates gpf:
#include "fivewin.ch"
Function Main
Msginfo("Hello world!")
return nil
Built using xbuild helloworld.prg
Using FWH 2006-06 with Xhb 2006-03
GPF FWH 2006-06 with March xHb
- AlexSchaft
- Posts: 172
- Joined: Fri Oct 07, 2005 1:29 pm
- Location: Edenvale, Gauteng, South Africa
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Alex,
As you may be aware, xHB uses PellesC (renamed as xCC.exe). This is a C only compiler. It does not support C++.
But the current xHarbour Microsoft build, uses C++ (-Tp flag). So FWH for xHB (built using Microsoft C/C++) can't run with PellesC any longer.
We need to discuss this issue with Harbour/xHarbour developers, to find a solution. First of all we may need to use Microsoft in C mode only, and then recompile FWH accordingly.
As you may be aware, xHB uses PellesC (renamed as xCC.exe). This is a C only compiler. It does not support C++.
But the current xHarbour Microsoft build, uses C++ (-Tp flag). So FWH for xHB (built using Microsoft C/C++) can't run with PellesC any longer.
We need to discuss this issue with Harbour/xHarbour developers, to find a solution. First of all we may need to use Microsoft in C mode only, and then recompile FWH accordingly.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- AlexSchaft
- Posts: 172
- Joined: Fri Oct 07, 2005 1:29 pm
- Location: Edenvale, Gauteng, South Africa
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: