For the most part everything in winbase.h is included in the lcc-win32
file win.h. Having an "#include <windows.h>" line should do the trick.
But if you really want your own copy of the file, order a copy of the
Platform SDK from Microsoft. Last I checked, the cd is free save for the
shipping fees. Oh - and you might be able to find a copy of the file
using google.
-Mike
I thought the Subject said it all :-)
> For the most part everything in winbase.h is included in the lcc-win32
> file win.h. Having an "#include <windows.h>" line should do the trick.
> But if you really want your own copy of the file, order a copy of the
> Platform SDK from Microsoft. Last I checked, the cd is free save for the
> shipping fees. Oh - and you might be able to find a copy of the file
> using google.
Interesting. I may try changing the #include winbase.h
I remembered that I had MS VC++ on my laptop so I copied it from there.
I've managed to get the SQLite source compiled now and produced a small
project from the example C code at http://www.sqlite.org. I'll zip it up
once I've written a readme.txt and send it to John for his web site.
Regards,
Dave.