![]() |
|
|||||||
| SDK ( DLL or ActiveX) Integrate PDF functions into your application easily. The SDK shares the same technology that powers Foxit Reader. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hello All ,
my problem is that i try to use standard version of foxit activex at my simple application but i have failed to install it in my computer ! i have download foxitReaderSDKActiveX3.0Std.msi and install it but when i run the application it give me error at run time !! during debug: ![]() please any one tell me what can i doing to use ActiveX in windows 7 :) thanks all . |
|
#2
|
|||
|
|||
|
i forgot to mention that this application work normally in windows xp using the same version of activeX
|
|
#3
|
|||
|
|||
|
Hi,
What application are you trying to run? something that you've wrote yourself? From your picture, it seems that it's a component not registered. Is this.R_pdf our component? If you can check and see if the component is registered, if not, register it with regsvr32, then let us know if you have more issues. Sam Lee Sales Engineer Foxit Corporation |
|
#4
|
|||
|
|||
|
Quote:
yes this component (R.pdf) is foxit ActiveX component ! i have already register this component with regsvr32 and i get this message : ![]() and the program hasn't any errors ! .. but when i run the program it dosen't work ! in the problem description i see that : PHP Code:
thanks again :) |
|
#5
|
|||
|
|||
|
It probably is a settings incompatibility issue. I've ran into similar issue before. Depending on your IDE compiling setting, you may be referencing a Microsoft provided DLL that does not exist any more in the current platform you're running in (even though you may think that it's the Foxit ActiveX that's causing problems)
For example, I run Vista, VS2008, and my demo program with ActiveX has these settings: Use of MFC:Use MF in a shared DLL Use of ATL:Not Using ATL Character Set:Use multi-byte Character set Common Language Runtime Support: no common language runtime support Whole Program Optimization:use linked time code generation. And those settings work fine for me. Try to adjust these settings to the best of your knowledge to see if a compiled copy work. I would have said you should turn off your UAC when trying to run the program, but it seems that you have your ActiveX registered already, so maybe that is not an issue. Sam Lee Sales Engineer Foxit Corporation |
![]() |
| Tags |
| problem ; windows7 |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|