Augusto Infante | 4 Feb 2011 20:31
Favicon

64-bit xHarbour

Hello All

 

Does anybody know how to build xHarbour with VC 2010 for 64-bit systems? I got stuck in GnuWin64 which is still under development.

 

So far I get errors like this:

 

LIBCMT.lib(initcon.obj) : error LNK2019: unresolved external symbol __imp__CreateFileW <at> 28 referenced in function ___initconout

LIBCMT.lib(msize.obj) : error LNK2019: unresolved external symbol __imp__HeapSize <at> 12 referenced in function __msize

LIBCMT.lib(chsize.obj) : error LNK2019: unresolved external symbol __imp__SetEndOfFile <at> 4 referenced in function __chsize_nolock

LIBCMT.lib(chsize.obj) : error LNK2019: unresolved external symbol __imp__GetProcessHeap <at> 0 referenced in function __chsize_nolock

bin\vc\ppgen.exe : fatal error LNK1120: 84 unresolved externals

 

Thanks

 

Augusto Infante

 

From: Vicente Guerra [mailto:vic-qalUMSBODa/XqD7Xm1r0gw@public.gmane.org]
Sent: Monday, January 31, 2011 10:42 AM
To: xHarbour-Developers List
Subject: [xHarbour-developers] CVS to SVN

 

     Hi!

     Ron, due to recent SourceForge.net's attack, it's
on their page: http://sourceforge.net/blog/

<CUT>
CVS
CVS service is one of SourceForge.net.s oldest services and, due to
limitations in CVS itself, cannot readily live on our scalable network
storage solution. Validation of this data is going to require several days
and we anticipate that this service will be restored sometime in the later
part of week.

We are also considering the end-of-life of the CVS service and hope to
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

have user support in migrating CVS users to Subversion in coming months.
Subversion generally provides parity to CVS commands, and many of our
users have made this transition successfully in the past.

>From SVN, projects can move to Git if desired.
</CUT>

     My question is: will xHarbour be moved to SVN?

Atte.
  Vic

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1204 / Virus Database: 1435/3414 - Release Date: 01/31/11

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@...
https://lists.sourceforge.net/lists/listinfo/xharbour-developers
Andi Jahja | 5 Feb 2011 03:55
X-Face
Picon
Favicon

Re: CVS to SVN

Dear All,

OK, since according to SourceForge CVS is about to die, and no response
so far from Ron or others, I have taken the opportunity to migrate
xHarbour-repo to SVN, and it is going on. I will announce to the list
and newsgroup as well when I have finished migrating.

Please give me one or two days to finalize.

Andi

On Mon, 31 Jan 2011 12:41:56 -0600 (CST)
Vicente Guerra <vic@...> wrote:

>      Hi!
> 
>      Ron, due to recent SourceForge.net's attack, it's
> on their page: http://sourceforge.net/blog/
> 
> <CUT>
> CVS
> CVS service is one of SourceForge.net.s oldest services and, due to 
> limitations in CVS itself, cannot readily live on our scalable network 
> storage solution. Validation of this data is going to require several days 
> and we anticipate that this service will be restored sometime in the later 
> part of week.
> 
> We are also considering the end-of-life of the CVS service and hope to
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> have user support in migrating CVS users to Subversion in coming months. 
> Subversion generally provides parity to CVS commands, and many of our 
> users have made this transition successfully in the past.
> 
> >From SVN, projects can move to Git if desired.
> </CUT>
> 
>      My question is: will xHarbour be moved to SVN?
> 
> Atte.
>   Vic
> 

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
Andi Jahja | 5 Feb 2011 08:59
X-Face
Picon
Favicon

xHarbour Migration To SVN

Hello,

It was announced that CVS-Repo hosting will soon come to an end. As such
I have tried my best to migrate xHarbour Project files to SVN.

The jobs has been finished now. Developers can commit patches as usual
as how he usualy does on CVS. Of course, everyone has to have access to
SVN Client, be it COnsole or GUI mode.

The new place holders for xHarbour Project effective today follows:

  Site: https://sourceforge.net/projects/xhrb/

To do a check-out of the new repo, issue the following command:

 svn co https://xhrb.svn.sourceforge.net/svnroot/xhrb xhrb

SVN client is very much similar to CVS. Consult online help if you are
in question.

Download site for SVN client:

 Console: http://www.sliksvn.com/pub/Slik-Subversion-1.6.15-win32.msi
 GUI: http://downloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.6.12.20536-win32-svn-1.6.15.msi?download

Andi

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
Patrick Mast, xHarbour. | 5 Feb 2011 10:43
Favicon

Re: CVS to SVN

Thank you Andi!

On Sat, Feb 5, 2011 at 3:55 AM, Andi Jahja <andi.jahja@...> wrote:
> Dear All,
>
> OK, since according to SourceForge CVS is about to die, and no response
> so far from Ron or others, I have taken the opportunity to migrate
> xHarbour-repo to SVN, and it is going on. I will announce to the list
> and newsgroup as well when I have finished migrating.
>
> Please give me one or two days to finalize.
>
> Andi
>
> On Mon, 31 Jan 2011 12:41:56 -0600 (CST)
> Vicente Guerra <vic@...> wrote:
>
>>      Hi!
>>
>>      Ron, due to recent SourceForge.net's attack, it's
>> on their page: http://sourceforge.net/blog/
>>
>> <CUT>
>> CVS
>> CVS service is one of SourceForge.net.s oldest services and, due to
>> limitations in CVS itself, cannot readily live on our scalable network
>> storage solution. Validation of this data is going to require several days
>> and we anticipate that this service will be restored sometime in the later
>> part of week.
>>
>> We are also considering the end-of-life of the CVS service and hope to
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> have user support in migrating CVS users to Subversion in coming months.
>> Subversion generally provides parity to CVS commands, and many of our
>> users have made this transition successfully in the past.
>>
>> >From SVN, projects can move to Git if desired.
>> </CUT>
>>
>>      My question is: will xHarbour be moved to SVN?
>>
>> Atte.
>>   Vic
>>
>
>
> ------------------------------------------------------------------------------
> The modern datacenter depends on network connectivity to access resources
> and provide services. The best practices for maximizing a physical server's
> connectivity to a physical network are well understood - see how these
> rules translate into the virtual world?
> http://p.sf.net/sfu/oracle-sfdevnlfb
> _______________________________________________
> xHarbour-developers mailing list
> xHarbour-developers@...
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
Enrico Maria Giordano | 5 Feb 2011 18:24
Picon

Re: xHarbour Migration To SVN


-----Messaggio Originale----- 
Da: "Andi Jahja" <andi.jahja@...>
A: "xHarbour-Developers List" <xharbour-developers@...>
Data invio: sabato 5 febbraio 2011 8.59
Oggetto: [xHarbour-developers] xHarbour Migration To SVN

> To do a check-out of the new repo, issue the following command:
>
> svn co https://xhrb.svn.sourceforge.net/svnroot/xhrb xhrb

Thank you Andi. I did a checkout successfully but compiling the project 
using my usual batch I get this:

MAKE Version 5.4  Copyright (c) 1987, 2010 Embarcadero Technologies, Inc.
source\common\hbfopen.c:
source\common\hbfsapi.c:
source\common\hbgete.c:
source\common\hbhash.c:
source\common\hbstr.c:
source\common\hbprintf.c:
source\common\hbtrace.c:
source\common\hbver.c:
source\common\expropt1.c:
source\common\expropt2.c:
source\common\reserved.c:
source\common\hbdate.c:
source\common\hbwince.c:
TLIB 6.2 Copyright (c) 1987-2010 Embarcadero Technologies, Inc.
+obj\b32\hbfopen.obj &
+obj\b32\hbfsapi.obj &
+obj\b32\hbgete.obj &
+obj\b32\hbhash.obj &
+obj\b32\hbstr.obj &
+obj\b32\hbprintf.obj &
+obj\b32\hbtrace.obj &
+obj\b32\hbver.obj &
+obj\b32\expropt1.obj &
+obj\b32\expropt2.obj &
+obj\b32\reserved.obj &
+obj\b32\hbdate.obj &
+obj\b32\hbwince.obj &
+
source\pp\ppgen.c:
Turbo Incremental Link 6.10 Copyright (c) 1997-2010 Embarcadero 
Technologies, Inc.

** error 1 ** deleting source\pp\pptable.c

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
Enrico Maria Giordano | 5 Feb 2011 18:25
Picon

Re: xHarbour Migration To SVN

This is the batch I'm using:

 <at>  ECHO OFF
SET PATH=e:\bcc\bin;e:\bison\bin;%PATH%
make_b32 clean build

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
Ron Pinkas | 5 Feb 2011 20:05
Favicon

Re: CVS to SVN

Sorry Andi, I am on a trip and I must have missed your message, confusing it 
with reported problem of SF. Many thanks for your initiative. :-)

--------------------------------------------------
From: "Andi Jahja" <andi.jahja@...>
Sent: Friday, February 04, 2011 6:55 PM
To: "Vicente Guerra" <vic@...>
Cc: "xHarbour-Developers List" <xharbour-developers@...>
Subject: Re: [xHarbour-developers] CVS to SVN

> Dear All,
>
> OK, since according to SourceForge CVS is about to die, and no response
> so far from Ron or others, I have taken the opportunity to migrate
> xHarbour-repo to SVN, and it is going on. I will announce to the list
> and newsgroup as well when I have finished migrating.
>
> Please give me one or two days to finalize.
>
> Andi
>
> On Mon, 31 Jan 2011 12:41:56 -0600 (CST)
> Vicente Guerra <vic@...> wrote:
>
>>      Hi!
>>
>>      Ron, due to recent SourceForge.net's attack, it's
>> on their page: http://sourceforge.net/blog/
>>
>> <CUT>
>> CVS
>> CVS service is one of SourceForge.net.s oldest services and, due to
>> limitations in CVS itself, cannot readily live on our scalable network
>> storage solution. Validation of this data is going to require several 
>> days
>> and we anticipate that this service will be restored sometime in the 
>> later
>> part of week.
>>
>> We are also considering the end-of-life of the CVS service and hope to
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> have user support in migrating CVS users to Subversion in coming months.
>> Subversion generally provides parity to CVS commands, and many of our
>> users have made this transition successfully in the past.
>>
>> >From SVN, projects can move to Git if desired.
>> </CUT>
>>
>>      My question is: will xHarbour be moved to SVN?
>>
>> Atte.
>>   Vic
>>
>
>
> ------------------------------------------------------------------------------
> The modern datacenter depends on network connectivity to access resources
> and provide services. The best practices for maximizing a physical 
> server's
> connectivity to a physical network are well understood - see how these
> rules translate into the virtual world?
> http://p.sf.net/sfu/oracle-sfdevnlfb
> _______________________________________________
> xHarbour-developers mailing list
> xHarbour-developers@...
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> 

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
Andi Jahja | 5 Feb 2011 21:30
X-Face
Picon
Favicon

ChangeLog: 2011-02-06 03:10 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>

2011-02-06 03:10 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
  * source/pp/ppgen.c
    * synched Rev Id to current SVN format.
    ;NOTE: Rev Id have been restarted. The latest Rev Id per CVS is 6768.
     This new numbering may have effects for programs using __XHARBOUR__ value
     as references.

Andi

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
Andi Jahja | 5 Feb 2011 21:32
X-Face
Picon
Favicon

Re: xHarbour Migration To SVN

Enrico,

Please try again after my last revision to ppgen.c

Andi

On Sat, 5 Feb 2011 18:24:37 +0100
"Enrico Maria Giordano" <e.m.giordano@...> wrote:

> 
> -----Messaggio Originale----- 
> Da: "Andi Jahja" <andi.jahja@...>
> A: "xHarbour-Developers List" <xharbour-developers@...>
> Data invio: sabato 5 febbraio 2011 8.59
> Oggetto: [xHarbour-developers] xHarbour Migration To SVN
> 
> 
> > To do a check-out of the new repo, issue the following command:
> >
> > svn co https://xhrb.svn.sourceforge.net/svnroot/xhrb xhrb
> 
> Thank you Andi. I did a checkout successfully but compiling the project 
> using my usual batch I get this:
> 
> MAKE Version 5.4  Copyright (c) 1987, 2010 Embarcadero Technologies, Inc.
> source\common\hbfopen.c:
> source\common\hbfsapi.c:
> source\common\hbgete.c:
> source\common\hbhash.c:
> source\common\hbstr.c:
> source\common\hbprintf.c:
> source\common\hbtrace.c:
> source\common\hbver.c:
> source\common\expropt1.c:
> source\common\expropt2.c:
> source\common\reserved.c:
> source\common\hbdate.c:
> source\common\hbwince.c:
> TLIB 6.2 Copyright (c) 1987-2010 Embarcadero Technologies, Inc.
> +obj\b32\hbfopen.obj &
> +obj\b32\hbfsapi.obj &
> +obj\b32\hbgete.obj &
> +obj\b32\hbhash.obj &
> +obj\b32\hbstr.obj &
> +obj\b32\hbprintf.obj &
> +obj\b32\hbtrace.obj &
> +obj\b32\hbver.obj &
> +obj\b32\expropt1.obj &
> +obj\b32\expropt2.obj &
> +obj\b32\reserved.obj &
> +obj\b32\hbdate.obj &
> +obj\b32\hbwince.obj &
> +
> source\pp\ppgen.c:
> Turbo Incremental Link 6.10 Copyright (c) 1997-2010 Embarcadero 
> Technologies, Inc.
> 
> ** error 1 ** deleting source\pp\pptable.c
> 
> EMG
> 
> --
> EMAG Software Homepage:     http://www.emagsoftware.it
> The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
> The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
> The EMG Music page:         http://www.emagsoftware.it/emgmusic 

Andi

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
Andi Jahja | 5 Feb 2011 22:00
X-Face
Picon
Favicon

ChangeLog: 2011-02-06 03:52 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>

2011-02-06 03:52 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
  + oldlogs/*.*
  - ChangeLog.*
    ! move old ChangeLog to oldlogs

Andi

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb

Gmane