프로젝트

일반

사용자정보

개정판 e62fd094

IDe62fd094665697b73b3c2abf95987a069ba36159
상위 68f01206
하위 c6386efb

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #000 : edit wrapper

Change-Id: Ic6e87713dfbab44d67307074ca7cff9e62fdc400

차이점 보기:

DTI_PID/SPPIDConverter_DialogBarWrapper/SPPIDConverterWrapper.cs
129 129
                    RegistryKey ID2 = DOFTECH.OpenSubKey("ID2");
130 130
                    if (ID2 != null)
131 131
                    {
132
                        string wrapperDllPath = @"C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\SPPIDConverter_Wrapper.dll";//ID2.GetValue("path") + @"Converter\SPPIDConverter_Wrapper.dll";
133
                        string autoModelingDllPath = @"C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\SPPIDConverter.dll";//ID2.GetValue("path") + @"Converter\SPPIDConverter.dll";
132
                        //string wrapperDllPath = @"C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\SPPIDConverter_Wrapper.dll";//ID2.GetValue("path") + @"Converter\SPPIDConverter_Wrapper.dll";
133
                        //string autoModelingDllPath = @"C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\SPPIDConverter.dll";//ID2.GetValue("path") + @"Converter\SPPIDConverter.dll";
134
                        string wrapperDllPath = ID2.GetValue("path") + @"Converter\SPPIDConverter_Wrapper.dll";
135
                        string autoModelingDllPath = ID2.GetValue("path") + @"Converter\SPPIDConverter.dll";
136
#if DEBUG
137
                        wrapperDllPath = @"Z:\HanKyouHo\Source\DTIPID\DTI_PID\SPPIDConverterDll\SPPIDConverter_Wrapper.dll";
138
                        autoModelingDllPath = @"Z:\HanKyouHo\Source\DTIPID\DTI_PID\SPPIDConverterDll\SPPIDConverter.dll";
139
#endif
140

  
134 141

  
135 142
                        #region Set ToolBar and Menu
136 143
                        ToolBars toolBars = application.ToolBars;

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)