Error:
-
HAi ., In my application i have included mq.h header file ...and also windows.h header file...but when i am compiling its throwing follwing Error c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error C2501: 'PROPID' : missing storage-class or type specifiers I think some of the header files need to add...! is any one knows pls reply me...
Born to win...!
-
HAi ., In my application i have included mq.h header file ...and also windows.h header file...but when i am compiling its throwing follwing Error c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error C2501: 'PROPID' : missing storage-class or type specifiers I think some of the header files need to add...! is any one knows pls reply me...
Born to win...!
Have you used "Include file to project..."?? Just putting the #include header.h may not be enough.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
-
Have you used "Include file to project..."?? Just putting the #include header.h may not be enough.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
Ya..Already..i have included..Include in project under this menu tools->options->directories...
Born to win...!
-
HAi ., In my application i have included mq.h header file ...and also windows.h header file...but when i am compiling its throwing follwing Error c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error C2501: 'PROPID' : missing storage-class or type specifiers I think some of the header files need to add...! is any one knows pls reply me...
Born to win...!
I think you may need to add #include wtypes.h #include objidl.h #include winerror.h to your files....
Contract Me: lihaoa@hotmail.com I love My USTC forever.
-
I think you may need to add #include wtypes.h #include objidl.h #include winerror.h to your files....
Contract Me: lihaoa@hotmail.com I love My USTC forever.
Hai..Michel_Huang, Thanks for ur help...i used the header files...now its working...Thank u so much..:)
Born to win...!