Results 1 to 2 of 2

Thread: Creating DLL... need some assistance

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Posts
    85

    Question Creating DLL... need some assistance

    I'm working on creating a DLL file with C++, and I need to pass it 2 date values. What it needs to do from there is determine which days are working days in between the 2 dates that were passed.

    We have a text file which maintains days that are holidays and other days when the office is closed. So this we'll use to filter some things out.

    Anyone know where I can read up on this? Any examples of date related DLL files?

    Thanks in advance,
    - Cam

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    it is you pass in 2 date variable and let the dll determine which is the current day? if neither one is the current day, what the return value?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width