Message 36? WM_????

J

Julian Nicholls

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.
 
H

Hendrik Schober

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
 
J

Julian Nicholls

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top