Search found 133 matches: unsolved

Return to advanced search

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Como hago esto en Turkish? #Include "FiveWin.ch"REQUEST HB_LANG_ES         // idioma españolREQUEST HB_CODEPAGE_ESWIN  // Para reconocer la EÑE y ACENTOS en los índicesREQUEST HB_CODEPAGE_ES850  // Se añade el idioma españolFUNCTION Main()   HB_SETCODEPAGE( "ES850" &...
by Horizon
Thu Feb 22, 2024 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Your sample program works very well. I will try to compile my own application and will get back to you immediately. Thanks. Sorry for all the inconvenience. New version will be released soon and you will not find these issue there. Hi Mr. Rao, I have uploaded my application to some customers that i...
by Horizon
Thu Feb 22, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi,

REQUEST HB_CODEPAGE_UTF8

HB_CdpSelect( "UTF8" )
FW_SetUnicode( .T. )
by ertan
Wed Feb 21, 2024 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Como hago esto en Turkish? #Include "FiveWin.ch"REQUEST HB_LANG_ES         // idioma españolREQUEST HB_CODEPAGE_ESWIN  // Para reconocer la EÑE y ACENTOS en los índicesREQUEST HB_CODEPAGE_ES850  // Se añade el idioma españolFUNCTION Main()   ...
by karinha
Wed Feb 21, 2024 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hello everybody.
I have no idea about Turkish characters.
Has anyone tried using it like this:

Code: Select all  Expand view
  REQUEST HB_LANG_TR
   HB_LANGSELECT("TR"/*Turkish*/)

   REQUEST HB_CODEPAGE_TRWIN
   HB_SETCODEPAGE("TRWIN")
by Giovany Vecchi
Wed Feb 21, 2024 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Your sample program works very well. I will try to compile my own application and will get back to you immediately.

Thanks.
Sorry for all the inconvenience.
New version will be released soon and you will not find these issue there.
by nageswaragunupudi
Wed Feb 21, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

nageswaragunupudi wrote:You got email from wetransfe.com
Wetransfer.com says you downloaded the MSVC libs already


Yes Mr. Rao. I have downloaded libs that is sended at 10.30 and I have send my review before this post about this libs.

When you wrote "Already sent", I thought you sent it once again.
by Horizon
Wed Feb 21, 2024 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

You got email from wetransfe.com
Wetransfer.com says you downloaded the MSVC libs already
by nageswaragunupudi
Wed Feb 21, 2024 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

nageswaragunupudi wrote:Sent already

Your e-mail did not arrive yet.
by Horizon
Wed Feb 21, 2024 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi Mr. Rao, I can not compile my application with your latest libs because of these errors. Master.obj : error LNK2001: unresolved external symbol _HB_FUN_USEXLSXLIBMaster.obj : error LNK2001: unresolved external symbol _HB_FUN_XLSXLIB This lib is added to my mak file. echo C:\fwH\lib\xlsxlibhbmsvc....
by Horizon
Wed Feb 21, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

nageswaragunupudi wrote:Sent

Hi Mr. Rao,

Your sample program works very well. I will try to compile my own application and will get back to you immediately.
by Horizon
Wed Feb 21, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

nageswaragunupudi wrote:
I would like to remind you that I am using Visual Studio 2022 32 bit and Harbour. I also use Windows manifest.


So, you are building with MSVC 32bits, not Borland C
The libs I sent you were for Borland C

I am waiting libs for MSVC 32 bit. and Harbour :D
by Horizon
Wed Feb 21, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I would like to remind you that I am using Visual Studio 2022 32 bit and Harbour. I also use Windows manifest.


So, you are building with MSVC 32bits, not Borland C
The libs I sent you were for Borland C
by nageswaragunupudi
Wed Feb 21, 2024 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55037
Next

Return to advanced search