New FWPPC 9.01
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
New FWPPC 9.01
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.
============
* 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.
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: New FWPPC 9.01
What am I missing?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
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWPPC 9.01
Enrico,
Our mistake. We used C++ mode by mistake.
We are going to fix it and publish 9.01 again, thanks
Our mistake. We used C++ mode by mistake.
We are going to fix it and publish 9.01 again, thanks
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWPPC 9.01
Enrico,
A new 9.01 build is already available.
We appreciate your feedback testing it, thanks
A new 9.01 build is already available.
We appreciate your feedback testing it, thanks
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWPPC 9.01
Dear Enrico,
good. Many thanks for your tests
good. Many thanks for your tests
- Ross_ValuSoft
- Posts: 87
- Joined: Thu Dec 18, 2008 11:27 am
- Location: Melbourne, Australia
Re: New FWPPC 9.01
Hello Antonio,Antonio Linares wrote:Enrico,
A new 9.01 build is already available.
We appreciate your feedback testing it, thanks
... 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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWPPC 9.01
Ross,
Use the login and password that we provided you and download it again
Use the login and password that we provided you and download it again
- Ross_ValuSoft
- Posts: 87
- Joined: Thu Dec 18, 2008 11:27 am
- Location: Melbourne, Australia
Re: New FWPPC 9.01
Thanks Antonio. One more question and a suggestion ...Antonio Linares wrote:Ross,
Use the login and password that we provided you and download it again
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWPPC 9.01
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.
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
Perdona Antonio, me he descargado tambien la FwPPc hoy y me da el mismo error que puedo hacer?
Un Saludo.
Un Saludo.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWPPC 9.01
> el mismo error
Que error es ? En que ejemplo ?
gracias,
Que error es ? En que ejemplo ?
gracias,
Re: New FWPPC 9.01
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.
¿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.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWPPC 9.01
Pero cual es el error ?
Es un error en tiempo de ejecución ? A la hora de crear el EXE ?
gracias
Es un error en tiempo de ejecución ? A la hora de crear el EXE ?
gracias