that maybe I'm the only one who copies PBWIN and PBCC into the same folder on my development machine?
This gives you much better control over when those header files change. This is not a big deal any more, but for a couple of years WIN32API.INC was changing every couple of months, and the DWORD/LONG switchover combined with the change in signed/unsigned evaluation using IF or SELECT CASE would mean changing WIN32API.INC would break a working program.
I have a master folder I cleverly named "INCLUDE" and both IDEs are configured to look there.
Code:
D:\ Software_Development INCLUDE WinAPI ODBC
Leave a comment: