Warning: Error detected (LME288)

Marcelo Via Giglio
Posts: 1073
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia
Has thanked: 1 time

Re: Warning: Error detected (LME288)

Post by Marcelo Via Giglio »

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
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Warning: Error detected (LME288)

Post by cnavarro »

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
Marcelo Via Giglio
Posts: 1073
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia
Has thanked: 1 time

Re: Warning: Error detected (LME288)

Post by Marcelo Via Giglio »

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
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Warning: Error detected (LME288)

Post by cnavarro »

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
Marcelo Via Giglio
Posts: 1073
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia
Has thanked: 1 time

Re: Warning: Error detected (LME288)

Post by Marcelo Via Giglio »

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
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Warning: Error detected (LME288)

Post by cnavarro »

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
ACC69
Posts: 632
Joined: Tue Dec 12, 2006 7:34 pm
Contact:

Re: Warning: Error detected (LME288)

Post by ACC69 »

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.!
User avatar
MarioG
Posts: 1380
Joined: Fri Oct 14, 2005 1:28 pm
Location: Resistencia - Chaco - AR
Been thanked: 2 times

Re: Warning: Error detected (LME288)

Post by MarioG »

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
User avatar
acuellar
Posts: 1645
Joined: Tue Oct 28, 2008 6:26 pm
Location: Santa Cruz-Bolivia

Re: Warning: Error detected (LME288)

Post by acuellar »

Mario si usas UEstudio

Intenta con este Application

Code: Select all | Expand


# --------- 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.
User avatar
MarioG
Posts: 1380
Joined: Fri Oct 14, 2005 1:28 pm
Location: Resistencia - Chaco - AR
Been thanked: 2 times

Re: Warning: Error detected (LME288)

Post by MarioG »

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
User avatar
MarioG
Posts: 1380
Joined: Fri Oct 14, 2005 1:28 pm
Location: Resistencia - Chaco - AR
Been thanked: 2 times

Re: Warning: Error detected (LME288)

Post by MarioG »

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
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Warning: Error detected (LME288)

Post by Antonio Linares »

Mario,

Has realizado los pasos que aqui se detallan ?

viewtopic.php?p=182548#p182548
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
MarioG
Posts: 1380
Joined: Fri Oct 14, 2005 1:28 pm
Location: Resistencia - Chaco - AR
Been thanked: 2 times

Re: Warning: Error detected (LME288)

Post by MarioG »

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
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Warning: Error detected (LME288)

Post by Antonio Linares »

Mario,

Creo que se hace asi:

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
MarioG
Posts: 1380
Joined: Fri Oct 14, 2005 1:28 pm
Location: Resistencia - Chaco - AR
Been thanked: 2 times

Re: Warning: Error detected (LME288)

Post by MarioG »

Antonio
Ya aprendí algo mas

Automáticamente Windows está asignando 2432MB
Resistencia - "Ciudad de las Esculturas"
Chaco - Argentina
Post Reply