|
-
Aug 25th, 2023, 10:48 AM
#1
Re: Registry Free Object Instantiation using DirectCOM & RC6
 Originally Posted by taishan
A couple of questions:
1. Since I am already using SxS for Krool's VBCCR, an anchor control, and Eduardo's NewTab, can I include RC6 to the SxS as well?
2. Can this method be used to replace the components listed in #1?
3. I'm regrettably not using Cairo on this project, so can I leave the those off the list and only include RC6.DLL and DirectCOM.dll ?
1) Yes.
2) No.
3) Please always include all of the Dlls of the RC6-package in your deployment
Olaf
-
Aug 25th, 2023, 11:16 AM
#2
Addicted Member
Re: Registry Free Object Instantiation using DirectCOM & RC6
 Originally Posted by Schmidt
1) Yes.
2) No.
3) Please always include all of the Dlls of the RC6-package in your deployment
Olaf
Would you recommend putting all the controls and DLLs into a .res resource?
-
Aug 25th, 2023, 10:14 PM
#3
Re: Registry Free Object Instantiation using DirectCOM & RC6
 Originally Posted by taishan
Would you recommend putting all the controls and DLLs into a .res resource?
No, because your executable then runs a higher risk, to be flagged as a "false positive" by virus-scanners.
There's nothing wrong with a honest \Bin\ Subfolder (which contains all libraries and ocxes your exe needs) -
sitting beside your MyApp.exe (in a simple deployment-zip).
Olaf
-
Aug 25th, 2023, 10:23 PM
#4
Re: Registry Free Object Instantiation using DirectCOM & RC6
 Originally Posted by taishan
Would you recommend putting all the controls and DLLs into a .res resource?
I do not recommend this for the DirectCOM reg-free approach described above. While others report success with the .res approach, I can only recommend that if you use anything that I've written here, then you should put all your DLLs in the folder that "PathAppSystem" points to.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|