returning filesize using a dll function

  • Thread starter Thread starter Silvester
  • Start date Start date
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 ?
 
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?
 
Last time I checked, microsoft.public.access.formscoding was not
significantly focusssed on writing DLLs in VC++ ...

TC
 
Back
Top