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.
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
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
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
http://www.eng-tips.com/viewthread.cfm?qid=210530
RE: NX Ufunc code compiling
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
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