Search found 26 matches: hpath

Return to advanced search

Re: UEStudio Comportamientro del exe muy estraño

Gracias por tu tiempo Si en las variables tenia este #HOPT = /m /gc0 /q /n /o /p $(Compiler Options) /i$(HPATH)\INCLUDE $(User Include Path&1) $(User Defines) $(Automatic Memvar Declaration) $(Variables Are Assumed) $(Generate Preprocessed Output) $(Warning Level) y lo ...
by Busmatic_wpb
Fri Feb 24, 2017 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1333

Re: UEStudio Comportamientro del exe muy estraño

... una .dll que esta en la misma carpeta donde esta el exe. Creo que estoy haciendo algo mal al incluir esas libs al proyecto.. ejemplo FWH = C:\fwh HPATH = C:\Xhabour\xHarbourbbcc582 CPATH = C:\bcc582 SICPATH = C:\proyectosuestudio\primerue MYSQL = C:\proyectosuestudio\primerue LIBS1 = $(FWH)\LIB\FiveHX.lib ...
by Busmatic_wpb
Fri Feb 24, 2017 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1333

Re: UEStudio Comportamientro del exe muy estraño

... con Uestudio no trabaja.. Podria ser algo en los parametros de compilacion . los pongo AQUI HOPT = /m /gc0 /q /n /o /p $(Compiler Options) /i$(HPATH)\INCLUDE $(User Include Path&1) $(User Defines) $(Automatic Memvar Declaration) $(Variables Are Assumed) $(Generate Preprocessed Output) $(Warning ...
by Busmatic_wpb
Thu Feb 23, 2017 10:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1333

UEStudio Comportamientro del exe muy estraño

... User Include Path&1 = C:\proyectosuestudio\primerue\include Use Multi Thread Library = no|yes Warning Level = @/w%s [Variables] FWH = C:\fwh HPATH = C:\Xhabour\xHarbourbbcc582 CPATH = C:\bcc582 SICPATH = C:\proyectosuestudio\primerue MYSQL = C:\proyectosuestudio\primerue HPATHL = $(HPATH)\LIB ...
by Busmatic_wpb
Wed Feb 22, 2017 11:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1333

Re: Warning: Error detected (LME288)

Gracias Adhemar
Así lo tengo, desde antes que comience el problema :cry:
[Variables]
HPATH = d:\Harbour7
FWH = d:\Harbour7\FWH
CPATH = d:\bcc7
by MarioG
Tue Mar 01, 2016 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Warning: Error detected (LME288)
Replies: 74
Views: 21623

Re: Warning: Error detected (LME288)

... Include Path&1 = ^^@[;| /i%s]Use Multi Thread Library = no|yesWarning Level = @/w%s[Variables]FWH = D:\SISTEMAS\COMPILER\FWHHPATH =D:\SISTEMAS\COMPILER\HarbourCPATH = D:\SISTEMAS\COMPILER\BCC7HPATHL = $(HPATH)\LIBCPATHL = $(CPATH)\LIBHOPT = /n /gc1 /q $(Compiler ...
by acuellar
Tue Mar 01, 2016 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Warning: Error detected (LME288)
Replies: 74
Views: 21623

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

Shridhar HPATH = c:\Harbour #HPATHL = $(HPATH)\LIB // please change this line SDKPATH = "C:\Program Files\Windows Kits\8.0\Lib\win8\um\x86" // you have to check this i am using windows 8 my guess (not sure) is SDKPATH ...
by Richard Chidiak
Thu Sep 05, 2013 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4701

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

... has \LIB sub folder but the \LIB sub folder does not have the sub folder win\msvc that is the problem. I am not sure which .lib are required. HPATH = c:\Harbour #HPATHL = $(HPATH)\LIB\win\msvc // check you have the installation correct here or change the path I have installed Express Edition ...
by shri_fwh
Wed Sep 04, 2013 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4701

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

Sridhar HPATH = c:\Harbour #HPATHL = $(HPATH)\LIB\win\msvc // check you have the installation correct here or change the path Have you installed msvc 2012 standard way or is it customized ? these 2 are mandatory also #SDKPATH ...
by Richard Chidiak
Wed Sep 04, 2013 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4701

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

... #SDKPATH = "c:\Program Files\Microsoft SDKs\Windows\v7.0A" SDKPATH = "C:\Program Files\Windows Kits\8.0\Lib\win8\um\x86" #HPATHL = $(HPATH)\LIB\win\msvc HPATHL = $(HPATH)\LIB CPATHL = $(CPATH)\LIB #SDKPATHL = $(SDKPATH)\LIB SDKPATHL = $(SDKPATH) Thanks Shridhar
by shri_fwh
Tue Sep 03, 2013 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4701

Re: Ue Studio Beginner Question

... Include Path = ^^@[;|;%s] User Include Path&1 = ^^@[;| /i%s] Use Multi Thread Library = no|yes Warning Level = @/w%s [Variables] FWH = c:\FWH HPATH = c:\xHarbour CPATH = c:\bcc582 HPATHL = $(HPATH)\LIB CPATHL = $(CPATH)\LIB IPATHL = C:\Program Files (x86)\PellesC\include HOPT = /n /gc0 /q ...
by Richard Chidiak
Wed Sep 22, 2010 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio Beginner Question
Replies: 1
Views: 747

Re: FWDBG.dll con UESTUDIO

... = ^^@[;|;%s] User Include Path&1 = ^^@[;| /i%s] Use Multi Thread Library = no|yes Warning Level = @/w%s [Variables] FWH = G:\FWH\1002\HB\FWH HPATH = G:\FWH\1002\HB\Harbour CPATH = G:\FWH\1002\HB\BCC55 HPATHL = $(HPATH)\LIB CPATHL = $(CPATH)\LIB HOPT = /n /gc0 /q $(Compiler Options) /i$(HPATH)\INCLUDE ...
by Andrés González
Thu Mar 18, 2010 12:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWDBG.dll con UESTUDIO
Replies: 11
Views: 3650

Re: Problema UEStudio al migrar de Vista a W7

... que tengas establecido desde UEStudio. Estos son los parámetros con los que estás llamando a Harbour: HOPT = /n /gc0 /q $(Compiler Options) /i$(HPATH)\INCLUDE $(User Include Path&1) $(User Defines) $(Automatic Memvar Declaration) $(Variables Are Assumed) $(Generate Preprocessed Output) $(Warning ...
by Antonio Linares
Mon Jan 25, 2010 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema UEStudio al migrar de Vista a W7
Replies: 15
Views: 5755

Re: Problema UEStudio al migrar de Vista a W7

... Include Path = ^^@[;|;%s] User Include Path&1 = ^^@[;| /i%s] Use Multi Thread Library = no|yes Warning Level = @/w%s [Variables] FWH = c:\FWH HPATH = c:\xHarbour CPATH = c:\borland\bcc55 HPATHL = $(HPATH)\LIB CPATHL = $(CPATH)\LIB HOPT = /n /gc0 /q $(Compiler Options) /i$(HPATH)\INCLUDE $(User ...
by triumvirato
Sat Jan 23, 2010 10:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema UEStudio al migrar de Vista a W7
Replies: 15
Views: 5755

ERROR DE MEMORIA EN VERSION 912

... User Include Path = ^^@[;|;%s] User Include Path&1 = ^^@[;| /i%s] Use Multi Thread Library = no|yes Warning Level = @/w%s [Variables] FWH = L: HPATH = M: CPATH =Y:\ EPATH = J: HPATHL = $(HPATH)\LIB CPATHL = $(CPATH)\LIB EPATHL = $(EPATH)\EVO32\EVOLIBS HOPT = /n /gc0 /q $(Compiler Options) /i$(HPATH)\INCLUDE ...
by jmansur
Fri Jan 15, 2010 8:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR DE MEMORIA EN VERSION 912
Replies: 10
Views: 3178
Next

Return to advanced search