Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

.NET 32bits into NX75 64bits ?

Status
Not open for further replies.

daluigi

Industrial
Apr 17, 2010
216
Has someone managed to run a .NET .dll compiled in 32bits into NX75 64bits ?
 
Replies continue below

Recommended for you

Daluigi,

What issue are you seeing?

Does the dll work on a 32 bit system?

Is it a library signing or a "no author license" issue?

By default .NET DLLs are platform independent – so they aren’t 32 bit or 64 bit they are just .NET DLLs – to make them platform dependent you have to do something extra (or they are something like mixed DLLs written in C++). Any non-.NET DLL is definitely
platform dependent.

In fact, examining the checksums on the files in the NX "managed" directory shows that the contents are identical on both 32bit and 64bit platforms:

HTH, Joe
 
I create a number of programs all on my 32 bit system for users on 64 bit systems. At times we have a problem which we simply fix by ensuring that the NXOpen library files (NXOpen.dll, NXOpen.UF.dll, NXOpen.Utilities.dll and NXOpenUI.dll) are of the correct version. If you have a particular program that wont run on a 64 bit system simply recompile on the 32 bit system using the above NXOpen library files from the 64 bit system.

Frank Swinkels
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor