Search found 260 matches: symbols

Return to advanced search

LINK ERROR: 19.09

... hbct.lib(trig.obj) : error LNK2005: _HB_FUN_TAN already defined in g_server.obj aMLS11.exe : fatal error LNK1169: one or more multiply defined symbols found This is new to this version and has not surfaced for the years I have been assembling this program.
by TimStone
Thu Oct 17, 2019 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LINK ERROR: 19.09
Replies: 11
Views: 1724

Re: PostgresSQL from core-master\contrib\hbpgsql

... it and got c:\hmg.3.4.4\MinGW-64\bin\dlltool.exe -z libpq.def --export-all-symbol libpq.DLL c:\hmg.3.4.4\MinGW-64\bin\dlltool.exe: libpq.DLL: no symbols hm ... :( c:\hmg.3.4.4\MinGW-64\bin\dlltool.exe -z libpq.def --export -all libpq.DLL c:\hmg.3.4.4\MinGW-64\bin\dlltool.exe: libpq.DLL: no symbols ...
by Jimmy
Wed Sep 11, 2019 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6415

Re: Error en Minigui gcc

Ruben,

El archivo libhbpp.a: error adding symbols: Malformed archive

no está ok. De donde lo has descargado ? Para que versión de gcc ? Que versión de gcc estás usando ?
by Antonio Linares
Fri Aug 02, 2019 6:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Minigui gcc
Replies: 4
Views: 703

AL crear ejecutable con Minigui o GCC me da este error

... \fwh\lib\fivehg.lib(RPREVIEW.o):RPREVIEW.c:(.text+0x3a): first defined here \harbour_v\harbour_mingw81\lib\win\mingw/libhbpp.a: error adding symbols: Malformed archive collect2.exe: error: ld returned 1 exit status MAKE Version 5.41  Copyright (c) 1987, 2014 Embarcadero Technologies, ...
by ruben Dario
Sat Jul 27, 2019 1:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AL crear ejecutable con Minigui o GCC me da este error
Replies: 4
Views: 491

Re: A problem Btnbmp and HEX-symbols from fonts

Thank You very much for the infos I got a little bit confused after the tests If <n> is in the appropriate range of symbols, Segoe MDL2 Assets font is used to display the symbol on Windows 10. On Windows 8, Segoe UI Symbol font is used. Fonts defined for the BTNBMP are used for ...
by ukoenig
Tue Jun 25, 2019 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem Btnbmp and HEX-symbols from fonts
Replies: 2
Views: 459

Re: A problem Btnbmp and HEX-symbol from fonts

When we specify BTNBMP RESOURCE <n> ( hex or normal) If <n> is in the appropriate range of symbols, Segoe MDL2 Assets font is used to display the symbol on Windows 10. On Windows 8, Segoe UI Symbol font is used. Fonts defined for the BTNBMP are used for text only. ...
by nageswaragunupudi
Tue Jun 25, 2019 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem Btnbmp and HEX-symbols from fonts
Replies: 2
Views: 459

A problem Btnbmp and HEX-symbols from fonts

... in short : You can use sample < W10btns.prg > and change the defined fonts The symbols defined in HEX-format are used from "Segoe MDL2 Assets" The defined fonts are used for the buttontext DEFINE FONT oFont NAME "Arial" ...
by ukoenig
Tue Jun 25, 2019 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem Btnbmp and HEX-symbols from fonts
Replies: 2
Views: 459

Re: How to use Segoe MDL2 icons on Win 7 ?

... or wmf and in sizes 16x16, 24x24, 32x32, 48x48 and 64x64 As well we can define a colorset of dialog-background, buttoncolors, symbols and textcolor. All this can be saved to a defined project I noticed a problem to show different symbols using Btnbmp with "Segoe UI Symbol" ...
by ukoenig
Sun Jun 23, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5576

Re: How to use Segoe MDL2 icons on Win 7 ?

... with the tool I noticed another painting problem Next I would like to load a font from file NOT system-installed to rip and save any useful symbols There will be a color-section to optimize and arange the different colors. http://www.pflegeplus.com/IMAGES/Symbol2.jpg The ...
by ukoenig
Wed Jun 19, 2019 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5576

Re: How to use Segoe MDL2 icons on Win 7 ?

Thank You very much
tested and works

for saving symbols colored I added :

hBmp := FW_TextToBitmap( HB_UTF8CHR( 0xE105 ), { "Segoe MDL2 Assets", -40 }, 255,,,.T. ) // = red
FW_SaveImage( hBmp, "SYMBOL.BMP" )
DeleteObject( hBmp )

all infos I need are complete

regards
Uwe :D
by ukoenig
Tue Jun 18, 2019 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5576

Re: How to use Segoe MDL2 icons on Win 7 ?

Is it possible to display a selected symbol with a different color
instead of black inside a button and saving it colored ?
Mr. Rao's solution works fine but the symbols are saved only in black

regards
Uwe :?:
by ukoenig
Tue Jun 18, 2019 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5576

Re: How to use Segoe MDL2 icons on Win 7 ?

... and not to change the bitmaps everywhere I did a translation of "bitmap name for symbol code" Install the UI-Character to see the font symbols. Works only on windows 10 https://www.microsoft.com/en-us/p/ui-character-map/9nblggh5kll7 Method BmpToSymbol(f_cBitMap) ...
by Giovany Vecchi
Tue Jun 18, 2019 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5576

Re: How to use Segoe MDL2 icons on Win 7 ?

I think it's better to use windows fonts than to create bitmaps. If you register the source in windows 7 there are no problems. Later I will change some functions so they can change the colors of the texts and symbols. For while it is thus:


Image
by Giovany Vecchi
Tue Jun 18, 2019 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5576

Re: How to use Segoe MDL2 icons on Win 7 ?

... I've been looking for. :D What I'm planning to do : 1. a defined size and color for a icon-set 2. selecting any font and display the included symbols with xbrowse 3. saving a symbol in any format bmp, ico or png to the defined set - with the size and color ( 1 ) 4. a project file to arrange ...
by ukoenig
Tue Jun 18, 2019 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5576

Re: How to use Segoe MDL2 icons on Win 7 ?

Windows 7 has the "Segoe Ui Symbol" font, but has few symbols. So, it is not a good idea to use Segoe MDL2 Assets or Segoe UI Symbol for software meant to be distributed to different clients. We can use when the software is used on our own computers ...
by nageswaragunupudi
Tue Jun 18, 2019 2:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5576
PreviousNext

Return to advanced search