Search found 55 matches: vc64

Return to advanced search

Re: Windows 7 64 bits - tester required

... unresolved external symbol __imp_WSAIoctl referenced in function hb_socketGetIFaces Any ideas on this one, my guess it is some where in the VC64 libraries. Any advice would be most appreciated. :) Thanks
by Dave Zowasky
Thu Oct 14, 2010 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17084

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Hi Pritpal, i'm trying to compile with MSVC 64 bits, my compiler enviroment: [ VC64 ] {hb_comp} msvc64 {content} set PATH=C:\develop\harbour64\bin;C:\develop\vc2010\bin; {content} set HB_COMPILER=msvc64 {content} set HB_INSTALL_PREFIX=C:\Develop\vc2010 {content} ...
by Baxajaun
Thu Oct 14, 2010 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99462

Re: Windows 7 64 bits - tester required

Dave,

You can download the VC64 compiler, ready to be used with all the required files, from here:
http://www.fivetechsoft.com/files/software/vc64_2010.zip
by Antonio Linares
Mon Jul 26, 2010 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17084

Re: Windows 7 64 bits - tester required

I was able to get my program to start to compile by copying the
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC folder over
c:\vc64, when I go to compile I get the error mspdb100.dll, it says
it cannot find the program, try and reinstall it. Any ideas on what I need to do?

Thanks
by Dave Zowasky
Mon Jul 26, 2010 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17084

Re: Windows 7 64 bits - tester required

Antonio,

I have my windows 7 professional up and ready to go however I am having a problem
with my compiling and the c:\vc64 folder. Where should I get this folder from?

Thanks
by Dave Zowasky
Sat Jul 24, 2010 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17084

Batch files to build Harbour

... go.bat (for Borland C) set HB_COMPILER=bccset path=c:\bcc582\binwin-make.exe  go64.bat (for Microsoft VC64) set HB_COMPILER=msvc64set path=c:\vc64\binset include=c:\vc64\includeset lib=c:\vc64\libwin-make.exe  gog.bat (for MinGW gcc) set HB_COMPILER=mingwset ...
by Antonio Linares
Wed Jun 30, 2010 7:56 am
 
Forum: Utilities / Utilidades
Topic: Batch files to build Harbour
Replies: 1
Views: 852

Re: Novedades FTDN !!!

Horacio, Si, tiene las mismas funcionalidades, pero genera aplicaciones de 64 bits :-) Usa el compilador de Microsoft VC64 (cl.exe) que viene con el Visual Studio 2010 (el que viene incluido en la versión de prueba de VS2010 funciona perfectamente) :-) Se puede descagar desde aqui: ...
by Antonio Linares
Mon Jun 14, 2010 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Novedades FTDN !!!
Replies: 3
Views: 777

Re: Windows 7 64 bits - tester required

This latest tests were built using VC64 from Visual Studio 2010

Previous ones used VC64 from Visual Studio 2005
by Antonio Linares
Sat Jun 05, 2010 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17084

Compilando con 64 Bits

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... set hdir=c:\harbour64 set vcdir=c:\vc64 set include=%vcdir%\include;%hdir%\include set lib=%vcdir%\lib;%hdir%\vc\lib %hdir%\bin\harbour %1 /n /d__64__ /i..\include;%hdir%\include /w /p ...
by jnavas
Thu Jan 21, 2010 8:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con 64 Bits
Replies: 4
Views: 956

nmake (susttituto de Rmake) para FWH64 bits

... el NMAKE para que empiecen a migrar sus aplicaciones hacia las nuevas tecnologias. // Desde aqui empieza make.mak // Sintanxis de ejecución : c:\vc64\bin\nmake -fmake.mak #Microsoft make sample, (c) FiveTech Software 2005 HBDIR=c:\harbour64 VCDIR=c:\vc64 FWDIR=c:\fwh64 .SUFFIXES: .prg .c .obj ...
by jnavas
Thu Jan 21, 2010 8:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: nmake (susttituto de Rmake) para FWH64 bits
Replies: 0
Views: 432
Previous

Return to advanced search