|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.' p' ?, L5 p8 j. D3 k2 N
2. Create a new VC++ project using the NX Open AppWizard.# U6 J% l# F( g; u/ B2 R
Create new project as:/ j- }, m- B! s; K- U
2.1 File->New->Project.
* [ G% u/ k2 R* r# t" o/ s- c 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
4 G8 I. B8 B$ \; I3 ]# c7 k Enter name as ExecuteCheckerAndGetResults. Click Next.3 y( r; I( g+ _ {, @6 \
2.3 Under Application Settings, select 'An Internal application that can be& v. V5 [* i1 V0 W1 v5 l
activated from an NX session (DLL)'.& f( \% z1 Y. b0 B9 n
2.4 Select C++ for What language would you like to use in the generated
; E& O% {8 S4 l$ E8 r: P source files. Click Finish.
2 e* \9 h7 A* v5 |8 K2 Y0 \1 u" D# X 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project9 U3 w1 p8 e" O) E e
pull down and select "Add Existing Item...". Select the file using the popup window.
) _" l# ?$ o! y 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
; L* c6 e _8 {! F+ B On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.. n! E# y% u5 W$ x% z
Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.4 d" v( u7 l8 y7 b* O$ R0 E- I7 s
+ E3 E5 u2 H4 G' Q
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
: g8 T- l9 F" a4 N' s9 X Include Directories.
# |2 G% V M. o9 t7 H* x4 w
7 @9 e9 }; h7 q8 _: k, N Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
[7 e) L, z% z Library Directories.
9 d8 ~+ p- @: k3 t) ?. c9 h
/ ~: t- E+ `0 O Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are+ l: i- p# m: ^: G8 K& a
existing in Additional Dependencies.
( c) c+ Q! O0 }# i4 m4 n Click OK button to close Configuration Manager dialog., f2 R! N: x( k l
- C: V% ?/ ~$ O! \5 l) M3 J( Y, k
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".3 r3 D1 f* [, ?! v2 Q; \1 ?
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
! u! L a8 M9 ^/ a! o7 v4 e6 ]- `0 }! \, W u+ _3 P' w
|
|