Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
I have a client appliction that passes a SafeArray pointer to the Server application.Now this SafeArray has a structure with BSTR as a variable.When the server application receives this SafeArray pointer, then all the variables of the structure inside the SafeArray have the assigned values except the BSTR variable which shows "bad variable type" and its value cannot be accessed.

The Server Application is an ATL application, i.e. it is a COM application with threading model type set to "BOTH" and the client application is a MFC application.

Please let me know why is it so????

Please give me the solution with a code example if there is so... Thnaks
Posted
Updated 11-Jan-12 18:58pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900