개정판 e62fd094
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