Page 3 of 3
Posted: Thu Apr 24, 2008 12:33 pm
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.
Posted: Thu Apr 24, 2008 12:42 pm
by Peterg
Yes please
Posted: Thu Apr 24, 2008 12:48 pm
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.
Posted: Thu Apr 24, 2008 1:06 pm
by Peterg
Antonio
Thanks
I will try a build on one of my applications and let you know how it goes
Peter
Posted: Thu Apr 24, 2008 1:07 pm
by Antonio Linares
Peter,
Everything configured and properly running
I left samples\TestImg.exe running in your desktop showing a JPG file
Posted: Thu Apr 24, 2008 1:14 pm
by Peterg
Antonio
Do you have a sample buildx where more than one prg file is compiled
Thanks
Posted: Thu Apr 24, 2008 3:52 pm
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