Message 36? WM_????

  • Thread starter Thread starter Bonj
  • Start date Start date
You're right, you probably don't need windows.h to make a managed
application, hence it is not provided as part of the .NET framework or its
SDK. The Visual C++ compiler, capable of building managed and non-managed
applications, includes windows.h and the other necessary files.

The Borland compiler presumably doesn't ship with windows.h and all the
other essentials for building non-managed applications, because all the
files are available for download from the URL I provided.

All the Best
Julian N.
 
Julian Nicholls said:
[...]
The Borland compiler presumably doesn't ship with windows.h and all the
other essentials for building non-managed applications, because all the
files are available for download from the URL I provided.

All the Best
Julian N.
[...]

Schobi

--
(e-mail address removed) is never read
I'm Schobi at suespammers dot org

"Sometimes compilers are so much more reasonable than people."
Scott Meyers
 
In that case, I have no idea why 'Bonj' doesn't have it, and its friends :-)

Best Regards
Julian N.

Hendrik Schober said:
Julian Nicholls said:
[...]
The Borland compiler presumably doesn't ship with windows.h and all the
other essentials for building non-managed applications, because all the
files are available for download from the URL I provided.

All the Best
Julian N.
[...]

Schobi

--
(e-mail address removed) is never read
I'm Schobi at suespammers dot org

"Sometimes compilers are so much more reasonable than people."
Scott Meyers
 
Back
Top