16bit dll to 32bit 
Author Message
 16bit dll to 32bit

Im trying to convert a Acc2.0database to Acc97.

When trying to convert 16bit dll-calls to 32bit I cant find the 32-bit
versions of the calls.
For example:
Declare Function glr_msauCopyFile Lib "msau200.dll" Alias "#4" (ByVal
strSourceFile As String, ByVal strDestFile As String) As Long

I cant find the string "CopyFile" in any 32-bit lib.

Please help, im going nuts!



Sat, 17 Mar 2001 03:00:00 GMT  
 16bit dll to 32bit
Hi Jonas,

The MSAU200.dll doesn't exist in Access 95 or Access 97.  For this
particular API, you can just use the built in FileCopy function.

HTH
--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------

:Im trying to convert a Acc2.0database to Acc97.
:
:When trying to convert 16bit dll-calls to 32bit I cant find the 32-bit
:versions of the calls.
:For example:
:Declare Function glr_msauCopyFile Lib "msau200.dll" Alias "#4" (ByVal
:strSourceFile As String, ByVal strDestFile As String) As Long
:
:I cant find the string "CopyFile" in any 32-bit lib.
:
:Please help, im going nuts!
:
:



Sat, 17 Mar 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. 16bit .dll to 32bit help

2. calling 16bit dll from 32bit application

3. 16bit dll in 32bit app

4. 16bit->32bit C dll : bad dll calling convention

5. 16bit dll′s to 32bit

6. How to use 16bit and 32bit dll's in one program

7. Getting 16bit VB4.0 programs to interface with 32bit VC++5.0 DLLs

8. 32Bit App to 16Bit Dll

9. Getting 16bit VB4.0 programs to interface with 32bit VC++5.0 DLLs

10. Calling 32bit DLL from 16bit apps

11. RFD: comp.lang.basic.visual.{16bit,32bit,internet}

12. 16bit ODBC in VB4.0 (32bit)

 

 
Powered by phpBB® Forum Software