FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index WhatsNew / Novedades New FWPPC 9.01
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWPPC 9.01
Posted: Sun Feb 01, 2009 11:36 PM

January 2009

  • Fix: Class TListBox was GPFing due to a recent introduced bug. Now it is ok.
    Please review samples\Tutor07.prg

  • Fix: Class TComboBox was GPFing due to a recent introduced bug. Now it is ok.
    Please review samples\Tutor08.prg

Please notice that this is not the new FWPPC that we are working on, and that we expect to publish in February.
This build just fixes these bugs that have been located in previous FWPPC build.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: New FWPPC 9.01
Posted: Mon Feb 02, 2009 09:13 AM
Harbour 1.0.1dev Intl. (Rev. 9361)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.

TUTOR10.c
fivece.lib(listbox.obj) : error LNK2019: unresolved external symbol "unsigned short * __cdecl AnsiToWide(char *)" (?AnsiToWide@@YAPAGPAD@Z)
referenced in function HB_FUN_FW_ANSITOWIDE
TUTOR10.EXE : fatal error LNK1120: 1 unresolved externals


What am I missing?

EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWPPC 9.01
Posted: Mon Feb 02, 2009 11:33 AM

Enrico,

Our mistake. We used C++ mode by mistake.

We are going to fix it and publish 9.01 again, thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWPPC 9.01
Posted: Mon Feb 02, 2009 12:02 PM

Enrico,

A new 9.01 build is already available.

We appreciate your feedback testing it, thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: New FWPPC 9.01
Posted: Mon Feb 02, 2009 12:10 PM

It seems ok now, many thanks.

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWPPC 9.01
Posted: Mon Feb 02, 2009 12:16 PM

Dear Enrico,

good. Many thanks for your tests :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 87
Joined: Thu Dec 18, 2008 11:27 AM
Re: New FWPPC 9.01
Posted: Wed Feb 04, 2009 06:03 AM
Antonio Linares wrote:Enrico,

A new 9.01 build is already available.

We appreciate your feedback testing it, thanks :-)


Hello Antonio,

... for the uninitiated ... how do I go about obtaining this latest version. I bought my first version via your recent "end of year sale".

Thanks.

Ross McKenzie
ValuSoft
Melbourne Australia
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWPPC 9.01
Posted: Wed Feb 04, 2009 09:35 AM

Ross,

Use the login and password that we provided you and download it again :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 87
Joined: Thu Dec 18, 2008 11:27 AM
Re: New FWPPC 9.01
Posted: Wed Feb 04, 2009 12:03 PM
Antonio Linares wrote:Ross,

Use the login and password that we provided you and download it again :-)


Thanks Antonio. One more question and a suggestion ...

There are 6 links to files in the FWPPC folder that can be downloaded. Is it necessary to download all of them?

A suggestion. Could you add the file size and date information next to each of the file links so that old files do not get downloaded again?

Many thanks.

Ross
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWPPC 9.01
Posted: Wed Feb 04, 2009 12:30 PM

Ross,

This time you just need to download FWPPC (fwppc.exe) not the other files.

Above the files, the version is specified: 9.01

>
A suggestion. Could you add the file size and date information next to each of the file links so that old files do not get downloaded again?
>

yes, good idea. Thanks :-) We are going to arrange it.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 485
Joined: Fri Feb 09, 2007 10:34 AM
Re: New FWPPC 9.01
Posted: Wed Feb 11, 2009 06:49 PM

Perdona Antonio, me he descargado tambien la FwPPc hoy y me da el mismo error que puedo hacer?

Un Saludo.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWPPC 9.01
Posted: Wed Feb 11, 2009 07:07 PM

> el mismo error

Que error es ? En que ejemplo ?

gracias,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 485
Joined: Fri Feb 09, 2007 10:34 AM
Re: New FWPPC 9.01
Posted: Thu Feb 12, 2009 09:18 AM

No es un ejemplo he cogido un proyecto y lo he pasado a Fwppc 9.01 y me da dicho error.

¿De que puede ser?

Estas son las librerias que uso, por si sirve de algo:

set hdir=c:\harbour_CE
set vcdir=c:\vce

echo ......\lib\FiveCE.lib ......\lib\FiveCEC.lib >> msvc.tmp
echo %hdir%\lib\rtl.lib >> msvc.tmp
echo %hdir%\lib\vm.lib >> msvc.tmp
echo %hdir%\lib\gtgui.lib >> msvc.tmp
echo %hdir%\lib\lang.lib >> msvc.tmp
echo %hdir%\lib\macro.lib >> msvc.tmp
echo %hdir%\lib\rdd.lib >> msvc.tmp
echo %hdir%\lib\dbfntx.lib >> msvc.tmp
echo %hdir%\lib\dbfcdx.lib >> msvc.tmp
echo %hdir%\lib\dbffpt.lib >> msvc.tmp
echo %hdir%\lib\hbsix.lib >> msvc.tmp
echo %hdir%\lib\debug.lib >> msvc.tmp
echo %hdir%\lib\common.lib >> msvc.tmp
echo %hdir%\lib\pp.lib >> msvc.tmp
echo %hdir%\lib\codepage.lib >> msvc.tmp

rem Uncomment these two lines to use Advantage RDD
rem echo %hdir%\lib\rddads.lib >> msvc.tmp
rem echo %hdir%\lib\ace32.lib >> msvc.tmp

echo %vcdir%\lib\arm\coredll.lib >> msvc.tmp
echo %vcdir%\lib\arm\corelibc.lib >> msvc.tmp
echo %vcdir%\lib\arm\aygshell.lib >> msvc.tmp
echo %vcdir%\lib\arm\ws2.lib >> msvc.tmp
echo %vcdir%\lib\arm\mfcce400.lib >> msvc.tmp
echo %vcdir%\lib\arm\ole32.lib >> msvc.tmp
echo %vcdir%\lib\arm\ceshell.lib >> msvc.tmp
echo %vcdir%\lib\arm\commctrl.lib >> msvc.tmp
echo %vcdir%\lib\arm\wininet.lib >> msvc.tmp

Un Saludo.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWPPC 9.01
Posted: Thu Feb 12, 2009 09:50 AM

Pero cual es el error ?

Es un error en tiempo de ejecución ? A la hora de crear el EXE ?

gracias

regards, saludos

Antonio Linares
www.fivetechsoft.com