I am having a play with the ocx version of Krool's common controls replacement
I have the OCX registered, I have followed the guide created by MountainMan
I have made a basic project, added a Button, the resource file and loaded the resource editor, built the project which runs fine in the ide, and placed the ocx in the folder next to it.
I get a side by side error
Image may be NSFW.
Clik here to view.
I have run sxstrace and it gives.
Which sounds like something is up with the .res file itself. I have used manifests in my own projects by i embed them post compile so have not used a .res file before.
Anyone else using these controls had the same issue?
Thanks
I have the OCX registered, I have followed the guide created by MountainMan
I have made a basic project, added a Button, the resource file and loaded the resource editor, built the project which runs fine in the ide, and placed the ocx in the folder next to it.
I get a side by side error
Image may be NSFW.
Clik here to view.

I have run sxstrace and it gives.
Code:
=================
Begin Activation Context Generation.
Input Parameter:
Flags = 0
ProcessorArchitecture = Wow32
CultureFallBacks = en-GB;en;en-US
ManifestPath = D:\Source\Uncontrolled\VB6CommonControls\Project1.exe
AssemblyDirectory = D:\Source\Uncontrolled\VB6CommonControls\
Application Config File =
-----------------
INFO: Parsing Manifest File D:\Source\Uncontrolled\VB6CommonControls\Project1.exe.
INFO: Manifest Definition Identity is (null).
ERROR: Line 69: XML Syntax error.
ERROR: Activation Context generation failed.
End Activation Context Generation.
Anyone else using these controls had the same issue?
Thanks