Hi All,
In our application we are using some controls as OLE which are developed on C#. Now we are trying to migrate our application to 64 bit. I have registered these dlls . Do i need to recreate the dlls of 64 bit and again used in the application(by re-writting all the codes).
Now when i run the application as x64, i am getting error calling external object function.
Can anyone suggest how should i proceed with this 64 bit migration for these controls?
Regards
Subrat
Thanks, I'm not an expert either, more like a noob. I've tried that option in the past in several of our .Net stuff with mixed results. For now my conclusion is that it's better to simply do two compilations (until I know more about it). Our pb apps are 32 bit and things only worked as long as we set "Prefer 32 bit" in the build options.
I think it is more like an option that checks if you're running windows 32 or 64. (correct me if I'm wrong).
This seems to shed some light:
https://stackoverflow.com/questions/12066638/what-is-the-purpose-of-the-prefer-32-bit-setting-in-visual-studio-and-how-does
regards
Long story short, if you are developing 64-bit apps with PB you will need both 32-bit and 64-bit versions of the DLLs for now.