473,793 Members | 2,922 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

error C2065/error C3861: 'm_nBackStyle': identifier not found, eve

Hello,

I have an old project, built with VC++. Now need to be compiled
in Visual Studio .Net 2003.

The project is going to build a DLL.
When i try to compile the project, i got the following errors:
c:\thepath\aaa. cpp(890): error C2065: 'm_nBackStyle' : undeclared identifier
c:\thepath\aaa. cpp(890): error C3861: 'm_nBackStyle': identifier not found,
even with argument-dependent lookup
c:\thepath\aaa. cpp(891): error C3861: 'm_nBackStyle': identifier not found,
even with argument-dependent lookup
c:\thepath\aaa. cpp(892): error C3861: 'm_nBackStyle': identifier not found,
even with argument-dependent lookup

in aaa.cpp, 'm_nBackStyle' are used as the following (only used here)
// Set up background mode.
890: if(m_nBackStyle != 1 && m_nBackStyle != 2)
891: m_nBackStyle = 2;
892: SetBkMode(di.hd cDraw, m_nBackStyle);

in aaa.h, i have:
#include <atlctl.h>
and aaa.h is already included in aaa.cpp.

I found some info about m_nBackStyle at:
http://msdn.microsoft.com/library/de...ccontrl_45.asp

But, i do not know where i should declare m_nBackStyle.
Could you please tell me more details and help me fix the problem.
Thanks a lot!

Vic
Nov 17 '05 #1
2 1840
m_nBackStyle looks like a member of a class, But why you use it directly.
Maybe it has been declared in other .h , I suggest you search it in you
project
Nov 17 '05 #2
Thanks!

Please see the info about m_nBackStyle at
http://msdn.microsoft.com/library/de...ccontrl_72.asp

nBackStyle is defined in a .h file in another project, in the same solution.
There are several projects in the same solution.
If it is because the project dependence info was lost after i transfer the
project to VS .NET, how can i figure out the dependence relationship between
the projects and recover that quickly?

Thanks for your help!

Victor
"HOTDOG" wrote:
m_nBackStyle looks like a member of a class, But why you use it directly.
Maybe it has been declared in other .h , I suggest you search it in you
project

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1728
by: Olivier | last post by:
VC don't find "WideCharToMultiByte" when I try to compile this code : bug_report.cpp(18) : error C2039: 'CPCP_ACP' : n'est pas membre de 'operator``global namespace''' bug_report.cpp(18) : error C2065: 'CPCP_ACP' : identificateur non déclaré bug_report.cpp(18) : error C3861: 'WideCharToMultiByte': identificateur introuvable, même avec une recherche qui dépend de l'argument
1
1544
by: KK | last post by:
Dear All I'm having an application developed in VC++6.0.Now i'm trying to complie the same with Visual Studio.Net 2003,but getting some strange errors.Can anybody help to get out of these errors?I didn't not modify any project options for this project Errors are listed below c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlalloc.h(336): error C3861: '_alloca': identifier
7
2486
by: GRoll35 | last post by:
I have 3 files here - Header/Implementation/Driver All it has to do is send the user's input (age)..to the class and the class will figure out the price of the ticket. I'm suppose to create the object and then have it display the cost of the ticket. I'm new to using classes like this so I'm a little confused. Here is the errors I get. If anyone could point out where to start or something that I should keep in mind that would be very...
2
3384
by: teddybyte | last post by:
my script below is: #include "stdafx.h" int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
6
5655
by: Bobrick | last post by:
Hi. Thanks to everyone who replied to my last post, it turns out it wasn't the line where I was trying to treat the variable in question as an array which was the problem, but the line above. char temp; std::vector<unsigned charmmessage; while (!done){
3
21425
by: jumpman17 | last post by:
OK, I'm getting just this one error. error C3861: 'upload_data': identifier not found I have that function in the header file, why is it not seeing it? I can post code if needed.
25
4027
by: notahipee | last post by:
I have been trying to cin an number from 0 to 9 with a leading 0. For example 00 or 07. I was using a switch case. switch (int) { case 01: break; case 02: break;..... My problem arises at 08 and 09 because they are not octal. Is there any way to coerce the input variable to decimal despite it having a leading zero .
4
6026
by: VikrantS | last post by:
Hi, I am migrating code from VS 6.0 to VS2008. The Code compiles in VS 6.0 but gives the following errors when compiled in VS 2008, --- \Program Files\VC\atlmfc\include\afxcmn.inl(376) : error C2065: 'TVM_GETLINECOLOR' : undeclared identifier E:\Program Files\VC\atlmfc\include\afxcmn.inl(378) : error C2065: 'TVM_SETLINECOLOR' : undeclared identifier E:\Program Files\VC\atlmfc\include\afxcmn.inl(394) : error C2065: 'TVIF_STATEEX' :...
0
9518
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10212
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9035
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6777
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5560
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4112
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3720
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2919
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.