Forum > Windows (32/64)

Windows version

<< < (2/4) > >>

Juras:
It would be nice to have Win32 binaries, compressed by www.7-zip.org best free archiver for win32.

Anonymous:
How do we make windres work under win98?

Anonymous:
Found a different windres version at:
http://groups.yahoo.com/group/mingw32/message/614
i.e. at:
ftp://ftp.xraylith.wisc.edu/pub/khan/private/collard/windres-exe.zip

This one might help

Anonymous:
I solved it by calling windres manually:
windres -i lazarus.rc -o lazarus.res --preprocessor d:\apps\fpc\bin\win32\cpp.exe

The trick is to use the forward slashes not the reverse ones.

Then re-makeing works a bit more until this error:

D:/APPS/FPC/BIN/WIN32/ppc386.exe -gl -Fulcl/units -Fulcl/units/win32 -Fucompo
ts/units -Fucomponents/custom -Fucomponents/mpaslex -Fudesigner -Fudesigner/u
s -Fudebugger -Fupackager -Fupackager/units -Fu. -Fiinclude -Fiinclude/win32
. -di386 lazarus.pp
Hint: End of reading config file d:\apps\fpc\bin\win32\fpc.cfg
Hint: Path ".\designer\un\" not found
Free Pascal Compiler version 1.0.10 [2003/06/27] for i386
Copyright (c) 1993-2003 by Florian Klaempfl
Fatal: No source file name in command line
make.exe[1]: *** [lazarus.exe] Error 1
make.exe[1]: Leaving directory `c:/lazarus'
make.exe: *** [ide] Error 2


What's the problem now? Any ideas?

Anonymous:
Manually seems to work too...
something like:
ppc386 -Iinclude -Iinclude/win32 -Fulcl\units\win32 -Fulcl\units -Fucomponents\units lazarus.pp
I have to add all directories which are missing of course

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version