Search found 197 matches: compilers

Return to advanced search

Re: Talking to your apps

Solved! Now it works for all compilers combinations: #include "FiveWin.ch"function Main()   local oDlg, oGet, cText := Space( 30 )   DEFINE DIALOG oDlg   @ 1, 1 GET oGet VAR cText  ...
by Enrico Maria Giordano
Fri Apr 05, 2024 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3838

Re: Talking to your apps

According to my tests, the program works fine only with these compilers combinations:

- Harbour MSC32
- Harbour BCC64
- xHarbour BCC32
- xHarbour BCC64
by Enrico Maria Giordano
Tue Apr 02, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3838

Re: Talking to your apps

It should work with both 32 and 64 bit. But here it only works with some combination of compilers (MSC, BCC, Harbour, xHarbour) and bits (32, 64), not for all the combinations.
by Enrico Maria Giordano
Sat Mar 30, 2024 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3838

Re: xHarbour.org updated!

Good morning Enrico. What happened? Can you no longer download the BCC(Embarcadero) compilers?

Buenos días Enrique. ¿Qué sucedió? ¿Ya no puedes descargar los compiladores BCC(Embarcadero)?

Gracias, thanks.

Regards, saludos.
by karinha
Tue Feb 27, 2024 1:43 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37444

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, ...
by NWKL
Wed Feb 14, 2024 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 510

Re: xHarbour.org updated!

Enrico Maria Giordano wrote:BCC compilers updated to version 7.70:

http://xharbour.org/index.asp?page=download/windows/required_win


Please download BCC 7.70 32 bit again. I removed some useless directories.
by Enrico Maria Giordano
Sat Nov 18, 2023 10:54 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37444

Re: xHarbour.org updated!

by Enrico Maria Giordano
Fri Nov 17, 2023 4:21 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37444

C language #define # and ## operators use

This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names function Main()   MsgInfo( Test() )return nil #pragma BEGINDUMP#include ...
by Antonio Linares
Tue Oct 24, 2023 7:20 am
 
Forum: Off Topic / Otros temas
Topic: C language #define # and ## operators use
Replies: 0
Views: 329

Re: FWH64 + bcc64 + hbmk2 example

Good afternoon,

I just finished migrating from fwh32 to fwh64. It's up and running now. I wanted to take this opportunity to thank Antonio for his excellent support and assistance during the installation, as I am not an expert in compilers, resources, etc.

Best regards,

Alvaro
by alvaro533
Sat Jun 17, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 825

Re: Different TEXT INTO results under different compilers

I end up editing fivewin.ch so the change to TEXT INTO is global. I inserted the line #include "xhb.ch". I did not test whether TEXT INTO .. ADDITIVE works or not though. #ifndef __XHARBOUR__   #xcommand TEXT INTO <v> => #pragma __cstream|<v>:=%s   #xcomm...
by hua
Thu Jan 12, 2023 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 304

Re: Different TEXT INTO results under different compilers

For now resolved by placing this line that I took from hbcompat.ch into the PRG that has TEXT INTO
I don't like this solution though.

Code: Select all  Expand view
  #xcommand TEXT INTO <v> => #pragma __text|<v>+=%s+hb_eol();<v>:=""
 
by hua
Thu Jan 12, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 304

Different TEXT INTO results under different compilers

... under xHarbour When I recompiled using Harbour+FWH1912 (my latest FWH), the rtf text doesn't appear. When I compared the ppo generated by the compilers the implementation of TEXT INTO is drastically different How to fix this? TIA .ppo of xHarbour+FWH11.8 cGet := "" ; hb_setwith( ...
by hua
Thu Jan 12, 2023 3:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 304

Re: prsht.h changes for Borland 64 bits

... which exact file gave the error, I modified several modules. I would say it was now.prg but we have modified it, so it compiles fine with all compilers (32 and 64). If I ever face it again then I will let you know it :-) thanks
by Antonio Linares
Thu Nov 10, 2022 8:29 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9122

Re: how to DEBUG FiveWin ?

... etc... from FWH 22.06 on we are using this folders structure, so you can easily build using 32 or 64 bits, or using any of those compilers. That would be impossible using harbour/bin only. The same structure applies for the lib folder.
by Antonio Linares
Mon Jul 25, 2022 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to DEBUG FiveWin ?
Replies: 12
Views: 745
Next

Return to advanced search