My client's development environment is the xHarbour June BETA. As far as I know, xHarbour is planning a release in July.
when trying to link with FWH libs, I get the following error when running the app:
'WINDOW.PRG' was compiled by older version, PCODE version 7 is no longer supported ...
Search found 17 matches
- Wed Jul 18, 2007 11:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Future FWH with xHarbour
- Replies: 2
- Views: 1101
- Wed Jul 18, 2007 10:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Document xHarbour Compile/Linking
- Replies: 6
- Views: 1436
- Wed Jul 18, 2007 9:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Document xHarbour Compile/Linking
- Replies: 6
- Views: 1436
- Wed Jul 18, 2007 8:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: sockcli sockserv demos
- Replies: 5
- Views: 1656
That's what I am using too. I was using the latest July Beta, but it complained that PCode 7 was no longer supported. I assumed this had something to do with FWH compatability, so I rolled back to Jan 07. My understanding from reading the xharbour builder newsgroup is that the official releases aren ...
- Wed Jul 18, 2007 2:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Document xHarbour Compile/Linking
- Replies: 6
- Views: 1436
- Wed Jul 18, 2007 2:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: sockcli sockserv demos
- Replies: 5
- Views: 1656
- Tue Jul 17, 2007 11:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: sockcli sockserv demos
- Replies: 5
- Views: 1656
sockcli sockserv demos
Perhaps this is related to the issue of how to properly compile with xHarbour for Windows, but the sockserv demo compiles/links with the following mysterious error (see below):
How are these demos supposed to be compiled? I am using the Jan 2007 build.
Carlo
Type: C >>>xhb.exe -o"sockserv.c" -m ...
How are these demos supposed to be compiled? I am using the Jan 2007 build.
Carlo
Type: C >>>xhb.exe -o"sockserv.c" -m ...
- Tue Jul 17, 2007 11:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Document xHarbour Compile/Linking
- Replies: 6
- Views: 1436
Document xHarbour Compile/Linking
Can you please update the documentation for those of us who are using xHarbour for Windows? For those of us who have paid subscriptions to xharbour, we are using the default compiler (xcc?) and settings - your definitions appear to be aimed at those using borland or vcc. I know that you will answer ...
- Tue Jun 26, 2007 3:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Ideas for creating a server?
- Replies: 1
- Views: 722
Ideas for creating a server?
I would like to help my client integrate his xHarbour-based business logic with other (non-xHarbour) applications. To do this, I would like to create a server that would receive messages from client apps to trigger object methods, wrap the replies in XML and return them to the client.
I would like ...
I would like ...
- Wed May 23, 2007 5:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SAY / GET behaviour
- Replies: 9
- Views: 3130
- Wed Apr 18, 2007 1:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SAY / GET behaviour
- Replies: 9
- Views: 3130
- Wed Apr 18, 2007 4:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SAY / GET behaviour
- Replies: 9
- Views: 3130
- Tue Apr 17, 2007 2:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: MS SOAP Toolkit no longer supported, now what?
- Replies: 4
- Views: 1406
- Sun Apr 15, 2007 7:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SAY / GET behaviour
- Replies: 9
- Views: 3130
Re: SAY / GET behaviour
Carlo
If you want to use windowsd and dialogs from source code (you can do it from resources rc files also), it is much easier to use the "pixel" clause
Thanks for the suggestion Richard. Unfortunately, this project involves around 900 PRG files containing thousands of screen definitions. I need ...
If you want to use windowsd and dialogs from source code (you can do it from resources rc files also), it is much easier to use the "pixel" clause
Thanks for the suggestion Richard. Unfortunately, this project involves around 900 PRG files containing thousands of screen definitions. I need ...
- Sun Apr 15, 2007 3:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SAY / GET behaviour
- Replies: 9
- Views: 3130
SAY / GET behaviour
Hi Antonio,
I'm finally starting to post questions regarding the legacy code port that I have to do. I am starting by converting my low-level video functions, so things are starting off with very basic display issues:
The following code produces strange results for me:
#include "fivewin.ch ...
I'm finally starting to post questions regarding the legacy code port that I have to do. I am starting by converting my low-level video functions, so things are starting off with very basic display issues:
The following code produces strange results for me:
#include "fivewin.ch ...