I know that you cannot call a 32bit dll directly from a 64bit process. But none of the answers on SO seem to offer sample code on how it could/should be done.
Could somebody post a sample code on how
processA(64) > processB(32) > DllA(32)
How can ProcessA get the value back from a method in DllA via ProcessB
Could someone post some simple code of the DLL, processB and ProcessA