IIRC, there was a dll, named thunk.dll that did the conversion when running
16 bit dll's on 32 bit machines. I know this dll exists on all Windows 98
machines, and it may exist on some others as well. If you can't do an
intermediate conversion, follow Doug's recommendation and hunt down the
Declare statements and find the api's dll's you need.
--
Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.mvps.org/access http://www.accessmvp.com
My recollection is that thunking let you run 16 bit applications under 32
bit operating systems: you'd be able to run Access 2 (using 16 bit API
calls) under Windows 95 or newer.
I believe 32 bit versions of Access (Access 95 and newer) all require that
you convert the API calls to their 32 bit equivalents.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.