Board index » delphi » source code for a windows program

source code for a windows program

I'm looking for an example of source code for a program which uses Windows.
If I'm not mistaken, Free Pascal can compile Windows programs. Anyone have
some snippets?
    Thanks -- Lloyd Edwards
 

Re:source code for a windows program


[FPC questions belong in clpm, follow-up set]

Quote
In article <KtK%8.22343$Qn5.1274...@twister.southeast.rr.com>, Lloyd Edwards wrote:
> I'm looking for an example of source code for a program which uses Windows.
> If I'm not mistaken, Free Pascal can compile Windows programs. Anyone have
> some snippets?

Any program the win32 compiler compiles is a Windows program, including all
examples included with FPC. A simple win32 GUI program (on api level) is also
included in the examples.

If you mean a GUI program, check lazarus.freepascal.org, that project
contains win32 stuff.

Other Threads