NXJockey
Automotive
- Feb 9, 2009
- 104
Hi,
I have a simple journal file:-
:>>>>>>
Imports System
Imports NXOpen
Module NXJournal
Sub Main (ByVal args() As String)
Dim theSession As Session = Session.GetSession()
Dim theUI As UI = UI.GetUI()
msgbox("Hello World")
End Sub
End Module
;<<<<<
Is it possible to compile this into a signed EXE, DLL etc. without visual studio and only using .net framework and the local install of NX (11 in my case)
Thanks in advance.
Cheers,
NXJ
I have a simple journal file:-
:>>>>>>
Imports System
Imports NXOpen
Module NXJournal
Sub Main (ByVal args() As String)
Dim theSession As Session = Session.GetSession()
Dim theUI As UI = UI.GetUI()
msgbox("Hello World")
End Sub
End Module
;<<<<<
Is it possible to compile this into a signed EXE, DLL etc. without visual studio and only using .net framework and the local install of NX (11 in my case)
Thanks in advance.
Cheers,
NXJ