Search found 3610 matches: compile

Return to advanced search

Error FWH 2404 unresolved external 'SetWindow Theme'

Antonio For now I have put uuid.lib in the default folder where have all my .prgs and I got my first compile and the link error was [1]:iLink32.Exe -Gn -aa -Tpe -s -v @ContW32.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved ...
by Rick Lipkin
Thu Apr 25, 2024 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 4
Views: 38

Link errors xHarbour 10283.bcc770

... from C:\XHARBOUR\LIB\HBZIP.LIB|zipplatform Error: Unable to perform link I wanted to try each component individually to see if there were any compile or link errors ... is the above errors because I am still using bcc74 ? Thanks
by Rick Lipkin
Thu Apr 25, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors xHarbour 10283.bcc770
Replies: 3
Views: 48

Re: New FWH 24.04

Dear Antonio, I add my some code into window.prg from 2404 class\window.prg when I compile and appear error below: Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero ...
by richard-service
Wed Apr 24, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 3
Views: 110

Re: SetMultiSelectCol() on line

Dear Silvio, Have you reviewed samples\xbmulsel.prg ? yes allready saw it compile this test without :SetMultiSelectCol() you'll see this error Error description: Error BASE/1005 No exported variable: LREADONLY Args: [ 1] = U [ 2] = L .T. Stack Calls =========== ...
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 184

Re: ADS with 64bit FWH Apps

... 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... thanks
by NWKL
Mon Apr 15, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2303

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: 302

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: 302

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: 302

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: 302

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: 302

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: 302

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: 302

Re: compile errors

I've updated the harbour files and made the changes mentioned above. Done to 1 error now: Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: Unresolved external '___get_std_stream' referenced from C:\HARBOUR\LIB\HBVM.LIB|fm Error: Unable to perform link * Linki...
by Jeff Barnes
Thu Apr 11, 2024 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 302

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: 302

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: 302
Next

Return to advanced search