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
 

Ask a Question

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.

Ask a Question

Top