|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
0 n' s4 _& r9 @+ H 2. Create a new VC++ project using the NX Open AppWizard.
. r: A: L& w9 |4 C Create new project as:- r0 W% e/ M# I) G+ A/ }
2.1 File->New->Project.7 L& H/ b+ M3 u2 A3 c. o B$ D' I* y
2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,2 c/ T8 p. ~$ [, c/ y- L, B
Enter name as ExecuteCheckerAndGetResults. Click Next.
. `: F* B- f5 m( B5 P9 _# K1 U 2.3 Under Application Settings, select 'An Internal application that can be
* F" N" |4 u( L6 Y6 b+ T! e activated from an NX session (DLL)'.: L* p/ H$ K" g3 Y
2.4 Select C++ for What language would you like to use in the generated; k) R, N6 ?' T3 {3 C2 s. O
source files. Click Finish.
3 a0 J5 X0 `0 n 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project) F( D( i5 r6 T. N# N% {
pull down and select "Add Existing Item...". Select the file using the popup window.$ s- c t; N* q1 R( P
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.) u( b6 n& p! F
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
* S }' B7 m* _$ e( i Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
& V7 p8 a% Y+ z
4 C1 U7 {4 Q" Y) H Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
! ]+ V0 c$ o! f1 h Include Directories.% T2 S+ F/ E) h( K/ y/ Z
- k+ J) w4 C8 P/ V" f: S
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional4 v+ B% o4 k$ G. t1 C: T, s- H x
Library Directories.
8 G# n3 C; Y" Y4 Z( O9 y: p * o+ p$ L9 u g) H+ a/ U6 |1 j
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are" E: f; \; {5 w( \0 r
existing in Additional Dependencies.
) T5 G; b2 D8 r Click OK button to close Configuration Manager dialog.
$ K. w6 }8 R. L, o! k# v0 P& q' t! N- V7 C& v
. G6 b/ e5 c6 S5 k* t! v) L, j
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".0 y' [, X9 M9 P- f' S( a( u i
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.4 F' g, _% Z9 B8 f
0 [& Q3 r: U( _8 n7 M5 R7 P
|
|