×
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

NX Ufunc code compiling

NX Ufunc code compiling

NX Ufunc code compiling

(OP)
Hi
I have simple Ufunc code which is to be compiled and tested. We don't have Visual Studo license.
Is it possible to compile Ufunc code without VisualStudio. We are using NX9.

RE: NX Ufunc code compiling

This is an example for compiling vb journal

C:\WINDOWS\Microsoft.NET\Framework\v3.5\vbc /libpath:C:\_VBC /t:library /r:NXOpen.dll
/r:NXOpen.Utilities.dll /r:NXOpen.UF.dll /r:NXOpenUI.dll journal.vb > o.txt

_VBC is the folder were NX dll reside
use csc for csharp

RE: NX Ufunc code compiling

(OP)
Thank you for replying, If you don't mind could provide us the steps to compile, Our code is on 'C'language.

RE: NX Ufunc code compiling


Search This "Visual Studio Application Wizard" in NX help
and you will find the steps their

I'l try to find and post them

RE: NX Ufunc code compiling

(OP)
Hi
it seems the info you provided is if we have visual studio.In our case we don't have visual studio. Is it possible to compile the NX Open C or Ufunc code with command prompt.Thank you once again for helping us.

RE: NX Ufunc code compiling

The Express Editions of Visual Studio are free. You can use the express editions for developing nx applications. For NX 9 you will need the Visual Studio 2012 Express Edition.

Suresh
www.technisites.com.au

RE: NX Ufunc code compiling


Their is this link option

\Siemens\NX x.x\UGOPEN\uflink.bat
and \Siemens\NX x.x\UGOPEN\ufmake.mak

but I do not how to use them

RE: NX Ufunc code compiling

(OP)
Suresh,Thank you very much for informing about visual studio express free edition.

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