1. RE: Problem With Translator

, but I am not sure what.  When I double click on 
> the emake.bat file it runs but all the files it tries to link say 
> something like "Bad command or file name", Anyone able to help?  

Possibly the compiler is not set up right.  You should have a file 
called "bcc32.cfg" in your Borland bin directory with something like 
this in it:

-I"C:\Borland\Bcc55\include"
-L"C:\Borland\Bcc55\lib"

& another file called "ilink32.cfg" with something like:

-L"C:\Borland\Bcc55\lib"

You probably also want the bin directory to be added to your path in 
autoexec.bat, but since it didn't fail until linking it doesn't sound 
like that is your problem...

new topic     » topic index » view message » categorize

2. RE: Problem With Translator

If you want some more info on setting up the BCC compiler have a look
at:

http://www.pharo.onlinehome.de/Setup.html

Ray Smith


Andy Serpa wrote:
> 
> , but I am not sure what.  When I double click on 
> > the emake.bat file it runs but all the files it tries to link say 
> > something like "Bad command or file name", Anyone able to help?  
> 
> Possibly the compiler is not set up right.  You should have a file 
> called "bcc32.cfg" in your Borland bin directory with something like 
> this in it:
> 
> -I"C:\Borland\Bcc55\include"
> -L"C:\Borland\Bcc55\lib"
> 
> & another file called "ilink32.cfg" with something like:
> 
> -L"C:\Borland\Bcc55\lib"
> 
> You probably also want the bin directory to be added to your path in 
> autoexec.bat, but since it didn't fail until linking it doesn't sound 
> like that is your problem...
> 
> 



Ray Smith
http://rays-web.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu