.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 ?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
.NET 32bits into NX75 64bits ?
|
RE: .NET 32bits into NX75 64bits ?
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 ?
Frank Swinkels