Search found 260 matches: symbols

Return to advanced search

Re: RTF from Variable

... many examples of using the printer class to handle this. I would love to see the examples. Right now it prints the text with all the formatting symbols ( and displays it that way in Preview ). So my question is: What is the format to use with tPrinter class code to accomplish what I am showing ...
by TimStone
Fri Dec 10, 2021 2:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4262

Re: FWTool to automate DBF and mod harbour

... representation of the operations to be performed for the execution of an algorithm. Each single step is displayed by a series of standard symbols. for example you used a symbol for internal memory which is not really about internal memory :D but I will not correct it, you are the expert !!!
by Silvio.Falconi
Tue Oct 26, 2021 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1120

Re: unrecoverable error 9015 hb_vmdo()

Click on the green arrow "start"

Be patient and wait for all the Windows symbols to get loaded...
by Antonio Linares
Fri Oct 08, 2021 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1773

Re: Error compiling with Microsoft visual studio 2019

Don't include these OBJs:

imgtxtio_2019_06.obj
xbrowse_2018_03.obj

Because they have duplicated symbols with FWH


I have some changes in the classes and functions of the 2 prgs.
Fix the issue by removing xBrowse.obj and ImgTxtIo.obj from the FIVEH32.LIB library.
Now it's OK
by Giovany Vecchi
Mon Oct 04, 2021 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with Microsoft visual studio 2019
Replies: 6
Views: 653

Re: Error compiling with Microsoft visual studio 2019

Don't include these OBJs: imgtxtio_2019_06.obj xbrowse_2018_03.obj Because they have duplicated symbols with FWH And these flags are not for MSVC so please remove them LINK : warning LNK4044: opç♠o n♠o reconhecida '/m'; ignorada LINK : warning LNK4044: opç♠o n♠o reconhecida ...
by Antonio Linares
Mon Oct 04, 2021 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with Microsoft visual studio 2019
Replies: 6
Views: 653

Re: Resedit closes problems after Windows 10 update

'ResEdit.exe' (Win32): Loaded 'C:\software\resedit\ResEdit.exe'. Module was built without symbols. 'ResEdit.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols loaded. 'ResEdit.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols loaded. 'ResEdit.exe' ...
by Antonio Linares
Mon Jul 19, 2021 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 764

Re: Using source on other .prgs

... // generated by hbmk2 hbx files are generated by hbmk2 when you build your lib using hbmk2: -hbx=yourlib.hbx This asures that all the symbols in each library will be linked and fully available from mod_harbour. Please review any hbx file like "../../harbour/contrib/hbtip/hbtip.hbx" ...
by Antonio Linares
Sun Jul 18, 2021 3:11 pm
 
Forum: mod_harbour
Topic: Using source on other .prgs
Replies: 3
Views: 481

Re: AP_GETENV

Dear Otto,

> extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE

To force the link of those symbols
by Antonio Linares
Mon Nov 16, 2020 7:40 am
 
Forum: mod_harbour
Topic: AP_GETENV
Replies: 2
Views: 407

Re: Sqlite cipher

... ...] Options: -a Add '_' alias for MS flavor cdecl functions -aa Force the alias even if the function already starts with '_' -c Case sensitive symbols -f Force imports by name (with hints) -s Don't convert stdcall names from Microsoft mangling -w No Warnings Respfile may contain a list of source ...
by MarioG
Fri Aug 07, 2020 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sqlite cipher
Replies: 5
Views: 1199

Re: xBrowse anomoly

Tim,

I'm confused. You seem to want the picture to be "C" instead of "N" ? Then can't you just define the picture "@X"? X allows letters (upper and lower case), symbols, and numbers.

James
by James Bott
Thu Apr 30, 2020 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3552

Re: xBrowse anomoly

James,

I wish ... but sometimes they assign symbols ... not appropriate but they insist.
by TimStone
Wed Apr 29, 2020 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3552

Re: xBrowse anomoly

Tim,

However, the only picture I can use for text that is simple is "@!" which forces everything to capitals and I don't like to do that.


Have you tried "@A"? This only allows characters of upper or lower case, and no symbols.

James
by James Bott
Wed Apr 29, 2020 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3552

Re: Copying from Excel to Word

I mean these symbols - ≥, м², etc.
by Natter
Wed Mar 11, 2020 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copying from Excel to Word
Replies: 5
Views: 970

Re: problem with harbour dll

Antonino,

Those symbols are exported in hbvm.lib so it is strange that you get that

Could you provide a self contained example to try ?
by Antonio Linares
Mon Dec 09, 2019 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with harbour dll
Replies: 4
Views: 783

Re: LINK ERROR: 15.09

No, those symbols are already defined, not undefined. What is g_server.obj and why it (re)defines those arithmetic functions?

EMG
by Enrico Maria Giordano
Fri Oct 18, 2019 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LINK ERROR: 19.09
Replies: 11
Views: 1722
PreviousNext

Return to advanced search