|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
- h# V: A. g8 S6 |6 e- `7 F 2. Create a new VC++ project using the NX Open AppWizard.
+ g: Z% ^- m. F) n. ? Create new project as:8 M- d8 u8 j+ G: T; J
2.1 File->New->Project.
8 G. J* M4 r# ? r- g5 w9 q 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,7 w& { O0 d1 [" S d+ s
Enter name as ExecuteCheckerAndGetResults. Click Next.) {( O r, U' `7 c
2.3 Under Application Settings, select 'An Internal application that can be
, l# f5 l' b1 H activated from an NX session (DLL)'.
, U+ B; g8 j% o/ x" ? 2.4 Select C++ for What language would you like to use in the generated
0 H+ C9 C0 U3 ]: x% \! w0 @ source files. Click Finish.( u5 }" d1 n' p9 J" ]( \
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
) A; E0 U8 A- s: ] pull down and select "Add Existing Item...". Select the file using the popup window.
+ G/ F- j# ~9 N$ C 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
, p( C. o0 J& ~; m/ w$ u2 l On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.5 G; H0 Y1 ^+ @1 H0 p! T
Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.9 T1 j! ~0 e! g2 H2 R9 M
* t- Z5 O6 G. t$ N x Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
) X' H3 m) a# @ b6 ]& s Include Directories.2 A$ O6 T0 P7 `" c' U. R1 S
$ z( A/ _) z2 N0 s1 |" o Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional! g$ b# B7 `! J/ h- J" _
Library Directories.1 G2 o+ C" g5 T. s$ u
w0 G2 `/ H* }, p/ s8 r
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
: l# F, K" _9 U, I% `3 o existing in Additional Dependencies.
: F! V- N$ F; S! T$ ^6 s& C; y Click OK button to close Configuration Manager dialog.
7 H0 P+ [1 `& z. E! t1 i
6 C! x9 D& P; T% R" A4 {, i- M. y* k& y
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".+ g. H( W8 e+ D3 x( F
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
, q' F3 F9 S' {
: C6 d' v( d9 M! K/ _2 C |
|