|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.3 f; A; g6 M: \7 B6 n$ l1 d
2. Create a new VC++ project using the NX Open AppWizard.
! A0 L$ D- A( ~. {# R Create new project as:
& L3 E0 B0 x( k/ Q# R 2.1 File->New->Project.
( z9 K2 B& K: q* r) l 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,# {; r& Q2 a/ |9 n
Enter name as ExecuteCheckerAndGetResults. Click Next.0 t9 z7 ^# l, r1 [- m. q
2.3 Under Application Settings, select 'An Internal application that can be( D. @! b) A* z: |# g, R
activated from an NX session (DLL)'.+ R7 y& J' U% A+ H
2.4 Select C++ for What language would you like to use in the generated' T, C6 q9 R& d$ l3 M8 }- L
source files. Click Finish.
' ]4 a5 d* [' Y" a/ l* [' m 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
( Q" ? B9 E9 w3 E6 i0 } pull down and select "Add Existing Item...". Select the file using the popup window.9 h: T) a5 S2 A7 d
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
. ?& l& K, t0 ^" L On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
3 |* B$ ~3 i" k: z$ m& ~2 q Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.9 w& P4 f v P. v
3 A. i; w0 L9 O! k7 f Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
$ W' B9 i- s3 f% @7 G% g( K# X Include Directories.# m7 m8 V4 B+ o$ z7 i% I
7 [% u' F8 G& |0 N
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
6 A2 ^6 z) s& e* _- x- \ Library Directories.9 o3 p7 T4 j5 s1 E( O( j4 y
* {5 p/ {3 E* |! ]" J8 Y; W
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
% f! N% \) U5 M( ~/ P* R existing in Additional Dependencies.
8 m) Q! [& X6 a0 d Click OK button to close Configuration Manager dialog.
* f5 L9 g5 v+ K, e# d4 O- X
2 e9 y- L0 c) u) z2 ?
) @7 H% J6 P5 J7 N1 O 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
0 [6 q8 y) q+ h" W) }# s This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.0 ?, Y, o9 e! b/ w {3 R5 ^
M- z( `# }$ ]9 \: Y$ R# g
|
|