Search found 14 matches: thrown

Return to advanced search

Re: Harbour warnings

... for me, but then again I did it years ago and have maintained that practice. My practice is to fix anything/everything that I can fix for warnings thrown when using -W3, including using HB_SYMBOL_UNUSED() where it is applicable, then only use the pragma to fix what is left. I'm always looking for ...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2332

Re: Harbour warnings

... for me, but then again I did it years ago and have maintained that practice. My practice is to fix anything/everything that I can fix for warnings thrown when using -W3, including using HB_SYMBOL_UNUSED() where it is applicable, then only use the pragma to fix what is left. I'm always looking for ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2332

Re: Resedit closes problems after Windows 10 update

... 'C:\Windows\System32\cryptnet.dll'. Symbols loaded. 'ResEdit.exe' (Win32): Loaded 'C:\Windows\System32\ncryptsslp.dll'. Symbols loaded. Exception thrown at 0x00000001400B0E19 in ResEdit.exe: 0xC0000005: Access violation writing location 0x0000000006001134.
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: 760

Re: Resedit closes problems after Windows 10 update

When running it from Visual Studio Community IDE using debug mode we get this:

Exception thrown at 0x00007FF90F190811 (ntdll.dll) in ResEdit.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF. occurred
by Antonio Linares
Mon Jul 19, 2021 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 760

fwh Dec 17 vs Fwh Nov 18 RESOLVED!!

... the cal with a tablet , if you want I can send the exe file and instead with the last version fwh 11.12 the buttons coordinates are thrown wrong https://i.postimg.cc/ZqybJQLV/newcalc.png Why it is possible this? what have you changed?
by Silvio.Falconi
Mon Dec 24, 2018 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh Dec 17 vs Fwh Nov 18 RESOLVED!!
Replies: 8
Views: 1396

Re: create a harbour dll containing functions to be executed

Thank you Antonio, This now works, However now I am trying the sample testmydl and mydll which passes parameters to the dll. When I execute this test the following error is thrown: Error code 0 loading MYDLL.dll. Thank you in advance for your help in resolving this issue.
by Perry Nichols
Wed Aug 31, 2016 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4254

create a harbour dll containing functions to be executed

I am trying to run the sample harbour dll - testdll and tutor01. I am able to create the sample testdll.exe and tutor01.dll, however when executed a message is thrown - error code 0 loading tutor01.dll. Why does this simple sample not work?
by Perry Nichols
Tue Aug 30, 2016 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4254

Re: ADO RDD xHarbour

... not to work with deleted records this way when adordd resync or requery the set if the record does not exist anymore a error number 10002 is thrown and you should take care yourself of re-position it in app code. Adordd can not guess what to do in these cases. Thanks to maromano! 3) New parameter ...
by AHF
Thu Oct 08, 2015 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446236

(OT) Building Harbour on a Mac

... the following error: ld: library not found for -lslang I do have slang installed, having installed it using Homebrew. Well before the error is thrown I already see this in the logs: ! Component: 'slang' found in /usr/local/include I get the feeling that I am missing libaries for the architecture(s) ...
by rhlawek
Fri Feb 20, 2015 6:18 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: (OT) Building Harbour on a Mac
Replies: 4
Views: 1985

Re: Version 13.05 unstable ?

... 13.04 all reverted to normal operations and were fine. I only changed the .exe file, no re-indexing, or anything else. 5) There were no errors thrown. The screens seemed to dissolve and the computers simply locked up. Nothing could get them to work in the program. Tim
by TimStone
Thu Jun 13, 2013 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version 13.05 unstable ?
Replies: 18
Views: 5308

Re: OT: First Tablet with Windows 8 MS Surface ...

... for, I know that I can pick up the phone, dial Microsoft’s support line and get my problem resolved. They have never failed me. And, I’ve thrown some tough problems to them over the years. I’ve had Microsoft actually provide me with “custom” fixes for problems that they didn’t have a public ...
by norberto
Tue Jun 26, 2012 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: First Tablet with Windows 8 MS Surface ...
Replies: 15
Views: 7891

Five Linux and Sound

... across ecasound which is a command line audio package with an interactive mode and a C library for accessing that interactive mode. I have quickly thrown together an (x)Harbour class and interface and shown that I can record audio direct from (x)Harbour. Playing audio files should be straight forward ...
by xProgrammer
Thu Jul 02, 2009 1:34 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Five Linux and Sound
Replies: 1
Views: 760

window methods

... but I dont know what do they do. The documentation does not throw any light on these methods. In particular I would be glad if some light can be thrown on the use and potential of methods/data like :taskbar(), bTaskBar, :ClientEdge(), ::NcActivate()
by nageswaragunupudi
Tue Nov 06, 2007 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: window methods
Replies: 1
Views: 483

advice needed on get and combobox

Hello I have a large table (coutry city names and zip codes) to check in my app. Ideally this is a dbcombo feature, but unfortunately i get thrown out by xharbour for memory problems... The table has 50.000 entries. I am running a vista with 2 gb memory. I have written a listbox (txbrowse) incremental ...
by Richard Chidiak
Mon Oct 01, 2007 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: advice needed on get and combobox
Replies: 7
Views: 1203

Return to advanced search