LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

webbrowser activeX and XP embedded

I followed the suggestions given in this thread and i solved my problem with the printer, but unfortunately I found out a problem with webbrowser activeX Smiley Sad
After some tests I was able to reproduce the same problem with the example
..\CVI\samples\userint\activex\WebBrowser.prj
shipped with CVI 6.0, so I hope this helps in finding a solution.

If I create distribution kit for this example (enabling "Install ActiveX Container Support" and "Register Files as ActiveX Server") everithing works fine, both on my developing machine and my target machine. On my developing machine I have WinXP with RTE 8.1 (but I develop with CVI 6.0); on my target machine have Win2000 and RTE 7.0 (but I did successfull tests on WinXP and RTE 7.0)

Then I installed it on another machine where the OS is WinXP Embedded (with CVI RTE 7.0), and the executable crashed with the following popup message
"The instruction at 0x280167b referenced memory at 0x2801e734". The memory could not be written"
The uir is loaded, but the activeX control has some problem, and it's not displayed correctly before the crash.

Which are the components (dll, ocx, ...) I must include in my WinXP Embedded sistem, to have the project working?

I checked, and I have Internet Explorer 6.0 installed on all the machines I tested.

Thanks in advance

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 1 of 4
(3,617 Views)
Could you give me some suggestions, please?

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 2 of 4
(3,578 Views)

Hello Vix,

there should be no problems using CVI application with WinXP embedded; I also never received this kind of error using ActiveX controls with CVI. You can try to run an application with just an ActiveX control, anything else, on that machine with Windows Embedded and CVI RTE 7.0; if this works, maybe the error returned previously may be due to something else...

Best regards,

Fabio

Fabio M.
NI
Principal Engineer
0 Kudos
Message 3 of 4
(3,553 Views)
Hello Fabio,
thanks for your reply.

When I received this error on my application I thought It could be my mistake, and sure It's possible...
but when I received the same error with the NI example
..\CVI\samples\userint\activex\WebBrowser.prj
shipped with CVI 6.0, I started to doubt...

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 4 of 4
(3,549 Views)