Where is MSAU7032.DLL in Access 97? 
Author Message
 Where is MSAU7032.DLL in Access 97?

I have a number of databases created with Access95 in which I have
incorporated function calls to MSAU7032.dll.  

I am in the process of converting these to Access97, however keep
running into errors for each call out to the above dll.

Anyone know what happened to the file?



Sun, 09 Jul 2000 03:00:00 GMT  
 Where is MSAU7032.DLL in Access 97?

Quote:

> I have a number of databases created with Access95 in which I have
> incorporated function calls to MSAU7032.dll.

> I am in the process of converting these to Access97, however keep
> running into errors for each call out to the above dll.

> Anyone know what happened to the file?

The file, if it existed, would have been called msau8032.dll.  They
didn't make one.  The functions that were in the old file (we used the
Access 2.0 versions of this stuff), like getting file names or
directories from dialog boxes, are now done completely differently.

For this sort of stuff, see a book like "Access 97 Developer's Handbook"
by Litwin, Getz, and Gilbert (Sybex).



Sun, 09 Jul 2000 03:00:00 GMT  
 Where is MSAU7032.DLL in Access 97?

The functions were moved into the core EXE (msaccess.exe).  You will have to
do a DUMPBIN of the EXE or look at the Access 97 Developer's Handbook, or
download the unlocked wizards and sleuth, in order to get the new
declarations....

Michael


Quote:
>I have a number of databases created with Access95 in which I have
>incorporated function calls to MSAU7032.dll.

>I am in the process of converting these to Access97, however keep
>running into errors for each call out to the above dll.

>Anyone know what happened to the file?



Sun, 09 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. access 8.0 app.cant find MSau7032.dll

2. DLL usage - works in Access 97 but not in Access 2000

3. Missing msau7032.dll

4. msau7032.dll

5. MSAU7032.DLL

6. MSAU7032.dll

7. MSAU7032.DLL

8. MSAU7032.DLL Functions

9. MSAU7032.dll

10. aht_apiFileExists in MSAU7032.DLL...OH MY!

11. Access 97: VBA-DAO-Access 97 synchronization problem?

12. DLLs for VBA for Access 97

 

 
Powered by phpBB® Forum Software