Thread: about DLL

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    45

    Question about DLL

    hi friends,
    i am creating one DLL for serial communication. and the port (Rx)should be checked continuously for data. so how can i achive this continuous checking through DLL.
    thanx
    pmk

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    So is this a
    How to create a DLL question?
    How to read a port question?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    45
    no sir..
    i have worked on port reading. but working with dll for first time. i know how to create dll. but how to impliment "continuous checking" ?

  4. #4
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    I can only guess that you mean "asynchronous continuous checking"...

    Multithreading for Rookies

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  3. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM
  4. Using class with DLL
    By greg2 in forum C++ Programming
    Replies: 2
    Last Post: 09-12-2003, 05:24 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM