Am 01.04.2013 20:28, schrieb jordan: > Hi Andre, > >>> Can anyone offer any help / advice on how to determine / confirm that >>> address returned by GetProcAddress is correct in our test64.exe?? >> >> I doubt that's the problem, but to really confirm it i'd need a: >> winedump -j export yourvst.dll > > Okay, I am trying to load Automation.dll with our test64.exe ... Here > is the output from winedump on Automation.dll; ... > Entry Pt Ordn Name > 00012900 1 VSTPluginMain > 00012900 2 main
so with: > 0042:Call KERNEL32.GetProcAddress(180000000,7f77bb3950b0 "VSTPluginMain") > ret=7f77bb394182 > 0042:Ret KERNEL32.GetProcAddress() retval=180012900 ret=7f77bb394182 it looks as expected :) > > ..now, if you doubt this is the issue, do you have any recommendations > / suggestions on what might be the problem? Same as Vincent, do what he told you.