|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio./ n h; S6 w& I
2. Create a new VC++ project using the NX Open AppWizard.
5 v0 A5 m2 k% `+ R) m Create new project as:
+ K, v B8 S/ _9 Y3 F 2.1 File->New->Project.# F1 j) R3 K0 h- M7 X
2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,4 N" J! @( E( k' X9 b9 {, u; i
Enter name as ExecuteCheckerAndGetResults. Click Next.
4 {2 \. J" R+ E8 W3 ]! e/ H! ~ 2.3 Under Application Settings, select 'An Internal application that can be
3 J* W6 V7 l7 ?3 F7 D& e activated from an NX session (DLL)'.; R: \: Q( o3 k
2.4 Select C++ for What language would you like to use in the generated
6 U( s, e5 p8 }8 j% { source files. Click Finish.
% ?! f, K& n( ~ 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
2 D# `% }2 m6 |2 k pull down and select "Add Existing Item...". Select the file using the popup window.
" R8 l5 ~! l5 \4 \/ n 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.1 }$ d/ S* j+ R$ O8 y8 Q8 O
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.: o i8 f7 i7 t# d
Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
% W6 V! A0 Q. ? 2 ~. V) r0 f6 q5 {
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional% A7 F- s5 o/ \
Include Directories.2 f4 C; m$ b) f: E
; O5 A, c. h; S3 P! ~ Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
$ u, s# q* u' t% V7 m/ O Library Directories.
1 S$ B% E: W1 o8 y
% l- G R0 V; Z, C2 n8 i d Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
# S0 _& G5 g% A) z/ v$ q, E existing in Additional Dependencies.
) N: T0 Q: A7 \2 A Click OK button to close Configuration Manager dialog.- F5 x8 J' D; X* f/ H
" C6 S% I# ^ [3 {) G
3 b1 k* x- j2 N 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
) M5 q( z$ z( W( Z6 ^# R( K4 } This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.3 h8 j6 J4 N, y" f+ ~; u0 y
7 L0 p) ~2 s8 r$ R% d4 n |
|