I can also interface a 32 bit asio driver through a C wrapper dll : this dll simply exports the Asio functions as STDMETHODIMP.
(STDMETHODIMP is a COM return type, which expands to HRESULT __export __stdcall. It's declared in winnt.h)
But I can't natively interface the 32 bit asio driver. (ESP and EAX at least become useless after the first method call)
Anybody any idea how to safely push and pop the right registers???
Tia!
Btw : I've made my first VST plugin in PB (both 32 and 64 bit) and it works like a charm : see http://www.raxntrax.com/modulys



