Click here to Skip to main content
15,921,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: help about this stack overflow? Pin
Rajkumar R24-Mar-08 20:29
Rajkumar R24-Mar-08 20:29 
GeneralDocking Windows Pin
suhi24-Mar-08 19:12
suhi24-Mar-08 19:12 
GeneralRe: Docking Windows Pin
Rajasekharan Vengalil24-Mar-08 19:37
Rajasekharan Vengalil24-Mar-08 19:37 
Generalunicode characterset Vs mutibyte Character set Pin
rowdy_vc++24-Mar-08 18:35
rowdy_vc++24-Mar-08 18:35 
GeneralRe: unicode characterset Vs mutibyte Character set Pin
Rajasekharan Vengalil24-Mar-08 19:35
Rajasekharan Vengalil24-Mar-08 19:35 
GeneralRe: unicode characterset Vs mutibyte Character set Pin
Mark Salsbery25-Mar-08 5:58
Mark Salsbery25-Mar-08 5:58 
GeneralCompilation Error: MFC Activex Control Creation....... Pin
spalanivel24-Mar-08 18:16
spalanivel24-Mar-08 18:16 
GeneralRe: Compilation Error: MFC Activex Control Creation....... Pin
Rajasekharan Vengalil24-Mar-08 19:31
Rajasekharan Vengalil24-Mar-08 19:31 
You might want to check the LIB files you are linking to. One of the ways that this can happen is if you link to a static library which was in turn built statically linked to a CRT. So now, you've got 2 copies of the CRT that you are linking against - causing the multiple definition errors.

If the other library you are linking to is under your control (i.e. you have the source and can build it), then see if you can get it to link dynamically to the CRT as well. If it isn't, well, then its a bit tricky. You might have to tinker with the /NODEFAULTLIB option and try to use the CRT that comes with the 3rd party LIB.

--
gleat
http://blogorama.nerdworks.in[^]
--

Once we figured out that taking our shoes and socks off would double our counting ability the technical glitch was quickly rectified.

-- Chris Maunder, from the CP newsletter

GeneralRe: Compilation Error: MFC Activex Control Creation....... Pin
David Crow25-Mar-08 3:57
David Crow25-Mar-08 3:57 
Generalnmake problem - dependency tree Pin
charlieg24-Mar-08 9:11
charlieg24-Mar-08 9:11 
GeneralRe: nmake problem - dependency tree Pin
Matthew Faithfull24-Mar-08 23:58
Matthew Faithfull24-Mar-08 23:58 
GeneralRe: nmake problem - dependency tree Pin
charlieg25-Mar-08 4:38
charlieg25-Mar-08 4:38 
GeneralRe: nmake problem - dependency tree Pin
Matthew Faithfull25-Mar-08 5:01
Matthew Faithfull25-Mar-08 5:01 
GeneralRe: nmake problem - dependency tree Pin
Member 75496026-Mar-08 5:12
Member 75496026-Mar-08 5:12 
GeneralRe: nmake problem - dependency tree Pin
charlieg26-Mar-08 18:29
charlieg26-Mar-08 18:29 
QuestionRe: nmake problem - dependency tree Pin
David Crow25-Mar-08 4:03
David Crow25-Mar-08 4:03 
GeneralRe: nmake problem - dependency tree Pin
charlieg25-Mar-08 4:32
charlieg25-Mar-08 4:32 
GeneralRe: nmake problem - dependency tree Pin
charlieg3-Apr-08 2:07
charlieg3-Apr-08 2:07 
GeneralRe: nmake problem - dependency tree Pin
charlieg3-Apr-08 4:57
charlieg3-Apr-08 4:57 
General[Message Deleted] Pin
jackey_chan24-Mar-08 6:47
jackey_chan24-Mar-08 6:47 
GeneralRe: Help with task in Microsoft Visual C++ 2005 express edition Pin
David Crow24-Mar-08 7:34
David Crow24-Mar-08 7:34 
QuestionVS2005 IDE : Automatic signature addition for new classes. Pin
WindowsPistha24-Mar-08 5:48
WindowsPistha24-Mar-08 5:48 
GeneralRe: VS2005 IDE : Automatic signature addition for new classes. Pin
led mike24-Mar-08 6:04
led mike24-Mar-08 6:04 
GeneralRe: VS2005 IDE : Automatic signature addition for new classes. Pin
WindowsPistha24-Mar-08 19:05
WindowsPistha24-Mar-08 19:05 
GeneralRe: VS2005 IDE : Automatic signature addition for new classes. Pin
led mike25-Mar-08 6:32
led mike25-Mar-08 6:32 

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.