PDA

View Full Version : iojZS compiling problems


Boogi3m4n
07-27-2005, 02:04 AM
Ive got a wierd compile error on iojZS and i really can't figure it out.
This is the error i get:

C:\Borland\BCC55\Bin\bcc32.exe -w- -O2 -IC:\Borland\BCC55\Include -LC:\Borland\BCC55\Lib -nF:\ioFTPD\system -eiojZS.exe F:\ioFTPD\scripts\iojZS\source\iojZS.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
F:\ioFTPD\scripts\iojZS\source\iojZS.cpp:
Error E2133: Unable to execute command 'ilink32.exe'

as you can guess my compiler is on c:\borland and my ioftpd is on f:\ioftpd
If anyone has any suggestions..then plz lemme know :)
Thnx in advance.

FTPServerTools
07-27-2005, 02:50 AM
Put the borland bin in your paths, it cant find ilink32.exe. SO go and find where it is..

Boogi3m4n
07-27-2005, 03:06 AM
Well it's in BCC55\Bin but i dont understand how to add it in the compile.bat?

nevermind! i figured it out, i had to put that exe in the iojZS folder, along with 2 dll files then it worked :)
Thnx for yur help tho appreciate it.

jeza
07-27-2005, 10:29 AM
or u could copy compile.cmd to C:\Borland\BCC55\Bin\ ;)