Thread: Timers

  1. #16
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    It looks like getOutputFile is a DLL function, which then calls createOutputFile. Then that calls three other dll functions. So I guess you wouldn't need a getProcAddress for those three functions.

  2. #17
    Registered User
    Join Date
    Apr 2007
    Posts
    28
    Thanks for all your help everyone!!!!!

    I've got it!!!!!!!!!

    I'm not sure why the dll methods were crashing out, but I rebuilt the dll and it is all working!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Threads and Timers
    By scioner in forum C Programming
    Replies: 8
    Last Post: 03-22-2008, 07:56 AM
  2. Enumerating timers and hotkeys
    By maxorator in forum Windows Programming
    Replies: 3
    Last Post: 01-01-2007, 11:47 AM
  3. switch cases and timers
    By soranz in forum C++ Programming
    Replies: 5
    Last Post: 10-02-2005, 06:43 PM
  4. Timers, Timers, Timers!
    By Stan100 in forum Game Programming
    Replies: 9
    Last Post: 01-24-2003, 04:45 PM
  5. Timers
    By Mox in forum Windows Programming
    Replies: 2
    Last Post: 11-09-2001, 04:34 AM