|
|||
|
Hi!
I have one activex component, when i try to acess to a method of this component one error occurs. Its possible to access directly, with swfkit, to this method signature??: Export([out] VARIANT* pVal, [out, retval] AIErrors *pErr) thanks in advance, Rui Pereira |
|
|||
|
SWFKit cannot handle the [out] parameters (but it can handle the [out] parameter of an event), so you cannot get the output value of pVal in swfkit.
Have you the source code of the component? Or you can build a wrapper of the component using c++. Could you please send us the component? We can build the wrapper for you. |
|
|||
|
Hi!
Thank you, but its not necessary i will create the wrapper. can you help me in other question. I have a VB6 ocx, whith "a image, etc" and when i create the componet in swfkit: "var var1 = createControl("AlertFpInt.RegTemplate", 0, 0, 200, 200);" i dont see the component. I dont have problems accessing method like "var1.activex.test()" but I cant see the componet in the screen. Do you have any idea?? Thanks in advance, Rui Pereira |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|