I have created a small exe file to test a Shockwave object. This exe file works fine on my machine and on a seperate machine. However if I run it on the machine it is required for I get the following message:
Fatal Error Exception Code C0000005
I have installed Shockwave on this machine and installed Foxpro Runtime which includes Shockwave ActiveX Control. It is definately the Shockwave Control which is causing a problem as if I build the exe without the Shockwave Object the exe file runs.
I have further news on my problem. It now appears the exe file works on Win98 but not NT. The program has been recompiled on Win NT but it still does not work on NT.
However should you run the program from source on NT machine it works. Run the same program using the exe file it does not work.
I have als tried adding the object within the code (ie thisform.addobject("Object","olecontrol""swctl.swctl.8.5.1"
Once agin this works when running via source. It fails on NT machine via exe, works on 98 via exe.
Fatal Error Exception Code C0000005
I have installed Shockwave on this machine and installed Foxpro Runtime which includes Shockwave ActiveX Control. It is definately the Shockwave Control which is causing a problem as if I build the exe without the Shockwave Object the exe file runs.
I have further news on my problem. It now appears the exe file works on Win98 but not NT. The program has been recompiled on Win NT but it still does not work on NT.
However should you run the program from source on NT machine it works. Run the same program using the exe file it does not work.
I have als tried adding the object within the code (ie thisform.addobject("Object","olecontrol""swctl.swctl.8.5.1"
Once agin this works when running via source. It fails on NT machine via exe, works on 98 via exe.