FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Warning: Error detected (LME288)
Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: Warning: Error detected (LME288)
Posted: Tue Jan 05, 2016 04:08 PM

Cristobal,

gracias por responder, lo puse as'i

Bcc32.Exe -s -c -O2 -e -I%HB_INC_INSTALL%;%C_INC_INSTALL% -M -v -n%HOME%\obj %C%

y sigue igual

saludos

Marcelo V'ia

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Warning: Error detected (LME288)
Posted: Tue Jan 05, 2016 04:22 PM

Utilizas ficheros .res?
Lo has borrado?

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: Warning: Error detected (LME288)
Posted: Tue Jan 05, 2016 07:56 PM

Cristobal,

si, utilizo ficheros .RES, entonces no los puedo borrar

Dentro estas reiniciadas, volvi a probar y ahora compilo, pero este comportamiento se repite, como podre tener esto estable, con versiones previas de FW + BCC582 todo OK.....alguna pista ser'a la instalaci'on de mi S.O. win10??? mi m'aquina en espec'ifico?

Ojala tengan alguna pista, es muy desmotivante

saludos y gracias por su ayuda

Marcelo V'ia

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Warning: Error detected (LME288)
Posted: Tue Jan 05, 2016 08:24 PM
Marcelo Via Giglio wrote:Cristobal,

si, utilizo ficheros .RES, entonces no los puedo borrar

Dentro estas reiniciadas, volvi a probar y ahora compilo, pero este comportamiento se repite, como podre tener esto estable, con versiones previas de FW + BCC582 todo OK.....alguna pista ser'a la instalaci'on de mi S.O. win10??? mi m'aquina en espec'ifico?

Ojala tengan alguna pista, es muy desmotivante

saludos y gracias por su ayuda

Marcelo V'ia


No puedes borrar el .RES y volverlo a generar a partir del fichero .RC dentro del Script que utilizas?
No lo reinstales aun, eso es lo ultimo
Imagino que habrás comprobado el tema de permisos y el antivirus
Yo utilizo Win 10, sin problemas
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: Warning: Error detected (LME288)
Posted: Wed Jan 06, 2016 12:21 PM

Cristobal,

yo trabajo directamente con ficheros RES, puede que sea oportunidad de cambiar a ficheros RC, pero será esa una de las causas de mi problema?

Gracias de todas formas, seguire probando, que mas puedo decir

saludos

Marcelo Via

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Warning: Error detected (LME288)
Posted: Wed Jan 06, 2016 12:26 PM

Mi consejo es que pruebes a generar el .RES con el mismo compilador
Haz una pequeña prueba

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 632
Joined: Tue Dec 12, 2006 07:34 PM
Re: Warning: Error detected (LME288)
Posted: Wed Jan 06, 2016 03:17 PM
Marcelo Via Giglio wrote:Cristobal,

yo trabajo directamente con ficheros RES, puede que sea oportunidad de cambiar a ficheros RC, pero será esa una de las causas de mi problema?

Gracias de todas formas, seguire probando, que mas puedo decir

saludos

Marcelo Via



Hola Ing. Marcelo ,te recomiendo usar FiveEdit a compilar y ver que pasa!.

Saludos y buen dia.!
Posts: 1380
Joined: Fri Oct 14, 2005 01:28 PM
Re: Warning: Error detected (LME288)
Posted: Tue Mar 01, 2016 10:53 AM

Hola Gente
Estoy teniendo este problema
Hice unas cuantas compilaciones sin contratiempos. Hasta que sin mas comenzó el problema
borre los \Temp
ejecute bcdedit /set IncreaseUserVa 3072
borre el .res
Uso UEStudio (genera el .res)
Luego regenero el sample y el error se manifiesta

Ocurre usando BCC7 + Harbour 3.2.0dev (r1506171039) + FWH 1204

gracias

Resistencia - "Ciudad de las Esculturas"

Chaco - Argentina
Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Re: Warning: Error detected (LME288)
Posted: Tue Mar 01, 2016 12:01 PM
Mario si usas UEstudio

Intenta con este Application
Code (fw): Select all Collapse
# --------- Harbour y FWH configuration --------
# --- general --------------------------------------
# $P  - project name
# $Pp - path to project directory
# $Pn - project name
# --- compile --------------------------------------
# $I  - input full name
# $Ip - input path
# $In - input name
# $Ie - input extension
# $O  - output file
# $Op - path to output file
# $On - output filename (without path)
# $Oe - output extension
# $R  - release/debug setting for compiler
# --- build ----------------------------------------
# $T  - target full name
# $Tp - target path
# $Tn - target name
# $O  - output file
# $Op - path to output file
# $On - output filename (without path)
# $Oe - output extension
# $R  - release/debug setting for linker

[Settings]
Target = 
Category&01 = DEFAULT RUN CONFIGURATION
Working Directory =.
Command Line Arguments =

Category&02 = Harbour Options
Automatic Memvar Declaration = no|yes
Variables Are Assumed = no|yes
Generate Preprocessed Output = no|yes
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =

Compiler Options =
Linker Options =

Excluded Files = Excludes

[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory = Provides a space for you to specify the directory in which executing occurs. If you do not specify a directory, executing occurs in the directory where the executable is located.
Command Line Arguments = Provides a space for you to specify command-line arguments you want to pass to the program at startup.
Compiler Options = Provides a space for you to specify an additional compiler options.
User Defines = Shows the switches the tool will use to build. Use ';' as delimiter.
Linker Options = Provides a space for you to specify an additional linker options.
Excluded Files = This will exclude the file(s) included in this UE project group from the build.

[SettingsReps]
User Defines = @[;|-D%s]
Automatic Memvar Declaration = no=|yes=/a
Variables Are Assumed = no=|yes=/v
Generate Preprocessed Output = no=|yes=/p
User Include Path = ^^@[;|;%s]
User Include Path&1 = ^^@[;| /i%s]
Use Multi Thread Library = no|yes
Warning Level = @/w%s

[Variables]
FWH = D:\SISTEMAS\COMPILER\FWH
HPATH =D:\SISTEMAS\COMPILER\Harbour
CPATH = D:\SISTEMAS\COMPILER\BCC7

HPATHL = $(HPATH)\LIB
CPATHL = $(CPATH)\LIB

HOPT = /n /gc1 /q $(Compiler Options) /i$(HPATH)\INCLUDE $(User Include Path&1) $(User Defines) $(Automatic Memvar Declaration) $(Variables Are Assumed) $(Generate Preprocessed Output) $(Warning Level)
COPT = -O2 -M -c -v -I$(HPATH)\INCLUDE 

LOPT = -Gn -aa -Tpe -s -v
LIBS1 = $(FWH)\LIB\FiveH.lib $(FWH)\LIB\FiveHC.lib $(FWH)\LIB\hbzebra.lib 
LIBS2 = $(HPATHL)\hbrtl.lib $(HPATHL)\hbvm.lib $(HPATHL)\gtgui.lib $(HPATHL)\hblang.lib $(HPATHL)\hbmacro.lib $(HPATHL)\hbrdd.lib $(HPATHL)\rddntx.lib $(HPATHL)\rddcdx.lib $(HPATHL)\rddfpt.lib $(HPATHL)\hbsix.lib $(HPATHL)\hbdebug.lib $(HPATHL)\hbcommon.lib $(HPATHL)\hbpp.lib $(HPATHL)\hbcpage.lib $(HPATHL)\hbwin.lib $(HPATHL)\hbct.lib $(HPATHL)\xHB.lib $(HPATHL)\hbcplr.lib $(HPATHL)\hbpcre.lib $(HPATHL)\png.lib $(HPATHL)\hbzlib.lib
LIBS3 = $(CPATHL)\cw32.lib $(CPATHL)\import32.lib $(CPATHL)\odbc32.lib $(CPATHL)\msimg32.lib $(CPATHL)\nddeapi.lib $(CPATHL)\iphlpapi.lib $(CPATHL)\psapi.lib $(CPATHL)\ws2_32.lib $(CPATHL)\shell32.lib 
LIBS = $(LIBS1) $(LIBS2) $(LIBS3)
XPATH=C:\xHarbour
FPATH=C:\FiveWin
BPATH=C:\Borland\BCC55

[Environment]
PATH = $(HPATH)\BIN;$(CPATH)\BIN;%PATH%
INCLUDE = $(HPATH)\INCLUDE;$(CPATH)\INCLUDE;$(FWH)\INCLUDE
LIB = $(HPATH)\LIB;$(CPATH)\LIB
BuildMode = %UESMode%

[General]
TargetExt = .EXE
ReleaseOut = Release
DebugOut = Debug
UseFullPaths = 1
UseDosNames = 0
Excludes = $(Excluded Files)
GenerateEDGroup=$(External Dependencies)
.CPP = .C

[MakeCommands]
run = Execute Application
makef = Show Makefile

[Execute Application]
Title = Execute $T
Cmd0 = $(Command Line Arguments)
Depends = $T
ShowWindow = 1
DisplayConsole = $(DCon)

[Show Makefile]
Title=Show makefile
Cmd0=uestudio makefile
ShowWindow=1
DisplayConsole=0

[InsertFiles]

[FileGroups]
FGO = .obj;
FGR = .res;
FGL = .lib;
FGD = .def;

[GroupFormats]
FGO = %s
FGR = %s
FGL = %s

[Build]
Out = $T
Depends = $FGO $FGR
DebugFlag = 
ReleaseFlag = 
Cmd0 = ilink32 $(LOPT) c0w32.obj $FGO, $Pp\$T,, $(LIBS),, $FGR
Cmd1 = $Pp\$T

[.PRG]
Out = $In.c
DebugFlag = /b
ReleaseFlag = /l
Cmd0 = harbour $I $(HOPT) $R /o$O 

IncFiles = 1
CaseSensitive = 0
IncDirs = .;$(INCLUDE);
IncKeyWords = #include;
Comments = /*.*/.//.eol.

[.C]
Out = $In.obj
Cmd0 = bcc32 $(COPT) -o$O $I

[.RC]
Out = $In.res
Cmd0 = brc32 -r -fo$O $I

IncFiles = 1
CaseSensitive = 0
IncDirs = .;$(INCLUDE);
IncKeyWords = #include;
Comments = /*.*/.//.eol.

Cambiar la vía de:
FWH = D:\SISTEMAS\COMPILER\FWH
HPATH =D:\SISTEMAS\COMPILER\Harbour
CPATH = D:\SISTEMAS\COMPILER\BCC7

Saludos,

Adhemar
Saludos,



Adhemar C.
Posts: 1380
Joined: Fri Oct 14, 2005 01:28 PM
Re: Warning: Error detected (LME288)
Posted: Tue Mar 01, 2016 12:58 PM

Gracias Adhemar
Así lo tengo, desde antes que comience el problema :cry:
[Variables]
HPATH = d:\Harbour7
FWH = d:\Harbour7\FWH
CPATH = d:\bcc7

Resistencia - "Ciudad de las Esculturas"

Chaco - Argentina
Posts: 1380
Joined: Fri Oct 14, 2005 01:28 PM
Re: Warning: Error detected (LME288)
Posted: Tue Mar 01, 2016 02:55 PM

Agrego;
Acabo de instalar BCC7 + Harbour 3.2.0dev (r1506171039) en otra PC con Windows 10
Con la configuracion que tengo en mi equipo de trabajo para UEStudio realicé compilaciones de la carpeta samples de Dolphin y de mi proyecto que usa mariaDB; sin complicaciones.
En mi equipo de trabajo, de acuerdo a lo sugerido respecto a los temporales, he corrido una herramienta de Bitdefender para liberar tales archivos; sin que se solucione el problema.
Asi es que estoy como Tarzan en la selva :D

Resistencia - "Ciudad de las Esculturas"

Chaco - Argentina
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Warning: Error detected (LME288)
Posted: Tue Mar 01, 2016 09:55 PM

Mario,

Has realizado los pasos que aqui se detallan ?

viewtopic.php?p=182548#p182548

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1380
Joined: Fri Oct 14, 2005 01:28 PM
Re: Warning: Error detected (LME288)
Posted: Tue Mar 01, 2016 10:37 PM
Antonio;
No exactamente. Lo que hice, hace un rato, es pasar el Cleaner del Bitdefender, nuevamente, re iniciar y.... el problema se solucionó (???)
Esta mañana había pasado bcdedit /set IncreaseUserVa 3072, el Cleaner y reiniciado, sin exito
quizás con pasar una sola vez el Cleaner no fue suficiente

Lo que no entiendo es:
you need to enable the 3GB memory space at bootup

Como se logra esto?. No es medio mucho para el ilink?... bue de manejo de memorias yo... mmmmm
Para más, rara vez apago el equipo, siempre lo pongo en Suspenso

Ahora espero que esto no sea una práctica reiterativa! :-)

Gracias Antonio, y a todos los que aportaron
Resistencia - "Ciudad de las Esculturas"

Chaco - Argentina
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Warning: Error detected (LME288)
Posted: Wed Mar 02, 2016 08:02 AM
Mario,

Creo que se hace asi:

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1380
Joined: Fri Oct 14, 2005 01:28 PM
Re: Warning: Error detected (LME288)
Posted: Wed Mar 02, 2016 09:46 AM

Antonio
Ya aprendí algo mas

Automáticamente Windows está asignando 2432MB

Resistencia - "Ciudad de las Esculturas"

Chaco - Argentina