Discussion:
[omniORB] VS_Version_Info structure in OmniORB
Barthel Marco
2006-09-21 15:59:06 UTC
Permalink
Duncan,
I would like to add VS_VERSION_Info structure in all
omniORB DLL's in
windows. I've searched all the build scripts of omniORB and didn't
find any information related to that. Is anybody done that
before?. If
so, Can you please help me?
The (hideous) rules for building DLLs on Windows are in
mk/win32.mk, in the MakeCXXSharedLibrary function. That's
where you need to add whatever is required for
VS_VERSION_Info. I don't know how you go about creating the
necessary resource stuff for it, though.
If you work it out, I'd welcome a patch.
Did you receive a patch for that? If not I would like to provide a
patch/code.

-marco
Duncan Grisby
2006-09-21 17:10:55 UTC
Permalink
On Thursday 21 September, "Barthel Marco" wrote:

[...]
Post by Barthel Marco
The (hideous) rules for building DLLs on Windows are in
mk/win32.mk, in the MakeCXXSharedLibrary function. That's
where you need to add whatever is required for
VS_VERSION_Info. I don't know how you go about creating the
necessary resource stuff for it, though.
If you work it out, I'd welcome a patch.
Did you receive a patch for that? If not I would like to provide a
patch/code.
No, I didn't receive a patch, so please send yours.

Thanks,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...