|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio. [ N7 a* P3 m; T6 z
2. Create a new VC++ project using the NX Open AppWizard.
2 d3 p4 q7 C% I Create new project as:! L% ]3 r0 e: ]0 J2 a: I
2.1 File->New->Project.
% E2 I. x, j; a 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
" k- m V5 F4 Y; [ Enter name as ExecuteCheckerAndGetResults. Click Next.3 r; x) ?* Q" y0 v
2.3 Under Application Settings, select 'An Internal application that can be
+ i4 C$ g3 a/ f4 Z4 ~ activated from an NX session (DLL)'.9 s: d" x4 ^8 W# @
2.4 Select C++ for What language would you like to use in the generated' Q. e! C% ?0 _2 F u# w" _
source files. Click Finish. m, G7 T7 l. g0 N2 w( c
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
" q: J/ ^2 S2 c8 s( l1 I& P$ B pull down and select "Add Existing Item...". Select the file using the popup window. u0 }1 ^+ V! A/ V1 u" p
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
* @1 H1 O! P7 Q7 V# m ^1 o On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.1 T# X4 w* I6 |( G7 ]' G6 y
Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.5 _% ~- ^( ]6 ]" q
0 V6 K. {3 Q6 O' q, o* p
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional" y$ a* w" R7 s1 ?" s
Include Directories.8 d3 ~2 _+ M; a
0 s/ a5 Q1 s3 h2 { Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional# ^1 k$ [+ L q9 }/ @* d$ P% }+ F' W
Library Directories.
" f0 U) K+ S1 x6 e& L
& c* f/ H! Q+ x p) M- z Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are" \6 u4 ]8 T. V) }7 f( b& g
existing in Additional Dependencies." R: ~* Z E% ]/ L4 A
Click OK button to close Configuration Manager dialog., C2 D' U! H9 m& r, d3 G
* x0 I, A+ f0 ?5 o5 K" ?; {
' H G+ B8 l+ k) A) ?
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
" n' s- y9 P, T/ y& {* Q/ } This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.& ]0 S8 G) {1 \- w5 I g; O
' `% { w1 ]7 U# J9 g |
|