You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
What you are missing:
1) The right forum - this is a basic forum
2) The right directory - windows.h have to be somewhere on your
PC. If yor are using VC++ you can find it in C:\Program Files\Microsoft Visual Studio\VC98\Include
I was looking at pbnote.bas provided as a sample with PBDLL60 and trying to understand something about how it works. I noticed that in the resource file pbnote.rc that there is a statement "#include <windows.h>". I was just trying to look at windows.h.
I apologize if wrong forum. Where should I have posted?
Header (.h) files are a perfectly normal part of resource (.rc) files. Not all resource files use them, but many do.
I'd suggest downloading the Platform Software Development Kit (PSDK) or whatever MS is calling it these days, from microsoft.com. It will contain all the standard header files for Windows apps.
You will also find them if you install Microsoft Visual Studio, Borland C, or any number of other programming languages.
All I think that is happening is that the old PBnote used a
Microsoft VC or similar resource file that calls windows.h for
the resource definitions.
I would be tempted to change it to the "resource.h" definition
file that comes with PowerBASIC as it should have most of the
resource definitions for a program like PBnote.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment