returning filesize using a dll function

S

Silvester

Hi,

I would like to write a custom dll using VC++ that will simply return the
dll filesize to the vb/vba app calling the dll.

I need to verify the dll size on app startup.

Can someone please help me with the coding required for this ?
 
M

Marshall Barton

Silvester said:
I would like to write a custom dll using VC++ that will simply return the
dll filesize to the vb/vba app calling the dll.

I need to verify the dll size on app startup.


Why don't you use the built-in Access function FileLen?
 
T

TC

Last time I checked, microsoft.public.access.formscoding was not
significantly focusssed on writing DLLs in VC++ ...

TC
 
Top