FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour .obj to .exe
Posts: 117
Joined: Thu Jan 08, 2015 09:27 AM
.obj to .exe
Posted: Thu Jan 08, 2015 09:57 AM
Hello,

I want to make a HelloWorld application with an .exe, I have managed to compile a test.prg -> test.ppo -> test.c -> test.obj

The code of test.prg is

Code (fw): Select all Collapse
function Main()

   local oIE := CreateObject( "Shell.Explorer" )

   MsgInfo( "Hello world!" )
   
return nil


Maybe someone can help me.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: .obj to .exe
Posted: Thu Jan 08, 2015 11:57 AM

Hello,

Use c:\fwh\samples\buildh test.prg

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 117
Joined: Thu Jan 08, 2015 09:27 AM
Re: .obj to .exe
Posted: Fri Jan 09, 2015 08:06 AM

Hi lucasdebeltran, Thanks for this information. Indeed I can use buildh.

Continue the discussion