Search found 195 matches: tutor02

Return to advanced search

File not found: 'LIBCMT.LIB'

... with xHarbour. After much try I could compile Tutor01.prg using xBuild command and XBP file (with Fivehcm.lib and Fivehmx.Lib). But cannot compile Tutor02.prg and Tutor03.prg. Both showing : xLINK: fatal error: File not found: 'LIBCMT.LIB'. I used following FiveWin lib files : [C:\fwh\lib\FiveH32.lib][C:\fwh\lib\FiveHC32.lib][C:\fwh\lib\FiveHCM.lib][C:\fwh\lib\FiveHGC.lib][C:\fwh\lib\FiveHMX.lib][C:\fwh\lib\FiveHX.lib][C:\fwh\lib\libcurl.lib] ...
by sudipb001
Thu Sep 19, 2013 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: File not found: 'LIBCMT.LIB'
Replies: 6
Views: 1215

Re: New FWH 13.07

Hakan,

That is a compatibility error between VS2012 and VS2010 that gets solved using /GS- flag when calling Microsoft cl.exe. We are going to publish a revised build today or tomorrow, sorry for this.

Please test samples/buildh32.bat tutor02

it should properly build and run
by Antonio Linares
Wed Jul 31, 2013 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.07
Replies: 13
Views: 4707

Re: Building Harbour + FWH apps from Visual Studio 2012

Hakan,

Here it is the full project with the release and debug versions included (EXEs) so you can run them :-)

https://code.google.com/p/fivewin-contributions/downloads/detail?name=tutor02_msvc2012_ok.zip
by Antonio Linares
Wed Jul 17, 2013 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour + FWH apps from Visual Studio 2012
Replies: 40
Views: 10920

Re: unable to build with fwh64 13.05 vc64, hlp please

Antonio, I´ve built TUTOR02 and the result has been the same. I think that I should to config or change something else because i´m working in D unit . In borland55 I had to mod the CFG Files, could be it something like this?. My 64b ...
by cyberkily
Fri Jul 12, 2013 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to build with fwh64 13.05 vc64, hlp please
Replies: 8
Views: 2024

Re: unable to build with fwh64 13.05 vc64, hlp please

Roberto,

I read again your msg and found that you are using it.

I have just built samples tutor02 this way:

build64.bat tutor02

and was built and worked fine on first try. I can email you the libs just to be sure.
by Antonio Linares
Wed Jul 10, 2013 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to build with fwh64 13.05 vc64, hlp please
Replies: 8
Views: 2024

Re: Building Harbour + FWH apps from Visual Studio 2012

Hi Antonio, I have compiled and run the your tutor02 project file in debug mode. When I try to Release mode, it compiles and creates the exe file in Release directory but it does not work anymore. Any comment? Is exe that is compiled in debug mode ...
by Horizon
Mon Jul 08, 2013 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour + FWH apps from Visual Studio 2012
Replies: 40
Views: 10920

Re: ActiveX en Harbour + Visual Studio 2012

he modificado el archivo tutor02.prg con lo siguiente: // Our first Window in FiveWin !!!#include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local oWnd, ...
by fgondi
Fri Jul 05, 2013 9:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
Replies: 23
Views: 6540

Re: How do xHarbour and Harbour compatible?

Norberto,

Here you have tutor02 project for MS2012 IDE:
https://code.google.com/p/fivewin-contributions/downloads/detail?name=tutor02_VS2012.zip

A picture is worth a thousands words :-)
Image
by Antonio Linares
Thu Jul 04, 2013 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do xHarbour and Harbour compatible?
Replies: 19
Views: 3856

Re: Building Harbour + FWH apps from Visual Studio 2012

Antonio,

Is it possible to zip tutor02 project files and send me?

Thanks.
by Horizon
Wed Jul 03, 2013 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour + FWH apps from Visual Studio 2012
Replies: 40
Views: 10920

Re: Harbour Msvc

Lo mismo me pasa si genero con samples\tutor02 con buildh32.
En windows 2000 no me deja ejecutarlo.

También lo he probado a crear tutor02 desde otro ordenador donde tengo instalado Windows 7 de 32 bits.
by fgondi
Wed Jul 03, 2013 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour Msvc
Replies: 6
Views: 1230

Re: Building Harbour + FWH apps from Visual Studio 2012

Hi Antonio, Trying to compile tutor02.prg in vs2012 as you written above. I could not find the Comctl32.lib, MSImg32.lib, OleDbg.lib and Version.lib. I got this error and can not build prg. c:\users\hp\documents\visual studio 2012\projects\tutor02\tutor02\tutor02.c(78): ...
by Horizon
Wed Jul 03, 2013 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour + FWH apps from Visual Studio 2012
Replies: 40
Views: 10920

Re: Interface visual para Harbour hbmk2.exe

... muy interesante, he tenido dificultades para hacer que me funcione. Generating C source output to 'C:\DOCUME~1\Jairo\CONFIG~1\Temp\hbmk_xkdghk.dir\tutor02.c'... Done. C:\DOCUME~1\Jairo\CONFIG~1\Temp\hbmk_xkdghk.dir\tutor02.c: C:\DOCUME~1\Jairo\CONFIG~1\Temp\hbmk_9har4x.c: Turbo Incremental Link ...
by Jairo Barbosa
Mon Jun 10, 2013 3:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Interface visual para Harbour hbmk2.exe
Replies: 50
Views: 11769

Re: Low level debug using MSVC debugger

Edit tutor02.c properties:

Image
by Antonio Linares
Fri Jun 07, 2013 4:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low level debug using MSVC debugger
Replies: 19
Views: 2675

Re: Low level debug using MSVC debugger

Compile tutor02.prg as we need to add the resulting tutor02.c into the project too:

Image
by Antonio Linares
Thu Jun 06, 2013 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low level debug using MSVC debugger
Replies: 19
Views: 2675
PreviousNext

Return to advanced search