[lazarus] Can't compile lazarus for win32.

Vincent Snijders vslist at zonnet.nl
Sun Aug 17 16:59:34 EDT 2003


Hi,

I tried to compile lazarus for win32, but couldn't because GetEnv in
include\win32\lazconf.inc could not be found. I solved this problem by
adding 
uses dos; 
as first lines of code in
include\win32\lazconf.inc

After that I tried to run a small program in the debugger on win32, but
it gave the message that testprog could not be found. Understandable,
the executable is called testprog.exe.

Vincent.






More information about the Lazarus mailing list