FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour timage
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
timage
Posted: Thu Apr 24, 2008 12:33 PM

Peter,

Have you created the two files that I told you in c:\borland\bcc55\bin ?

If you want, we can provide you remote assistance from here to properly setup everything there for you. We can send you a small EXE that allows us to take control from here of your computer. It is totally safe.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 62
Joined: Mon Nov 28, 2005 05:36 PM
timage
Posted: Thu Apr 24, 2008 12:42 PM

Yes please

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
timage
Posted: Thu Apr 24, 2008 12:48 PM

Peter,

We have already sent you the remote assistance software. There is no need to install it. Just run it and provide us by email the shown ID and password. Keep the EXE running.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 62
Joined: Mon Nov 28, 2005 05:36 PM
timage
Posted: Thu Apr 24, 2008 01:06 PM

Antonio
Thanks
I will try a build on one of my applications and let you know how it goes

Peter

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
timage
Posted: Thu Apr 24, 2008 01:07 PM

Peter,

Everything configured and properly running :-)

I left samples\TestImg.exe running in your desktop showing a JPG file :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 62
Joined: Mon Nov 28, 2005 05:36 PM
timage
Posted: Thu Apr 24, 2008 01:14 PM

Antonio

Do you have a sample buildx where more than one prg file is compiled

Thanks

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
timage
Posted: Thu Apr 24, 2008 03:52 PM

Peter,

Simply add more calls to harbour.exe and bcc32.exe:

%hdir%\bin\harbour another /n /i..\include;%hdir%\include /w /p %2 %3 > clip.log
@type clip.log
IF ERRORLEVEL 1 PAUSE
IF ERRORLEVEL 1 GOTO EXIT

echo -O2 -e%1.exe -I%hdir%\include another.c > b32.bc
%bcdir%\bin\bcc32 -M -c -v @b32.bc

and then add the extra OBJs to this line:

echo %1.obj another.obj, + >> b32.bc

Alternatively you may use a make file for Borland. We provide a working one in fwh\makes\bormake.zip

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion