create x64 support ocx in visual c++ 6
-
hi every one i have one ocx that build it in mfc6. i useed it in all Developers at 32 bits windows. but when i drag control on the form in x64, crash the application. i rebuile it in x64 and test it again but it didnt work. pls help me. how i can create x64 support ocx in visual c++ 6?
-
hi every one i have one ocx that build it in mfc6. i useed it in all Developers at 32 bits windows. but when i drag control on the form in x64, crash the application. i rebuile it in x64 and test it again but it didnt work. pls help me. how i can create x64 support ocx in visual c++ 6?
Did you set MachineX64 (/MACHINE:X64) and other parameters for your project?
-
hi every one i have one ocx that build it in mfc6. i useed it in all Developers at 32 bits windows. but when i drag control on the form in x64, crash the application. i rebuile it in x64 and test it again but it didnt work. pls help me. how i can create x64 support ocx in visual c++ 6?
Hi :) Try setting a ocx project in VC9 for x86 and then see which options it sets for it. maybe it helps Goodluck :rose:
-
Hi :) Try setting a ocx project in VC9 for x86 and then see which options it sets for it. maybe it helps Goodluck :rose:
Hi my dear master :-D i will test it with special thanks Goodluck & Goodbye:rose:
modified on Sunday, December 7, 2008 2:12 AM
-
hi every one i have one ocx that build it in mfc6. i useed it in all Developers at 32 bits windows. but when i drag control on the form in x64, crash the application. i rebuile it in x64 and test it again but it didnt work. pls help me. how i can create x64 support ocx in visual c++ 6?
samira forooghi wrote:
no i dont . where i must set it?
See How to: Configure Visual C++ Projects to Target 64-Bit Platforms[^].