Can I have C++ Shared library in which there is exported function which return std::vector<t>
Can I have C++ Shared library in which there is exported function which return
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, provided the DLL and the C++ code that consumes it
then it should work fine. There might be a little leeway with some of these but in general it’s better to be safe and keep everything identical if possible.