Search found 78 matches: segment

Return to advanced search

Re: hb_xrealloc can't reallocate memory

... languages as C or Pascal know what i mean. Every not fixed lenght var, like strings or arrays, allocates memory outside the regular stack and data segment, in the memory heap. Harbour provides the management services required for that, so usually there ir no problem, but under certain circunstances ...
by Carlos Mora
Wed Sep 02, 2015 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7239

Re: xHarbour vs Harbour

Ok, this is very interesting and may explain many things: The code segments holds the code (not data, just code) and see their sizes: in Harbour: 14CE0A in xHarbour: 10CB5E So that clear means that Harbour has more code into it than xHarbour. Lets compare ...
by Antonio Linares
Tue Dec 09, 2014 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour vs Harbour
Replies: 27
Views: 4493

dbcombo blank

... upon saving the edit even though these 2 dbcombo vars are showing blank they save with their respective original values correctly. I attach a segment of that code. Each dbcombo draws off of different .dbfs' oDbc1, 2, 3, 4 Vars are set as locals. Hopefully I've included and portrayed the problem ...
by brewster
Tue Dec 09, 2014 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo blank
Replies: 5
Views: 1430

Need Ideas

... not stop at the Activate. Instead, it displays the browse window and immediately goes to the MsgInfo. This is a simple reproduction of a failing segment in a larger routine. Please note the details after the code. Also, all browses already established in the program work fine, and there is no ...
by TimStone
Fri Nov 07, 2014 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Ideas
Replies: 8
Views: 1406

Re: tData for SQL

... the company has been acquired many times and the staff is changing. There is no guarantee it will be around for the long term. Its a very small segment of a very large company. My rep is gone, and the new person responsible for providing me product to sell doesn't seem too interested. That concerns ...
by TimStone
Tue Jul 08, 2014 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6202

Re: error 667

... : --- Explanation: The evaluation stack (containing LOCALs, etc.) and/or Memvar table has been exceeded, causing an attempt to access a locked VM segment in near memory. Action: Some suggestions to resolve this problem are: 1. Decrease the stack or PROCEDURE DEPTH setting for the linker. 2. Decrease ...
by Badara Thiam
Thu Oct 03, 2013 3:36 pm
 
Forum: FiveWin for CA-Clipper
Topic: error 667
Replies: 5
Views: 2992

Re: Metro Samples

Antonio, I want to modify a segment of my major application for use on a tablet ( touch ) computer. It is important to reduce "chrome" and focus on maximizing the screen real estate. This is to prepare and edit invoices. Currently, ...
by TimStone
Tue Nov 06, 2012 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro Samples
Replies: 7
Views: 2043

Re: Interfacing with Dicom sistems

... plus version 3 which is XML based. The particular message I need to deal with (at this stage) is a REF. I have just started coding for the PID segment of that message. Whilst my primary need is to generate HL7 I will be writing code to both generate it and parse it. I also note that it looks ...
by xProgrammer
Thu Sep 15, 2011 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11788

Re: he conseguido un iphone

... ./obj/movie.o ./obj/navbar.o ./obj/nsobject.o ./obj/tblview.o ./obj/get.o ./obj/toolbar.o ./obj/picview.o ./obj/progres.o ./obj/search.o ./obj/segment.o ./obj/slider.o ./obj/switch.o ./obj/tabbar.o ./obj/timer.o ./obj/tblviewCell.o ./obj/valtochr.o ./obj/webview.o ./obj/view.o ./obj/window.o ...
by pgfdz
Mon Dec 27, 2010 5:59 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131318

Whereabout of Fix668.prg that may solve error 668.

... could be an error in the runtime error handler. It is calling itself until the stack overflows. The evaluation stack expanded into a locked VMM segment. The CA-Clipper VM System will use the DGROUP Free Space when conventional DOS memory is very low. Action: Free up conventional DOS memory by ...
by xhbcoder
Thu Jul 29, 2010 5:21 pm
 
Forum: FiveWin for CA-Clipper
Topic: Whereabout of Fix668.prg that may solve error 668.
Replies: 1
Views: 1440

Re: New controls for FWH

... Due to the fact that a software products generally has always a stand-alone version and a network version in order to cover all market segment then with Firebird we can have an optimized database architecture for either the environment. I made some tests with a Delphi app that use Firebird ...
by Marco Turco
Sun Jun 13, 2010 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 26876

las libreria fivewin

... description 'este es mi programa' exetype Windows 3.1 code moveable discardable preload data preload moveable stacksize 10000 heapsize 1024 segment 'PLANKTON_TEXT' nondiscardable segment 'EXTEND_TEXT' nondiscardable segment 'OM_TEXT' nondiscardable segment 'OSMEM_TEXT' nondiscardable segment ...
by rnetto1969
Fri Nov 06, 2009 6:48 pm
 
Forum: FiveWin for CA-Clipper
Topic: las libreria fivewin
Replies: 1
Views: 1827

Re: nombre de clase BLOCK en GetAllWin

... TGET 18 GET 19 TWBROWSE 20 TCBROWSE 21 TCCOLUMN 22 TBUTTON 23 TSCROLLBAR 24 ERROR 25 TSTRUCT Memory Analysis =============== Static memory: data segment: 64k Initial size: 50176 bytes (SYMP=936, Stack=18000, Heap=9112) PRG Stack: 11621 bytes 267 Static variables: 3738 bytes Dynamic memory consume: ...
by gmart1
Fri Aug 28, 2009 4:13 pm
 
Forum: FiveWin para CA-Clipper
Topic: nombre de clase BLOCK en GetAllWin
Replies: 4
Views: 1658

Re: Mappoint Methods question

... EndLocation Required Location object. The end point of the distance to be measured. Remarks To return the distance to a location, route, or route segment from another location, use the DistanceTo method on a Directions collection or Direction or Location object. To return or set GeoUnits, use ...
by George
Fri Aug 07, 2009 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3485

Re: Full AlphaBlend support for FWH !!!

... It would be nice If you publish the requied changes, so that we can test. :D This is going to be a very important improvement in the aesthetic segment of FiveWin applications. Regards Anser
by anserkk
Mon Mar 30, 2009 4:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full AlphaBlend support for FWH !!!
Replies: 10
Views: 1542
PreviousNext

Return to advanced search