×
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

.NET 32bits into NX75 64bits ?

.NET 32bits into NX75 64bits ?

.NET 32bits into NX75 64bits ?

(OP)
Has someone managed to run a .NET .dll compiled in 32bits into NX75 64bits ?

RE: .NET 32bits into NX75 64bits ?

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
 

RE: .NET 32bits into NX75 64bits ?

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

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