Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SYMAGDEV

  1. SYMAGDEV

    Memory problems with CLIPPER 5.2 and BLINKER 5.0

    I have 127 memvars defined in a header file which is included in each PRG file. All variables are initialized as PUBLIC in the main program file and can be modified in all others program files, 30 of them are dynamic arrays (initialized with {}, elements are added with the ADD() function). I...
  2. SYMAGDEV

    Memory problems with CLIPPER 5.2 and BLINKER 5.0

    I have search XMS105 on the web and I have just found something corresponding on a russian site. Functions given in the .OBJ files are usefull for programs running in conventionnal memory, and my program run in extended memory ! Do you have any other idea ? I have used the MEMORY(3) function in...
  3. SYMAGDEV

    Memory problems with CLIPPER 5.2 and BLINKER 5.0

    Thanks for answer, but I don't think this is really what is happening. I compile all my programs with the /W option and I have no warning messages ! But if I compile them without the /N option, I have a warning "C1004 Ambigious reference, assuming memvar" for all my PUBLIC variables...
  4. SYMAGDEV

    Memory problems with CLIPPER 5.2 and BLINKER 5.0

    I have built an extended program which is working 10 hours a day on a DOS 6.22 system with 8Mo of memory. During execution, extended memory available is decreasing, and when the 7Mo are used, my program use all the conventionnal memory available. At the end of day, before closing the program...

Part and Inventory Search

Back
Top