I am working on an application which is in 32 bit. This app is working fine in 32 bit machine . But when I install it in 64 bit machine it does not work properly. So we planned to compile it in 64 bit configuration. We could compile it and tried to run, It works properly. But problem is; we have a 3ed party library which is in 32 bit. If I try to call that library from 64 bit, will it create problem, will it work? I am running it in windows 7 64 bit amchine. Please guide me to supporting my application to 64 bit.
I am trying to add a button to one of the existing tool bars in any windows explorer instance. After much research i figured out that BHO (browser helper objects) are the best way to hook to ...