I created a simple activeX with one method that excepts a string (returns nothing). There is no logic behind it yet and it already fails when I import the OCX in an C# project and call the method. 'catastrophic failure'
I'm using VC++ 7.0. The Activex method only needs to except a string. No return value. It's rather simple but it's giving me a bad time...
I'm using VC++ 7.0. The Activex method only needs to except a string. No return value. It's rather simple but it's giving me a bad time...