Search found 67 matches: vc98

Return to advanced search

Re: Migración desde xHarbour+BCC a Harbour+MSVC

Kleyber, El FWH actual está construido con VC98 que es compatible con PellesC usado por xHB.com. Esta es la razón de seguir usando VC98. En varias ocasiones lo hemos construido con VC2008 por petición expresa de un usuario. No podemos asegurarte ...
by Antonio Linares
Wed Feb 25, 2009 12:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migración desde xHarbour+BCC a Harbour+MSVC
Replies: 47
Views: 7257

Re: Migración desde xHarbour+BCC a Harbour+MSVC

Gracias Antonio,

He mirado aqui el VC Express... Cual es tu opinión? Va a funcionar también igual que VC98 ?

Gracias de nuevo,
by Kleyber
Mon Feb 23, 2009 1:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migración desde xHarbour+BCC a Harbour+MSVC
Replies: 47
Views: 7257

Re: Migración desde xHarbour+BCC a Harbour+MSVC

... en vez de buildx.bat y descargar xharbourm.exe en vez de xharbour.exe. Las librerías de FWH a usar son fivehmx.lib y fivehcm.lib Puedes usar VC98, VC2005 ó tambien tenemos usuarios usando VC2008. la versión que distribuimos está compilada con VC98. Si la deseas para otra versión, tienes que ...
by Antonio Linares
Mon Feb 23, 2009 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migración desde xHarbour+BCC a Harbour+MSVC
Replies: 47
Views: 7257

FW 2.4 to compile with FWH & VC98

Antonio, I've made it a bit further. I discovered that my CRect:New() method needs RETURN Self rather than RETURN NIL which works for FW 2.4 & clipper. In any case, this is moving me forward leaps. Now I'm stuck on this code: function WinMain() local cIniFile := GetWinDir()+&...
by paulrhanson
Thu Dec 11, 2008 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1213

FW 2.4 to compile with FWH & VC98

Paul, Please show the source code for function OnInit(), thanks Antonio, I followed the OnInit() which is: static function OnInit() local oFrame #ifdef __HARBOUR__ MsgInfo( "In OnInit" ) #endif oFrame := GetWndFrame() #ifndef __HARBOUR__ // Re-apply windows pos...
by paulrhanson
Thu Dec 11, 2008 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1213

FW 2.4 to compile with FWH & VC98

... clipper, and link with Blinker 7.0. That all works well. I have managed to get to the point of the application starting when compiled with FWH and VC98. I have several MsgInfo() calls in the code so I can see something happening. I can even get to the point where my main application screen appears, ...
by paulrhanson
Thu Dec 11, 2008 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1213

Call C function from Clipper .PRG

... 2 ); _storni( rct.bottom, (WORD)-1, 3 ); _storni( rct.right, (WORD)-1, 4 ); } When I link using vc98 results are: c:\dev\pcr5>link @KEYLESS\build\pcrHBH.lnk /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libcmt ...
by paulrhanson
Thu Oct 23, 2008 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call C function from Clipper .PRG
Replies: 3
Views: 833

Unresolved Externals:

Antonio, I'm finally back to try to get my Clipper FW24 application to compile with FWH using vc98. My Link command with results: c:\dev\pcr5>link @KEYLESS\build\pcrHBH.lnk /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libcmt /LIBPATH:C:\HarbourM\lib ...
by paulrhanson
Tue Oct 21, 2008 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Externals:
Replies: 2
Views: 575

Compiling FWH Tutor01-08 with VC98 Errors in link

Dear Antonio, I used the vc98 you suggested last week and am running it with the harbour MS version downloaded from the FT site. I've been trying to compile & link my application without success. Today I decided to try just compiling ...
by paulrhanson
Mon Sep 22, 2008 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling FWH Tutor01-08 with VC98 Errors in link
Replies: 3
Views: 1183

... :-) c:\mingw\bin\gcc -c -Ic:\mingw\include -Ic:\harbour\include anigif.c c:\bcc55\bin\bcc32 -c -Ic:\bcc55\include -Ic:\harbour\include anigif.c c:\vc98\bin\cl.exe -c -Ic:\vc98\include -Ic:\harbour\harbour anigif.c Es solo el comienzo. Alguien se anima ? Venga! :-) anigif.c #include <hbapi.h> ...
by Antonio Linares
Sun Sep 21, 2008 9:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GIF animado
Replies: 10
Views: 1689

... of C source code is used for Borland, Microsoft and gcc. We plan to keep using Borland and Microsoft (this one is compatible with xHB, but using VC98 !!!) as usual but we are going to offer a FWH based on gcc too, for those who want to migrate to gcc.
by Antonio Linares
Fri Sep 19, 2008 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: First tests with MinGW (gcc for Windows)
Replies: 30
Views: 5720

Andrés,

Puedes usar el VC98 de Microsoft, ó el PellesC.
by Antonio Linares
Tue Jun 24, 2008 10:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: [TExplorerBar() v1.0] Control Freeware xharbour/fivewin
Replies: 55
Views: 20488

Oknbs,

It seems as there is a better solution:

Please link VC98 LIBC.lib too
by Antonio Linares
Sat Jun 14, 2008 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6740

Oknbs, Please add this code to your main PRG: (Please note that this solution is for MS VC98 users) #pragma BEGINDUMP double _HUGE = (1.0/0.0); // infinity #pragma ENDDUMP This is a working sample: (can be tested with Borland too) function Main() ...
by Antonio Linares
Fri Jun 13, 2008 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6740

Oknbs,

We keep using VC98 here, for now

You have to link MS msimg32.lib for AlphaBlend unresolved external

We are going to investigate for __HUGE symbol
by Antonio Linares
Fri Jun 13, 2008 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6740
PreviousNext

Return to advanced search