farseer said:
i swear, this place is really anal about questions asked here it
seems...seems you folks are expecting only those well versed in c++ to
ask questions...either that or everyone gets a kick out posting that
parashift link.
Take it this way:
If we did answer your (off topic) question, we would also have to answer
hundreds of other off topic questions asked here from time to time. This
would mess up this group and those who really have a problem regarding
the language would be (unfairly) less attended.
If we did the above, we would as well rename the group to
comp.programming to better convey our topicality. So why not just post
to comp.programming for everyone's sake?
Sometimes, for a novice, it is difficult to know exactly how a question
is categorized...esp if you are not well versed in the language. Does
not matter here however...there seems to be very little tolerance for
those that are trying to learn.
It is not about how you verse your question. Off topic here means one or
more of the following:
non-C++ language-related
platform-dependent
homework
Your question was both non-C++ language related AND platform-dependent.
If you did not know that, now you do.
We are suggesting you to post to other groups for your very best
benefit: that your question will be much better answered in detail there.
i guess by your response it means in native/ansi c++, it is impossible
to call functions in a dll by inspection...
It is indeed impossible with standard C++ (ISO/IEC 14882:2003.) You have
to resolve to platform-specific solutions. Google "DLL call" will get
you started.
Regards,
Ben