Board index » cppbuilder » ActiveX deployment problem...
Panagiotis L. Staiko
![]() CBuilder Developer |
Sat, 12 Jan 2002 03:00:00 GMT
|
Panagiotis L. Staiko
![]() CBuilder Developer |
Sat, 12 Jan 2002 03:00:00 GMT
ActiveX deployment problem...I have an activex form already contructed and And another question. p.s. Sorry for my english.... |
Alex Bakaev [TeamB
![]() CBuilder Developer |
Sat, 12 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...Make sure all the necessary files are deployed with the ActiveX file. Or better yet, use static linking and don't use run-time packages. Both of these options are available in the Project|Options dialog. HTH, Quote"Panagiotis L. Staikos" wrote: -- |
Geoff Nico
![]() CBuilder Developer |
Sun, 13 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...I am having the same problem... I set my security settings to low in ie5 and the app now tries to load it but when I click yes it instantly dies and just displays an x in the area I have included all of the required files under web deploy options - Thanks in advance QuotePanagiotis L. Staikos wrote in message <379D628C.384DA...@ekt.gr>... |
Dave Bor
![]() CBuilder Developer |
Sun, 13 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...QuoteGeoff Nicol wrote in message You need to tell Explorer that your control is SafeForScripting and Of course, the responsibility is still yours to make sure that your controls Here is how I have done it: #include <registry.hpp> ret_val = _Module.RegisterServer(TRUE); if( ret_val == S_OK) // change ret_val if your code is critical Quote} CLSID tree by default. -- Dave |
Geoff Nico
![]() CBuilder Developer |
Mon, 14 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...It would appear that you understand the problem I am having here and i greatly appreciate your help but I am having a little trouble with the code you provided... when i try to compile it i get the error message is there something else I need to include other than registry.hpp? Thanks Again QuoteDave Borg wrote in message <7noni6$8...@forums.borland.com>... |
Alex Bakaev [TeamB
![]() CBuilder Developer |
Mon, 14 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...Well, you just use the CLSID of *your* ActiveX control. Alex QuoteGeoff Nicol wrote: |
Geoff Nico
![]() CBuilder Developer |
Mon, 14 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...Ohhhh heh sorry :) Thanks for the help albeit a stupid question "Remember there are no stupid questions... just stupid people" QuoteAlex Bakaev [TeamB] wrote in message <37A08F49.4318E...@jetsuite.com>... |
Geoff Nico
![]() CBuilder Developer |
Tue, 15 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...Any idea on what i am supposed to pass in i tried E701260F-44C3-11D3-919B-00C0F02216DA {E701260F-44C3-11D3-919B-00C0F02216DA} "E701260F-44C3-11D3-919B-00C0F02216DA" But none of them work API __export DllRegisterServer(void) ret_val = _Module.RegisterServer(TRUE); if( ret_val == S_OK) // change ret_val if your code is critical Quote} - Geoff Nicol |
Alex Bakaev [TeamB
![]() CBuilder Developer |
Tue, 15 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...Geoff, you don't pass a string in. There is a variable declared somewhere in the _tlb.h file that looks like this: extern const GUID CLSID_YourInterface; It's close to the top of the _tlb.h file. Use this variable in the code HTH, QuoteGeoff Nicol wrote: |
jeunefi..
![]() CBuilder Developer |
Sat, 19 Jan 2002 03:00:00 GMT
Re:ActiveX deployment problem...Hi Geoff, I am just wondering if you already solved your problem? Because I want Your current security settings prohibit running ActiveX controls on this Do you know how to solve this problem yet? Thank you in anticipation. Please email me at jeune_fi...@hotmail.com Regards, In article <7nnd7t$8...@forums.borland.com>, Quote> I am having the same problem... Share what you know. Learn what you don't. |
1. ActiveX control deployment problem
2. Deployment!, deployment?, deployment(Help)
3. Using IE ActiveX & Deployment
4. Demo ActiveX component deployment
5. Deployment Of Applications That Use ActiveX Internet Components
7. VBX/OCX/ActiveX - Deployment!
8. ActiveX deployment on the Web
10. Beginners guide to non visible ActiveX control for Web Deployment