You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the File command, is there any way to use the target_name option without specifying interface names or a classes filter?
The docs show this:
Parameters <file_name> [interfaces] [classes_filter] [target_name]
file_name file containing typelib. Can be relative to base path
interfaces (optional) pipe (|) separated interfaces with or w/o leading
underscore
classes_filter (optional) pipe (|) separated filter for coclasses in file
target_name (optional) surrogate file location in output manifest
Since the argument separators are just whitespace... I can't seem to leave those middle options blank but still add a target_name, can I?
Is there some way to use an "all" wildcard for the middle two options?
(Looking at the code, I don't see a way...)
Thanks
The text was updated successfully, but these errors were encountered:
For the
File
command, is there any way to use thetarget_name
option without specifying interface names or a classes filter?The docs show this:
Since the argument separators are just whitespace... I can't seem to leave those middle options blank but still add a
target_name
, can I?Is there some way to use an "all" wildcard for the middle two options?
(Looking at the code, I don't see a way...)
Thanks
The text was updated successfully, but these errors were encountered: