Search found 260 matches: symbols

Return to advanced search

HB_UTF8ToStr

... file as UTF8. To get the name of the file in ANSI and I do OemToAnsi(HB_UTF8ToStr(file_name)). That is all right. But if there are "" symbols in the file name, they are replaced by completely different symbols and I can no longer access the file by this name. What to do ?
by Natter
Sat Apr 07, 2018 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_UTF8ToStr
Replies: 0
Views: 504

Re: Windows 10 Setup Window like Buttons using BtnBmp

How Know all unicode symbols ... it can be good for make a win10 release for my app
by Silvio.Falconi
Sat Feb 17, 2018 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 Setup Window like Buttons using BtnBmp
Replies: 8
Views: 2132

Re: "error adding symbols" error with buildg.bat?

"d:\harbour201712\lib\win\mingw/libhbmacro.a: error adding symbols: Malformed archive collect2.exe: error: ld returned 1 exit status My setting in buildg.bat if "%fwh%" == "" set fwh=.\.. set hdir=d:\harbour201712 set hdirc=%hdir%\bin\harbour.exe ...
by andijahja
Sun Dec 10, 2017 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "error adding symbols" error with buildg.bat?
Replies: 1
Views: 475

"error adding symbols" error with buildg.bat?

"d:\harbour201712\lib\win\mingw/libhbmacro.a: error adding symbols: Malformed archive collect2.exe: error: ld returned 1 exit status My setting in buildg.bat if "%fwh%" == "" set fwh=.\.. set hdir=d:\harbour201712 set hdirc=%hdir%\bin\harbour.exe ...
by Taavi
Sat Dec 09, 2017 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "error adding symbols" error with buildg.bat?
Replies: 1
Views: 475

Re: A problem with GETCURSORPOS() and widescreen-monitor ?

Christobal,

windows offers only these 4 values from a list
I found only 125 % is making sense to get bigger symbols visible on the desktop

Image

regards
Uwe
by ukoenig
Sat Nov 18, 2017 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GETCURSORPOS() and widescreen-monitor ?
Replies: 24
Views: 4920

Re: scroll buttons tablet win10

... table. Store the values for the tables in a dbf that is associated with the array of tables. Your bitmaps in the browse can have three different symbols: Empty table, Full Table, Partial Table This sounds like a fun project. Good luck.
by TimStone
Thu Oct 12, 2017 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: scroll buttons tablet win10
Replies: 5
Views: 1188

Re: Mejoras para scintilla

... NEW VERSION 09/10/2017 -------------------------- Into this version if you press CTRL+SHIFT list of all symbols defined ( fivewin, harbour and of you program ) is shown Also, if you beginining one word and you CTRL+SHIFT, this list is shown also, but with ...
by cnavarro
Mon Oct 09, 2017 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 840934

Re: Introducing FiveTech's fivedit

... NEW VERSION 09/10/2017 -------------------------- Into this version if you press CTRL+SHIFT list of all symbols defined ( fivewin, harbour and of you program ) is shown Also, if you beginining one word and you CTRL+SHIFT, this list is shown also, but with ...
by cnavarro
Mon Oct 09, 2017 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 108083

Re: XBrowse with ADT Free Table

nageswaragunupudi wrote:Please add ADSKEYNO also to the list of EXTERNAL symbols


Nages,

Alright. That solves the AdsKeyNo error.

However, when the xbrowse window pops up, the application crashes giving no detail information. It just says that the xxx.exe has stopped working.

How do I debug this? Thanks.
by teddydjohan
Thu Sep 07, 2017 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1702

Re: XBrowse with ADT Free Table

Please add ADSKEYNO also to the list of EXTERNAL symbols
by nageswaragunupudi
Thu Sep 07, 2017 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1702

Re: Building TensorFlow using Borland 7 32 bits

... { Sleep(1000*seconds); } #endif // On Windows, Eigen will include Windows.h, which defines various // macros that conflict with TensorFlow symbols. Undefine them here to // prevent clashes. #undef DeleteFile #undef ERROR #undef LoadLibrary #endif // _WIN32
by Antonio Linares
Fri Aug 04, 2017 7:07 pm
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: Building TensorFlow using Borland 7 32 bits
Replies: 5
Views: 1368

Re: Bloated EXEs (reprise)

... lib is a linker problem. The linker is forced to link a module if a symbol of that module is referenced in the program. In my sample, no FWH symbols are referenced. This is demonstrated by the fact that the linker doesn't complain if I remove the FWH libs from the list. So we have to find ...
by Enrico Maria Giordano
Tue Jul 25, 2017 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5091

Re: Bloated EXEs (reprise)

... fivehx.lib do not specified to the linker --> EXE size: 829440 In both cases I get no linker errors! So the sample is not using any of the FWH symbols. Then why the EXE size grows when fivehx.lib is specified but not used? EMG
by Enrico Maria Giordano
Sun Jul 23, 2017 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5091

Re: Bloated EXEs (reprise)

Gilbert,

you definitely missed the point. As the linker put a module in the EXE only if at least one of the symbols contained in that module is referenced, why we have 2.4 MB of modules linked to the EXE if it's only an empty program?

EMG
by Enrico Maria Giordano
Sat Jul 22, 2017 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5091

Re: Parsing issue XML/JSON input

Tim,

are you sure, that each line ends with CRLF (or CHR(10)+CHR(13))? Maybe it just ends with one of these symbols and you could replace each CHR(10) or CHR(13) with a CRLF first?
by gkuhnert
Sat Jul 15, 2017 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parsing issue XML/JSON input RESOLVED
Replies: 4
Views: 925
PreviousNext

Return to advanced search