/    Sign up×
Community /Pin to ProfileBookmark

Browser error on Overflow issue with ActiveX object

Hi,

I’ve got a C++ dll, VB activeX that wraps the c++, and a javascript page.

I need to instantiate the vb ActiveX object and call its function in Javascript.

Below is part of my coding on instantiating the activeX.

<code>
var vbx = new ActiveXObject(“Project1.VBXCtrl”)
var Init = vbx.test_Init()
var Reset = vbx.test_Reset()
var Status = vbx.test_CardStatus()
var Data = vbx.test_Data()
</code>

The fist 4 line is OK and I am able to retrieve the passed back value.
However the last line is causing my IE to throws out an error.

The last function call is actually calling the C++ function which revolves around pointer.

My guess would be that Javascript is unable to handle it(the pointer/dynamic allocation of value).

How would I go around on this in Javascript?

FYI, I am able to call the last function above through my VB control. This means the function is working well.

Thanks for your input..

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @scud82 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.29,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...