Visual Estudio 2012 Express Portable

El Loco
Posts: 220
Joined: Fri May 19, 2006 4:08 pm

Visual Estudio 2012 Express Portable

Post by El Loco »

Donde puedo subir el Visual Estudio 2012 Express portable ?? (pesa 98mb)

Abrazos.
Miguel
User avatar
joseluisysturiz
Posts: 2024
Joined: Fri Jan 06, 2006 9:28 pm
Location: Guatire - Caracas - Venezuela
Contact:

Re: Visual Estudio 2012 Express Portable

Post by joseluisysturiz »

4shared te permite subir de forma gratuita archivos de 100MB y al crearte una cuenta te dan 15GB free, saludos... :shock:
Dios no está muerto...

Gracias a mi Dios ante todo!
El Loco
Posts: 220
Joined: Fri May 19, 2006 4:08 pm

Re: Visual Estudio 2012 Express Portable

Post by El Loco »

Gracias Jose Luis.
Abrazo.
Miguel
El Loco
Posts: 220
Joined: Fri May 19, 2006 4:08 pm

Re: Visual Estudio 2012 Express Portable

Post by El Loco »

Al que lo necesite:
http://www.4shared.com/zip/Aco9STZzce/Vc64.html

Probado con todos .prg de Samples de FiveWin y todos mis sistemas.
Cualquier cosa me avisan.

Abrazos.
Miguel
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Visual Estudio 2012 Express Portable

Post by Antonio Linares »

Miguel,

gracias por tu aportación, aunque mi recomendación es usar la instalación original del Visual Studio, siempre que sea posible :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
wilsongamboa
Posts: 439
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Re: Visual Estudio 2012 Express Portable

Post by wilsongamboa »

Hola, gracias por el archivo, tratando de crear harbour bajado este momento con este compilador me salen estos errores

Microsoft Windows [Versión 6.3.9600]
(c) 2013 Microsoft Corporation. Todos los derechos reservados.

c:\hb1>path=c:\Vc64\bin

c:\hb1>win-make
! Building Harbour 3.2.0dev from source - http://harbour-project.org
! MAKE: win-make 3.82 sh.exe
! HB_HOST_PLAT: win (x86_64) HB_SHELL: nt
! HB_PLATFORM: win (x86_64) (autodetected)
! HB_COMPILER: msvc64 (autodetected: /Vc64/bin/)
! Component: 'zlib' found in c:/hb1/src/3rd/zlib (local)
! Component: 'pcre' found in c:/hb1/src/3rd/pcre (local)
! Component: 'gpm' not supported on win platform
! Component: 'slang' not found. Configure with HB_WITH_SLANG.
! Component: 'curses' not found. Configure with HB_WITH_CURSES.
! Component: 'x11' not found. Configure with HB_WITH_X11.
! Component: 'wattcp/watt-32' not supported on win platform
win-make[1]: Nothing to be done for `all'.
win-make[1]: Nothing to be done for `all'.
! 'hbpmcom' library skipped (platform or compiler not supported)
cl.exe -I. -I../../../../../../include -nologo -TC -W2 -O2 -DUNICODE -Ic:/hb1
/src/3rd/zlib -DPNG_NO_STDIO -Fopng.obj -c ../../../png.c
png.c
c:\hb1\src\3rd\png\pngpriv.h(44) : fatal error C1083: No se puede abrir el archi
vo incluir: 'stdlib.h': No such file or directory
win-make[4]: *** [png.obj] Error 2
win-make[3]: *** [descend] Error 2
win-make[2]: *** [png] Error 2
win-make[1]: *** [3rd] Error 2
win-make: *** [src] Error 2
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Visual Estudio 2012 Express Portable

Post by Antonio Linares »

No usen Visual Studio asi. Descarguenlo desde Microsoft, es gratuito y la instalación funciona realmente bien.

Para usar Visual Studio hay que llamar al fichero batch vcvar32.bat que proporciona el propio Visual Studio y que establece correctamente todos los paths a usar. Sin eso, yo no lo intentaria :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: Visual Estudio 2012 Express Portable

Post by George »

Antonio,
Es posible utilizar el editor recursos de Visual Studio Express 2012 para crear las pantalla usadas en FWH?

Saludos,

George
El Loco
Posts: 220
Joined: Fri May 19, 2006 4:08 pm

Re: Visual Estudio 2012 Express Portable

Post by El Loco »

Wilson, aparentemente son problemas de patch. Ya te digo he compilado todo y ningún problema.

Te paso el .bat que utilizo:

Code: Select all

@ECHO OFF
CLS
ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ FWH 64 for Harbour 11.03 (MSVC++) Mar. 2011      Harbour development power ³Ü
ECHO ³ (c) FiveTech, 1993-2011     for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7 ³Û
ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ
ECHO ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß

if A%1 == A GOTO :SINTAX
if NOT EXIST %1.prg GOTO :NOEXIST

if "%FWDIR%" == "" set FWDIR=F:\wFH64N\FWH64
if "%HBDIR%" == "" set HBDIR=F:\wFH64N\Harbour64
if "%LIB3R%" == "" set LIB3R=F:\wFH64N\Lib3ros

ECHO Compiling...

set hdir=%HBDIR%
set hdirl=%hdir%\lib
set vcdir=F:\wFH64N\vc64
set include=%vcdir%\include;%hdir%\include;%include%
set lib=%vcdir%\lib;%hdir%\lib;%lib%

%hdir%\bin\harbour %1 /n /i%fwdir%\include;%hdir%\include /w /p /d__64__ %2 %3 2> comp.log
IF ERRORLEVEL 1 GOTO COMPILEERROR
@type comp.log

ECHO _______________________________________________________________________________

%vcdir%\bin\cl -TC -W3 -O2 -c -I%hdir%\include %1.c
:ENDCOMPILE

IF EXIST %1.rc %vcdir%\bin\rc -r -D__64__ %1

echo %1.obj  > msvc.tmp

echo %LIB3R%\g101_64.lib  >> msvc.tmp

echo %fwdir%\lib\FiveH64.lib %fwdir%\lib\FiveHC64.lib  >> msvc.tmp

echo %hdirl%\hbrtl.lib  >> msvc.tmp
echo %hdirl%\hbvm.lib  >> msvc.tmp
echo %hdirl%\gtgui.lib  >> msvc.tmp
echo %hdirl%\hblang.lib  >> msvc.tmp
echo %hdirl%\hbmacro.lib  >> msvc.tmp
echo %hdirl%\hbrdd.lib  >> msvc.tmp
echo %hdirl%\rddntx.lib  >> msvc.tmp
echo %hdirl%\rddcdx.lib  >> msvc.tmp
echo %hdirl%\rddfpt.lib  >> msvc.tmp
echo %hdirl%\hbsix.lib  >> msvc.tmp
echo %hdirl%\hbdebug.lib  >> msvc.tmp
echo %hdirl%\hbcommon.lib  >> msvc.tmp
echo %hdirl%\hbpp.lib  >> msvc.tmp
echo %hdirl%\hbcpage.lib  >> msvc.tmp
echo %hdirl%\hbwin.lib  >> msvc.tmp
echo %hdirl%\hbct.lib  >> msvc.tmp
echo %hdirl%\hbziparc.lib >> msvc.tmp
echo %hdirl%\hbmzip.lib >> msvc.tmp
echo %hdirl%\hbzlib.lib >> msvc.tmp
echo %hdirl%\hbpcre.lib >> msvc.tmp
echo %hdirl%\minizip.lib >> msvc.tmp
echo %hdirl%\xhb.lib >> msvc.tmp
echo %hdirl%\hbcplr.lib  >> msvc.tmp
echo %hdirl%\png.lib >> msvc.tmp
echo %hdirl%\hbmisc.lib >> msvc.tmp
echo %hdirl%\hbnf.lib >> msvc.tmp


rem Uncomment these two lines to use Advantage RDD
rem echo %hdirl%\rddads.lib >> msvc.tmp
rem echo %hdirl%\ace32.lib >> msvc.tmp

echo %vcdir%\lib\kernel32.lib  >> msvc.tmp
echo %vcdir%\lib\user32.lib    >> msvc.tmp
echo %vcdir%\lib\gdi32.lib     >> msvc.tmp
echo %vcdir%\lib\winspool.lib  >> msvc.tmp
echo %vcdir%\lib\comctl32.lib  >> msvc.tmp
echo %vcdir%\lib\comdlg32.lib  >> msvc.tmp
echo %vcdir%\lib\advapi32.lib  >> msvc.tmp
echo %vcdir%\lib\shell32.lib   >> msvc.tmp
echo %vcdir%\lib\ole32.lib     >> msvc.tmp
echo %vcdir%\lib\oleaut32.lib  >> msvc.tmp
echo %vcdir%\lib\uuid.lib      >> msvc.tmp
echo %vcdir%\lib\odbc32.lib    >> msvc.tmp
echo %vcdir%\lib\odbccp32.lib  >> msvc.tmp
echo %vcdir%\lib\iphlpapi.lib  >> msvc.tmp
echo %vcdir%\lib\mpr.lib       >> msvc.tmp
echo %vcdir%\lib\version.lib   >> msvc.tmp
echo %vcdir%\lib\wsock32.lib   >> msvc.tmp
echo %vcdir%\lib\msimg32.lib   >> msvc.tmp
echo %vcdir%\lib\oledlg.lib    >> msvc.tmp
echo %vcdir%\lib\PsApi.lib     >> msvc.tmp
echo %vcdir%\lib\GdiPlus.lib     >> msvc.tmp
echo %vcdir%\lib\WinMM.lib     >> msvc.tmp

IF EXIST %1.res echo %1.res >> msvc.tmp

ECHO _______________________________________________________________________________

%vcdir%\bin\link @msvc.tmp /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libc

IF ERRORLEVEL 1 GOTO LINKERROR
ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³                                                                            ³
ECHO ³      Aplicacion %1 compilada satisfactoriamente                      ³
ECHO ³                                                                            ³
ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
::%1
@del %1.obj
@del %1.ppo
@del %1.c
@del msvc.tmp
@del comp.log

mshta vbscript:CreateObject("SAPI.SpVoice").Speak("Ok Application")(Window.close)

rem mshta m = vbscript:CreateObject("SAPI.SpVoice").Voice m.GetVoices("gender=male;language=34" ).Item(0)
rem mshta m.Speak("Ok Application")(Window.close)

GOTO EXIT
::ECHO

rem delete temporary files
@del %1.c
@del msvc.tmp

:COMPILEERROR
@type comp.log
ECHO * Compiling errors *
GOTO EXIT

:LINKERROR
ECHO * Linking errors *
GOTO EXIT

:SINTAX
ECHO    SYNTAX: Build [Program]     {-- No especifiques la extensi¢n PRG
ECHO                                {-- Don't specify .PRG extension
GOTO EXIT

:NOEXIST
ECHO The specified PRG %1 does not exist

:EXIT

Pause

Y si no lo que recomienda Antonio.

Abrazos.
Miguel
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Visual Estudio 2012 Express Portable

Post by Antonio Linares »

George,

Si, y parece ser bastante bueno :-)

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: Visual Estudio 2012 Express Portable

Post by George »

Perfecto Antonio.
Creo que esto sera el nuevo standard para el diseño de las pantalla en nuestra aplicaciones FWH.
Lo digo pues PellesC creo que ya no se actualiza y el Borland WS no trabaja en 64 bits.
A proposito de 64 Bits he estado haciendo testing con FWH64 y hasta ahora todo me trabaja perfecto incluyendo el manejo de ADS 64 bits.

Saludos,

George
User avatar
fgondi
Posts: 636
Joined: Fri Oct 07, 2005 6:58 am
Location: Palencia, España
Contact:

Re: Visual Estudio 2012 Express Portable

Post by fgondi »

Antonio,

¿Y como habría que crearlo?
Un saludo
Fernando González Diez
ALSIS GHE Sistemas Informáticos
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: Visual Estudio 2012 Express Portable

Post by George »

Antonio,
Recien instale la version Visual Studio Express 2013 - Desktop version, pero no me deja abrir el archivo .RES
Me sale el siguiente mensaje:
Image

Sabes si es necesario alguna configuracion, o si hay instalar algun add-on, para acceder este tipo de archivo.

Saludos,

George
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Visual Estudio 2012 Express Portable

Post by Antonio Linares »

Creo recordar que la versión Express no permite usar el editor de recursos, ni el debugger.

Yo he instalado la versión profesional, pues me la ofrecen gratuitamente por la universidad
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Visual Estudio 2012 Express Portable

Post by Antonio Linares »

Fernando,

A que te refieres ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply