Thread: QUEUEHANDLE type

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    38

    QUEUEHANDLE type

    does anyone know where the the type QUEUEHANDLE is defined? I'm writing a function to open a private queue using MSMQ and following along with MSDN documentation, but my compiler(VC++6.0) is complaining about QUEUEHANDLE being an invalid identifier even though i have imported mqoa.dll, which according to the MSDN, includes all the header files needed.

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    Can you provide a little more detail on what the compiler is complaining about? I've only dabbled in MSMQ briefly a long time ago. So, I don't know if I can be of much help.

    Bob

  3. #3
    Registered User
    Join Date
    Oct 2005
    Posts
    38
    i managed to work though that issue...apparently #import "mqoa.dll" doesn't include the mq.h library where that type is defined......I wound up fixing that issue, thanks!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Little Array Difficulty
    By G4B3 in forum C Programming
    Replies: 16
    Last Post: 03-19-2008, 12:59 AM
  2. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  3. Compiler "Warnings"
    By Jeremy G in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 04-24-2005, 01:09 PM
  4. Errors
    By Rhidian in forum C Programming
    Replies: 10
    Last Post: 04-04-2005, 12:22 PM
  5. gcc problem
    By bjdea1 in forum Linux Programming
    Replies: 13
    Last Post: 04-29-2002, 06:51 PM