Click here to Skip to main content
15,923,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem while switching from debugging mode to release mode Pin
Sangeetha_J30-Aug-07 2:59
Sangeetha_J30-Aug-07 2:59 
GeneralRe: Problem while switching from debugging mode to release mode Pin
Naveen30-Aug-07 3:02
Naveen30-Aug-07 3:02 
GeneralRe: Problem while switching from debugging mode to release mode Pin
Sangeetha_J30-Aug-07 5:19
Sangeetha_J30-Aug-07 5:19 
GeneralRe: Problem while switching from debugging mode to release mode Pin
Ahmad_Hassan30-Aug-07 20:09
Ahmad_Hassan30-Aug-07 20:09 
QuestionRe: Problem while switching from debugging mode to release mode Pin
David Crow30-Aug-07 3:25
David Crow30-Aug-07 3:25 
GeneralRe: Problem while switching from debugging mode to release mode Pin
Sangeetha_J31-Aug-07 1:46
Sangeetha_J31-Aug-07 1:46 
QuestionDebugging a release build Pin
Waldermort30-Aug-07 0:10
Waldermort30-Aug-07 0:10 
AnswerRe: Debugging a release build Pin
Naveen30-Aug-07 0:20
Naveen30-Aug-07 0:20 
GeneralRe: Debugging a release build Pin
Waldermort30-Aug-07 0:31
Waldermort30-Aug-07 0:31 
GeneralRe: Debugging a release build Pin
Naveen30-Aug-07 0:53
Naveen30-Aug-07 0:53 
GeneralRe: Debugging a release build Pin
Waldermort30-Aug-07 0:57
Waldermort30-Aug-07 0:57 
GeneralRe: Debugging a release build Pin
Naveen30-Aug-07 0:59
Naveen30-Aug-07 0:59 
GeneralRe: Debugging a release build Pin
Waldermort30-Aug-07 1:54
Waldermort30-Aug-07 1:54 
GeneralRe: Debugging a release build Pin
Naveen30-Aug-07 2:09
Naveen30-Aug-07 2:09 
GeneralRe: Debugging a release build Pin
Waldermort30-Aug-07 2:13
Waldermort30-Aug-07 2:13 
GeneralRe: Debugging a release build Pin
jhwurmbach30-Aug-07 2:20
jhwurmbach30-Aug-07 2:20 
GeneralRe: Debugging a release build Pin
Cyrilix30-Aug-07 20:01
Cyrilix30-Aug-07 20:01 
GeneralRe: Debugging a release build Pin
Waldermort30-Aug-07 20:07
Waldermort30-Aug-07 20:07 
QuestionFileSystemWatcher in C++ - how to stop? Pin
dkwo30-Aug-07 0:05
dkwo30-Aug-07 0:05 
AnswerRe: FileSystemWatcher in C++ - how to stop? Pin
Waldermort30-Aug-07 0:19
Waldermort30-Aug-07 0:19 
GeneralRe: FileSystemWatcher in C++ - how to stop? [modified] Pin
dkwo30-Aug-07 0:25
dkwo30-Aug-07 0:25 
QuestionActive Directory Service Intertface ADsGetObject fails with 80004002 Pin
Killer329-Aug-07 23:45
Killer329-Aug-07 23:45 
QuestionVC6 to VS.NET 2002 Port Errors Pin
Jason Teagle29-Aug-07 23:40
Jason Teagle29-Aug-07 23:40 
I'm trying to port a project (workspace / solution) from VC6 to .NET 2002.

The workspace consists of a DLL front-end, a DLL back-end, and a static library of utilities. They depend on each other in the order listed.

In Release and Debug under VC6, they compile (rebuild all) with no problems whatsoever.

When I import the projects into a new workspace in VS7 and rebuild all, I get a big wodge of linker errors like this:

yyy error LNK2005: "public: __thiscall CPoint::CPoint(int,int)" (??0CPoint@@QAE@HH@Z) already defined in xxx.lib(xxx.obj)

where xxx is the static library back-end.

I used Project Dependencies to instruct VS7 as to which project depended on which; if I do not, I get linker errors regarding classes in the static lib needed by the middle layer (I haven't even got to the front end).

Both static lib and DLL are multi-threaded.

Curiously, it's MFC simple classes like CRect, CSize, CPoint and their member functions that are involved; none of our classes or methods.

Any ideas on how to resolve this, and why it changed between Visual Studio versions?

AnswerRe: VC6 to VS.NET 2002 Port Errors Pin
KarstenK30-Aug-07 0:43
mveKarstenK30-Aug-07 0:43 
GeneralRe: VC6 to VS.NET 2002 Port Errors Pin
Jason Teagle30-Aug-07 10:09
Jason Teagle30-Aug-07 10:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.