Re: Share .cpp and .h along projects

Tech-Archive recommends: Speed Up your PC by fixing your registry




"Ulrich Eckhardt" <eckhardt@xxxxxxxxxxxxxx> wrote in message
news:uc66p4-c4f.ln1@xxxxxxxxxxxxxxxxxxxxxxxxx
Ben Voigt [C++ MVP] wrote:
Blech. Please don't suggest exporting classes from Windows dynamic
libraries.

Works for me and many others. Requires care. What exactly is your point?

It is incredibly fragile, non-standard behavior, that produces postings in
this newsgroup continually. The same behavior can be gotten in a robust,
compiler-independent way using COM-compatible binary interfaces. So why use
__declspec(dllexport)?


.