|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.- Q9 i* h# I1 W% V
2. Create a new VC++ project using the NX Open AppWizard.$ O, `4 G; i! |; k
Create new project as:
4 c0 l @; j [7 k 2.1 File->New->Project.
; ~; z/ M# K$ l* H! e1 K7 ` 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,) U1 ~2 q8 [; j B) i
Enter name as ExecuteCheckerAndGetResults. Click Next.# |. S* S4 l5 r" t0 r2 {" R
2.3 Under Application Settings, select 'An Internal application that can be
3 e6 R8 f4 ^ o' k activated from an NX session (DLL)'.0 X. Q) `) H$ c3 L* ?7 I
2.4 Select C++ for What language would you like to use in the generated- V9 G& r' ]8 U4 j5 }: _ n! y( u3 d
source files. Click Finish.
+ a- T' n, |2 v/ ` 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project2 C4 _- c/ I( K$ r3 l1 q' q
pull down and select "Add Existing Item...". Select the file using the popup window.
3 W1 T5 [. c- g. o% E 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
+ y. H, K8 w% \2 L/ C On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
& f% K6 y4 V' s Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.5 \" y0 p) b6 c9 V5 S9 |4 ]
$ y" `- p" V2 a! C1 r Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
$ ]/ s8 g6 D) f# q2 N Include Directories.
9 J* D' t+ X! ]1 t' f$ l: v 3 T: o& z/ N' ^3 C0 q
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional% x. X; k' t7 ~+ E c6 D
Library Directories.
9 x. J$ i6 f. J ~& ^5 I; a / k- a' D7 @$ F0 k
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are+ G) x1 a8 C6 [; h: R2 R) v2 T' z$ g' L4 C
existing in Additional Dependencies.4 Z9 ^/ t- q! l/ e$ W
Click OK button to close Configuration Manager dialog.
9 o% C8 m+ Z" z* A O
, b& C$ e1 y {6 R8 K6 r6 \6 ~
6 _5 s% ?* W# E( }( x$ ^, X, w+ ^% w 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
' t% R, q2 ?, u7 k2 D* \: i This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory. r1 U* N. l7 R3 Q4 `
5 d8 p; o7 W6 f: N- o
|
|