timage

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
Peterg
Posts: 62
Joined: Mon Nov 28, 2005 5:36 pm
Location: Oxford UK
Contact:

Post by Peterg »

Yes please
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
Peterg
Posts: 62
Joined: Mon Nov 28, 2005 5:36 pm
Location: Oxford UK
Contact:

Post by Peterg »

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

Peter
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
Peterg
Posts: 62
Joined: Mon Nov 28, 2005 5:36 pm
Location: Oxford UK
Contact:

Post by Peterg »

Antonio

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

Thanks
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
Post Reply