build-process

Disabling Visual Studio hosting process on Visual Studio Community 2017

守給你的承諾、 提交于 2021-02-18 22:24:51
问题 I am trying to disable output of a vshost.exe file to my release folder. There is a similar question here and here. This Microsoft doc instruction for 2015, and followed the 2017 rc link and found this They all mention the Enable the Visual Studio hosting process checkbox on the properties Debug tab. But this option does not appear in my screen. I have tried this on the properties pages for Console Application and windows Application project output types. Is this feature supported in VS

How does one build the java JRE from source (src.zip in JDK)?

谁说胖子不能爱 提交于 2021-02-16 05:06:33
问题 Surprisingly enough I couldn't find the answer to this question. I am trying to rebuild the java JRE from source. I obtain the java JRE source by extracting the src.zip file in the JDK. After making any changes I need to make to the JRE, how do I compile the new source back into .java files (after which I can compress it into the rt.jar file). Thanks. 回答1: Some of the Java sources that make up rt.jar are generated during the build process, from scripts and other means. Some of the properties

How does one build the java JRE from source (src.zip in JDK)?

瘦欲@ 提交于 2021-02-16 05:06:09
问题 Surprisingly enough I couldn't find the answer to this question. I am trying to rebuild the java JRE from source. I obtain the java JRE source by extracting the src.zip file in the JDK. After making any changes I need to make to the JRE, how do I compile the new source back into .java files (after which I can compress it into the rt.jar file). Thanks. 回答1: Some of the Java sources that make up rt.jar are generated during the build process, from scripts and other means. Some of the properties

Registration free COM: VB6 Executable referencing VB6 DLL

时光总嘲笑我的痴心妄想 提交于 2021-02-07 20:52:25
问题 So, I've got a single VB6 executable that references multiple VB6 COM DLLs. Is it possible for me to generate, on-the-fly, a manifest for the executable as well as a manifest for each of the referenced DLLs? If so, then how? I would like to perform this operation as part of our build process without having to register the COM DLLs as part of the process. NOTE: All the reg-free COM examples that I've found so far involve .NET interop, which is not a requirement for what I'm doing. [EDIT] After

Registration free COM: VB6 Executable referencing VB6 DLL

二次信任 提交于 2021-02-07 20:48:47
问题 So, I've got a single VB6 executable that references multiple VB6 COM DLLs. Is it possible for me to generate, on-the-fly, a manifest for the executable as well as a manifest for each of the referenced DLLs? If so, then how? I would like to perform this operation as part of our build process without having to register the COM DLLs as part of the process. NOTE: All the reg-free COM examples that I've found so far involve .NET interop, which is not a requirement for what I'm doing. [EDIT] After

Registration free COM: VB6 Executable referencing VB6 DLL

你离开我真会死。 提交于 2021-02-07 20:48:31
问题 So, I've got a single VB6 executable that references multiple VB6 COM DLLs. Is it possible for me to generate, on-the-fly, a manifest for the executable as well as a manifest for each of the referenced DLLs? If so, then how? I would like to perform this operation as part of our build process without having to register the COM DLLs as part of the process. NOTE: All the reg-free COM examples that I've found so far involve .NET interop, which is not a requirement for what I'm doing. [EDIT] After