Hi...
I'm trying to pass a string (a text field) to a Property in C++.
I have managed to do so with numbers by creating a property with "long" type.
I have tried to add a new property with a BSTR type so I'll be able to deliver a string - but - it crashes...
Can any one help me ? - all I want is to pass a text field from VB to the property in C++...
Thanks...
I'm trying to pass a string (a text field) to a Property in C++.
I have managed to do so with numbers by creating a property with "long" type.
I have tried to add a new property with a BSTR type so I'll be able to deliver a string - but - it crashes...
Can any one help me ? - all I want is to pass a text field from VB to the property in C++...
Thanks...