Felipe Monteiro de Carvalho wrote:
On Feb 11, 2008 3:56 PM, Lee Jenkins <[EMAIL PROTECTED]> wrote:
M:\lazarus\projects\maestro>m:\lazarus\IDE\fpc\2.2.0\bin\i386-win32\windres -i M
:\lazarus\projects\maestro\tray.rc -o m:\lazarus\projects\maestro\tray.res
gcc: installation problem, cannot exec `cpp': No such file or directory
m:\lazarus\IDE\fpc\2.2.0\bin\i386-win32\windres: no resources

windres complains it can't find "cpp", which means that your path is
wrong, otherwise he would have found it.

before executing the line above fix the path:

PATH=m:\lazarus\IDE\fpc\2.2.0\bin\i386-win32\

The .res file needs to be generate with windres, you can't use another
tool AFAIK.


Ah, well that could be the problem.  I'll try it with that command.

Thanks a bunch,

--
Warm Regards,

Lee

"Everything I needed to learn in life, I learned selling encyclopedias door to door."

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to