|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.3 r# u" i3 a3 c0 C! [* |5 X) r
2. Create a new VC++ project using the NX Open AppWizard.( P, @, n( F. X! X6 P( k
Create new project as:4 v* d' z) a* P1 k3 M
2.1 File->New->Project.
+ r6 a o' B. O3 U l 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
9 h. H. I# F' O, l* R- x. Z Enter name as ExecuteCheckerAndGetResults. Click Next.
3 E- Q8 i7 e7 e d# d' T4 N 2.3 Under Application Settings, select 'An Internal application that can be
+ r" R4 {1 @6 R) @$ o0 S activated from an NX session (DLL)'.
. v+ h1 v9 N: U, N" x. N 2.4 Select C++ for What language would you like to use in the generated$ f1 p/ @7 S. }3 R
source files. Click Finish.
* G8 w3 N) {' H' H9 y+ G 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
* D* d" s- m. S1 I$ _ pull down and select "Add Existing Item...". Select the file using the popup window.4 ^- N: @8 ~/ A5 Y, B& ~% D! n; x
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.# q8 |" t" T* W3 q2 Z5 S
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
; |$ E& v+ ~( U3 h: d! Q Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
- M+ m' i& p( P 9 m! ~9 q* ?0 u$ h9 s: Q
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
- [& m$ { m( j5 p6 u$ b Include Directories.6 e( {3 {. k$ W( T2 {9 M$ v
& O6 k& y! w: L3 e' r8 m" u, D Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
4 K7 I% H! p0 k Library Directories.& K* M G! ~2 ?
4 G' `: S9 X: b6 q4 X+ E' C Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
! E# U1 u8 z; R6 F) k existing in Additional Dependencies.
9 f" l; @; V7 S% w& y Click OK button to close Configuration Manager dialog.
' U$ a. ~* b; f9 @5 y* ]* V8 s( b% W/ I
4 \; G& g. _- k7 C) ] 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".* }4 K3 M! j: M
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
, S. K( j: g6 L/ c3 j8 C4 G8 b4 G; z: H/ m$ Q- [2 x$ Y& B
|
|