Search found 2922 matches: errors

Return to advanced search

Re: WhatsApp tests

Antonio, https://i.postimg.cc/WbG22VvP/g.gif I make a small test but I have allways errors Error description: Error BASE/1003 Variable does not exist: AATTACH My test #include "fivewin.ch"#include 'constant.ch'Function test()Local oDlg,oFont,oBoldlocal ...
by Silvio.Falconi
Wed Apr 17, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 261

Help to friends to Config Xmate with bcc7.7

... on cfg files of bccc7 I state I have in a folder called WORK the harbor, bcc7,fwh,PellesC,xmate then I use another folders as prg and errors bcc32.cfg -I"c:\Work\bcc7\include";"c:\Work\bcc7\include\windows\crtl";"c:\Work\bcc7\include\dinkumware";"c:\Work\bcc7\include\windows\crtl";"c:\Work\bcc7\include\windows\sdk";"c:\Work\bcc7\include\windows\sdk\atl"-L"c:\Work\bcc7\lib";"c:\Work\bcc7\lib\psdk" ...
by Silvio.Falconi
Mon Apr 15, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 187

Re: compile errors - send a SMS

Dear Tim,

many thanks for sharing it!
by Antonio Linares
Sat Apr 13, 2024 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors - send a SMS

I have run SMS with Twilio for the past 15 months. Here is my complete code implementation. * & # are used in spaces where specific client values must be substituted. Communications curl.exe -X POST https://api.twilio.com/2010-04-01/Accounts/****************/Messages.json ^--data-urlencode "...
by TimStone
Fri Apr 12, 2024 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

Great! :-)
by Enrico Maria Giordano
Thu Apr 11, 2024 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

Perfect. Thanks all for the help. I was able to send myself an SMS :D
by Jeff Barnes
Thu Apr 11, 2024 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

No, this is fine till you switch to BCC 7.70. Then you can remove it.
by Enrico Maria Giordano
Thu Apr 11, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

scratch the last message.
I forgot to update libcurl.dll

No errors now.

By adding this code, does it affect anything?

Code: Select all  Expand view

#pragma BEGINDUMP
void __get_std_stream() {}
void _chdir() {}
#pragma ENDDUMP
 
by Jeff Barnes
Thu Apr 11, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

I found this in the fourms... #pragma BEGINDUMP void __get_std_stream() {} void _chdir() {} #pragma ENDDUMP I added that and it compiles but when I run the program I get an error: "The procedure entry point curl_mime_addpart could not be located in the dynamic link library C:\Certus\CertusPIN2....
by Jeff Barnes
Thu Apr 11, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

... Inc. Error: Unresolved external '___get_std_stream' referenced from C:\HARBOUR\LIB\HBVM.LIB|fm Error: Unable to perform link * Linking errors *
by Jeff Barnes
Thu Apr 11, 2024 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

This is the error: #include "C:\Harbour\Include\hbcurl.ch" Please replace it with #include "hbcurl.ch" Compiles fine here. And please use latest Harbour and xHarbour builds: https://github.com/FiveTechSoft/harbour_and_xharbour_builds http://xharbour.org/index....
by Enrico Maria Giordano
Thu Apr 11, 2024 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

Dear Jeff,

You can download from https://github.com/FiveTechSoft/harbour_and_xharbour_builds the most recent Harbour and xHarbour builds just to be sure you have all the right libs

In the list of builds, please look for the most recent dates
by Antonio Linares
Thu Apr 11, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

Same errors if I add in xhb.lib
by Jeff Barnes
Thu Apr 11, 2024 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

This is the code I'm trying to compile. #include "FiveWin.ch"#include "directry.ch"#include "FileIO.ch"#include "Common.ch"#include "hbclass.ch"#include "C:\Harbour\Include\hbcurl.ch"#define ACCOUNT_SID  "XxxxxxxxXxXXXX"#defi...
by Jeff Barnes
Thu Apr 11, 2024 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251

Re: compile errors

Antonio Linares wrote:Dear Jeff,

Could you please post the source code of the example here so we can test it ?

thanks


+1
by Enrico Maria Giordano
Thu Apr 11, 2024 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 251
Next

Return to advanced search