I think I spoke too soon!
I'm using this forum as a ready source of knowledge, and also the Lazarus wiki and the ref.pdf, prog.pdf, user.pdf and rtl.pdf files . There are many references to a windows unit (which apparently undergoes frequent surgery). However, I can't actually find this unit! There is nothing in rtl.pdf about a windows unit, and a Google search for "Where does Lazarus keep the windows unit" returns the following little gem:
Lazarus, an IDE for the Free Pascal compiler, doesn't store the "Windows unit" in a single, fixed location.
So (kidding aside) where can I find the non-single non-fixed location which will allow me to access the Windows API routines? Specifically those for File Dialogs? (Oh, and remember this is a console application, not a GUI application - I only need to use the dialog to get one file, everything else happens automagically).
Tony
I love learning new (to me) products. I remember having to learn Microsoft C back in the 80's, and the only available document was the reference manual which jumped right in to ways of avoiding most of the formal structures of c. (Yech)