Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.comp.hardware
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-13-2007, 02:43 PM
GT
Guest
 
Posts: n/a
Default Does warning RC4005 matter?

I have googled for this and found 4 replies. One person asking the same
question with no answers and 3 things in non-english.

Full text of warning is:
C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include/afxres.h(28) :
warning RC4005: 'IDR_MANIFEST' : redefinition

So the problem is being flagged in afxres.h inside a "#ifdef RC_INVOKED"
statement, so something is defining RC_INVOKED, but that is nowhere in my
code!

My "resource.h", has:
#define IDR_MANIFEST 1

And my "circa.rc" file has:
IDR_MANIFEST RT_MANIFEST "res\\Circa.manifest"

I don't remember, but these things were either added automatically, or as a
result of problems when I converted from VC6 to VS2005.

Thanks for any advice.



Reply With Quote
  #2 (permalink)  
Old 04-13-2007, 03:08 PM
GT
Guest
 
Posts: n/a
Default Re: Does warning RC4005 matter?

Sorry, wrong group - was aiming for the C++ group I subscribe to, which is
next to this group on my list. Please feel free to answer though if it made
any sense!



Reply With Quote
  #3 (permalink)  
Old 04-13-2007, 04:42 PM
Grinder
Guest
 
Posts: n/a
Default Re: Does warning RC4005 matter?

GT wrote:
> I have googled for this and found 4 replies. One person asking the same
> question with no answers and 3 things in non-english.
>
> Full text of warning is:
> C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include/afxres.h(28) :
> warning RC4005: 'IDR_MANIFEST' : redefinition
>
> So the problem is being flagged in afxres.h inside a "#ifdef RC_INVOKED"
> statement, so something is defining RC_INVOKED, but that is nowhere in my
> code!
>
> My "resource.h", has:
> #define IDR_MANIFEST 1
>
> And my "circa.rc" file has:
> IDR_MANIFEST RT_MANIFEST "res\\Circa.manifest"
>
> I don't remember, but these things were either added automatically, or as a
> result of problems when I converted from VC6 to VS2005.


This article:
http://msdn2.microsoft.com/en-us/library/aa381032.aspx

....suggests that RC_INVOKED is automagically defined by your resource
compiler.

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
re re WARNING!!!! nooneshero alt.comp.hardware 3 04-11-2007 01:10 AM
Cant find an 'answer' no matter where I look or post Geoff alt.computer.security 14 09-29-2006 01:18 AM
WARNING: CINGULAR WIRELESS CUSTOMER SERVICE SUCKS BillClinton alt.cellular.ericsson 2 09-25-2006 01:15 AM
WARNING: CINGULAR WIRELESS CUSTOMER SERVICE SUCKS BillClinton alt.cellular.cingular 4 09-24-2006 11:57 PM
WARNING: CINGULAR WIRELESS CUSTOMER SERVICE SUCKS BillClinton alt.cellular.verizon 2 09-24-2006 09:19 PM


All times are GMT. The time now is 03:24 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45