|
-
May 2nd, 2020, 10:31 PM
#6
Hyperactive Member
Re: [VB6] - Module for working with multithreading.
 Originally Posted by The trick
xxdoc123, DEXWERX thanks for review!
Yes. You can specify the embedded typelib too.
Added.
To include a typelib you need to add resource with type "typelib" and needed identifier:
You need to specify the typelib as:
Code:
<file name="MarshalUserInterface.exe\3">
<typelib tlbid="{2E8B35BD-EE5B-4CB8-9EBB-132017779212}"
version="1.0"
helpdir=""/>
</file>
with backslash.
hello the trick:
i m curious about can we using embed com dll or ocx files in embed manifest?
i have tried ocx files but failed.
In Res:
24 'typeNameId
1 'manifest
10 'both "10" and "CUSTOM" failed
3 'ocx file id
and manifest content as follows.
<file name="TestRes.exe\3">
<typelib tlbid="{2E8B35BD-EE5B-4CB8-9EBB-132017779212}"
version="1.0"
helpdir=""/>
</file>
Last edited by loquat; May 2nd, 2020 at 11:06 PM.
Tags for this Thread
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
|