×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Visual Studio 2013 links to NX

Visual Studio 2013 links to NX

Visual Studio 2013 links to NX

(OP)
I follow NX document :

Microsoft Visual Studio can be used to compile, link and debug programs on the Windows platform. There are currently three NX Wizards that have been integrated into Visual Studio and available for use with the Common API. They are:

NX Open Wizard for use with C and C++ programs (found under the VC directory)

NX Open VB Wizard for Visual Basic programs (found under the VB directory)

NX Open C# Wizard for C# programs (found under the VC# directory)

If Visual Studio has been installed on a workstation and then NX is installed locally (on the same workstation), the available NX Wizards will be installed automatically. Otherwise the following steps need to be taken to set up each of the NX Wizards on the local workstation.

•Make sure the appropriate version Microsoft Visual Studio has been installed

•Copy all files from the NX kit to the corresponding directories of the local Visual Studio installation. The kit is located in:

%UGII_BASE_DIR%\ugopen\vs_files\

To determine the correct location of the Visual Studio installation, look at the productdir registry key for each language. The key for C and C++ is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\version#\Setup\VC/productdir (where version# would be 7.1, 8.0, etc). For other languages replace the VC with either VB or VC#.

•For each wizard, copy any files and/or folders under each subdirectory from the kit to the Visual Studio installation. This example is for the C language so substitute VB or VC# and the appropriate subdirectory for the other languages. Copy:

%UGII_BASE_DIR%\UGOPEN\vs_files\VC\VCWizards\

to

C:/program Files\Microsoft Visual Studio 8\VC\VCWizards\

and

%UGII_BASE_DIR%\UGOPEN\vs_files\VC\vcprojects\

to

C:/program Files\Microsoft Visual Studio 8\VC\vcprojects\

Repeat for each language.





And follow this thread which talked about NX wizard issues
http://www.eng-tips.com/viewthread.cfm?qid=364048

so after i create a new blank project in VS shown in Picture, where to find the "Add reference" tab in order to import
...\UII\managed\NXOpen.dll
...\UII\managed\NXOpen.UF.dll
...\UII\managed\NXOpen.Utilities.dll
...\UII\managed\NXOpenUI.dll

Also, I am still learning Visual Basic, and any suggestion regarding where to start to play with NX using VB and how to debugging in a blank project are welcomed.

thanks all

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources