What is the working solution to send emails with FWH? that works with or without Outlook installed and accepts attachments and any protocols?
thanks
Search found 18 matches
- Tue May 14, 2024 5:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send Emails from Fivewin application
- Replies: 44
- Views: 6064
- Wed Apr 17, 2024 4:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS with 64bit FWH Apps
- Replies: 24
- Views: 4160
Re: ADS with 64bit FWH Apps
Enrico, as Tim say we need (x)harbour with rddads.lib and ace32.lib (or 64 version), but to build (x)harbour libs need redistributable package.
best regards
best regards
- Tue Apr 16, 2024 11:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS with 64bit FWH Apps
- Replies: 24
- Views: 4160
Re: ADS with 64bit FWH Apps
Enrico, sorry, i use ads in legacy app in 32 bits, i dont use this in (x)harbour)/fwh 64, so i cant help, maybe someone using ads with (x)harbour 64 can help us.
thanks
thanks
- Mon Apr 15, 2024 9:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS with 64bit FWH Apps
- Replies: 24
- Views: 4160
Re: ADS with 64bit FWH Apps
Some time ago when i build x(harbour) myself, this is ever work, using ace from 10, i can access 10,11,12 versions, but waiting info from others users is good.
you need ace redistributable 10.
very thanks for your time,
best regards.
you need ace redistributable 10.
very thanks for your time,
best regards.
- Mon Apr 15, 2024 1:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS with 64bit FWH Apps
- Replies: 24
- Views: 4160
Re: ADS with 64bit FWH Apps
Enrico,
in makefile of x(harbour) :
set version to use:
SET ADS_LIB_VERSION=1010
set directory of ace of this version:
SET HB_DIR_ADS=\Ace\101049
this set to compile build libs with ace 10, this way like reinaldo says we can access to 10 and above local and server.
maybe reinaldo can help us ...
in makefile of x(harbour) :
set version to use:
SET ADS_LIB_VERSION=1010
set directory of ace of this version:
SET HB_DIR_ADS=\Ace\101049
this set to compile build libs with ace 10, this way like reinaldo says we can access to 10 and above local and server.
maybe reinaldo can help us ...
- Mon Apr 15, 2024 10:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS with 64bit FWH Apps
- Replies: 24
- Views: 4160
Re: ADS with 64bit FWH Apps
Enrico, are you using ads 10 on client side for build xharbour and harbour ? i guess is this the right, because using 10 version in client side we can access 10 or newer version local/server.
thanks
thanks
- Wed Feb 14, 2024 8:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: link error
- Replies: 17
- Views: 2328
Re: link error
I understand that we have different compilers, each user with their choice, this is excellent, but to compile a simple example, I need to adjust directories, because each version of BCC comes with different subdirectories for includes and libs, xharbour and harbour have their already known ...
- Wed Feb 14, 2024 6:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: link error
- Replies: 17
- Views: 2328
Re: link error
this :
Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_HRBRUN' referenced from RBDESIGN.OBJ
Error: Unable to perform link
im using xharbour ...
Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_HRBRUN' referenced from RBDESIGN.OBJ
Error: Unable to perform link
im using xharbour ...
- Wed Feb 14, 2024 5:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: link error
- Replies: 17
- Views: 2328
Re: link error
Hi Enrico, you dont need ads server install, just ace or arc .
but i guess s a p dont have ads support now.
im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, is the samples compatible only with harbour ou bcc ...
but i guess s a p dont have ads support now.
im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, is the samples compatible only with harbour ou bcc ...
- Wed Feb 14, 2024 3:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: link error
- Replies: 17
- Views: 2328
Re: link error
hi, you dont need ads, only run makefile in contrib dir, i used this way when in past.
thanks
thanks
- Wed Feb 14, 2024 1:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: link error
- Replies: 17
- Views: 2328
Re: link error
Enrico, thanks for reply, last xharbour from site dont come with this libs, this is for use with ads, in folder source/contrib, without them i need compile xharbour again, i want use binaries from site.
ace32.lib i can get from implib, i need only rddads.lib.
thanks
ace32.lib i can get from implib, i need only rddads.lib.
thanks
- Wed Feb 14, 2024 1:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: link error
- Replies: 17
- Views: 2328
Re: link error
thanks for reply.
i move to bcc77 , 32 bits, now i get:
Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1
Error: Unable to perform link
can i use the same tip?
void _streams() {}
this is affect my appl?
someone have rddads and ace32 compiled with last ...
i move to bcc77 , 32 bits, now i get:
Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1
Error: Unable to perform link
can i use the same tip?
void _streams() {}
this is affect my appl?
someone have rddads and ace32 compiled with last ...
- Sun Feb 11, 2024 10:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: link error
- Replies: 17
- Views: 2328
link error
I'm moving from a previous version of BCC to BCC74 32bits , xharbour last version and fwh23.10 , I get this error when linking, is it missing a lib in make?
Error: Unresolved external '___get_std_stream' referenced from \XHARBOUR32\LIB\COMMON.LIB|hbtrace
Error: Unresolved external '__chdir ...
Error: Unresolved external '___get_std_stream' referenced from \XHARBOUR32\LIB\COMMON.LIB|hbtrace
Error: Unresolved external '__chdir ...
- Thu May 18, 2023 2:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ChatGPT
- Replies: 19
- Views: 2127
Re: ChatGPT
Antonio, paid users of chatgpt can use webbrowsing and plugins, to me openai release yesterday, Otto seams have access before.
i will try plugins and make my plugins.
best regards
i will try plugins and make my plugins.
best regards
- Thu May 18, 2023 11:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ChatGPT
- Replies: 19
- Views: 2127
Re: ChatGPT
Hi, today Openai release, ( im in waitlist), chatgpt4 with web browsing and plugins, with webbrowsing and some hacks with pyton, chatgpt is very usefull.
Best regards
Best regards