Antonio,
You already have a forecast to launch the version with the class tFtp finished?
Antonio,
You already have a forecast to launch the version with the class tFtp finished?
Vilian,
Its already published in FWPPC December 2006 build.
Hi Antonio,
I made the update for version 7.01, but I continue with problems to send archives saw ftp! Class FtpFile is not available?
Vilian,
What problems do you have ? Can you post a sample ? thanks
The problem is the lack of class TFtpFile, it still is not ready?
Vilian,
Please download FWPPC again, we missed to include it. Thanks
Antonio,
I received the new update, but now it appears the following error:
FiveCE.lib(TFTPFILE.obj) : error LNK2001: unresolved external symbol HB_FUN_INTERNETSETFILEPOINTER
FiveCE.lib(TFTPFILE.obj) : error LNK2001: unresolved external symbol HB_FUN_INTERNETREADFILE
FiveCE.lib(TFTPFILE.obj) : error LNK2001: unresolved external symbol HB_FUN_INTERNETWRITEFILE
FiveCE.lib(TFTPFILE.obj) : error LNK2001: unresolved external symbol HB_FUN_FTPOPENFILE
Vilan
Make sure you are linking wininet.lib
echo $(VCDIR)\lib\arm\wininet.lib >> msvc.tmp
Richard
Hi Richard,
yes, I am including wininet.lib in the generation of my application.
Vilian,
Please link inet.lib too
Antonio,
where I find inet.lib?
Vilian,
My mistake, inet.lib is not needed. You have to link wininet.lib
Antonio,
I am including wininet.lib(04/06/2003) in the generation of my application ![]()
Vilian
This are the libs i am linking and i use tftp with success
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
echo $(VCDIR)\lib\arm\cellcore.lib >> msvc.tmp
Hth
Richard