I'm making a little test to see the posibility of porting my engine from Delphi to Lazarus, then later on to port it to another platform.

I used the Lazarus convertion tool, and the first problem I found is that Windows unit is gone... how can I use Win32 API functions? Should I set the unit search path to some Delphi's directory?

Regards!