Page 1 of 3

New FWPPC 9.01

PostPosted: Sun Feb 01, 2009 11:36 pm
by Antonio Linares
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.

Re: New FWPPC 9.01

PostPosted: Mon Feb 02, 2009 9:13 am
by Enrico Maria Giordano
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

Re: New FWPPC 9.01

PostPosted: Mon Feb 02, 2009 11:33 am
by Antonio Linares
Enrico,

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

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

Re: New FWPPC 9.01

PostPosted: Mon Feb 02, 2009 11:50 am
by Enrico Maria Giordano
Thank you!

EMG

Re: New FWPPC 9.01

PostPosted: Mon Feb 02, 2009 12:02 pm
by Antonio Linares
Enrico,

A new 9.01 build is already available.

We appreciate your feedback testing it, thanks :-)

Re: New FWPPC 9.01

PostPosted: Mon Feb 02, 2009 12:10 pm
by Enrico Maria Giordano
It seems ok now, many thanks.

EMG

Re: New FWPPC 9.01

PostPosted: Mon Feb 02, 2009 12:16 pm
by Antonio Linares
Dear Enrico,

good. Many thanks for your tests :-)

Re: New FWPPC 9.01

PostPosted: Wed Feb 04, 2009 6:03 am
by Ross_ValuSoft
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

Re: New FWPPC 9.01

PostPosted: Wed Feb 04, 2009 9:35 am
by Antonio Linares
Ross,

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

Re: New FWPPC 9.01

PostPosted: Wed Feb 04, 2009 12:03 pm
by Ross_ValuSoft
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

Re: New FWPPC 9.01

PostPosted: Wed Feb 04, 2009 12:30 pm
by Antonio Linares
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.

Re: New FWPPC 9.01

PostPosted: Wed Feb 11, 2009 6:49 pm
by softruz
Perdona Antonio, me he descargado tambien la FwPPc hoy y me da el mismo error que puedo hacer?

Un Saludo.

Re: New FWPPC 9.01

PostPosted: Wed Feb 11, 2009 7:07 pm
by Antonio Linares
> el mismo error

Que error es ? En que ejemplo ?

gracias,

Re: New FWPPC 9.01

PostPosted: Thu Feb 12, 2009 9:18 am
by softruz
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.

Re: New FWPPC 9.01

PostPosted: Thu Feb 12, 2009 9:50 am
by Antonio Linares
Pero cual es el error ?

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

gracias