New FWPPC 9.01

New FWPPC 9.01

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWPPC 9.01

Postby Enrico Maria Giordano » Mon Feb 02, 2009 9: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
User avatar
Enrico Maria Giordano
 
Posts: 8310
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: New FWPPC 9.01

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Re: New FWPPC 9.01

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWPPC 9.01

Postby Enrico Maria Giordano » Mon Feb 02, 2009 12:10 pm

It seems ok now, many thanks.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8310
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: New FWPPC 9.01

Postby Antonio Linares » Mon Feb 02, 2009 12:16 pm

Dear Enrico,

good. Many thanks for your tests :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWPPC 9.01

Postby Ross_ValuSoft » Wed Feb 04, 2009 6: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
User avatar
Ross_ValuSoft
 
Posts: 87
Joined: Thu Dec 18, 2008 11:27 am
Location: Melbourne, Australia

Re: New FWPPC 9.01

Postby Antonio Linares » Wed Feb 04, 2009 9:35 am

Ross,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWPPC 9.01

Postby Ross_ValuSoft » 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
User avatar
Ross_ValuSoft
 
Posts: 87
Joined: Thu Dec 18, 2008 11:27 am
Location: Melbourne, Australia

Re: New FWPPC 9.01

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWPPC 9.01

Postby softruz » Wed Feb 11, 2009 6:49 pm

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

Un Saludo.
softruz
 
Posts: 485
Joined: Fri Feb 09, 2007 10:34 am

Re: New FWPPC 9.01

Postby Antonio Linares » Wed Feb 11, 2009 7:07 pm

> el mismo error

Que error es ? En que ejemplo ?

gracias,
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWPPC 9.01

Postby softruz » Thu Feb 12, 2009 9: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.
softruz
 
Posts: 485
Joined: Fri Feb 09, 2007 10:34 am

Re: New FWPPC 9.01

Postby Antonio Linares » Thu Feb 12, 2009 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Next

Return to WhatsNew / Novedades

Who is online

Users browsing this forum: No registered users and 6 guests