|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Error when including comsvcs.h
From: vinoth (vinoth
UNITUSINDIA.COM)
Date: Tue Jul 19 2005 - 01:27:11 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Loren,
I have already fixed it by changing the project settings order of
include..But i am getting the below Link error.
"uuid.lib(cguid_i.obj) : fatal error LNK1103: debugging information
corrupt; recompile module"
Any idea on this?
Regards
Vinoth
----- Original Message -----
From: "Loren Wilton" <lwilton
EARTHLINK.NET>
To: <DCOM
DISCUSS.MICROSOFT.COM>
Sent: Tuesday, July 19, 2005 11:36 AM
Subject: Re: Error when including comsvcs.h
>> > Hi Vinoth,
>> >
>> >> "syntax error : missing ';' before identifier 'RESTYPID'"
>> >>
>> > Since MIDL isn't involved here, though, are you sure DWORD_PTR is
> defined?
>
> Any time I see an error such as this, either in a header file or the main
> program, I immediately suspect a mismatch of headers between SDK, DDK, and
> VC. Usually this will come from using newer SDK type headers that use
> DWORD_PTR with older DDK headers that don't define this type.
>
> The solution is usually to re-order the include files in the Options in VS
> 6.0 to get a consistent set of headers.
>
> Loren
>
> ----------------------------------------------------------------
> Users Guide http://discuss.microsoft.com/archives/mailfaq.html
> contains important info. Save time, search the archives at
> http://discuss.microsoft.com/archives/index.html .
> To unsubscribe, mailto:DCOM-signoff-request
DISCUSS.MICROSOFT.COM
----------------------------------------------------------------
Users Guide http://discuss.microsoft.com/archives/mailfaq.html
contains important info. Save time, search the archives at
http://discuss.microsoft.com/archives/index.html .
To unsubscribe, mailto:DCOM-signoff-request
DISCUSS.MICROSOFT.COM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]