Click here to Skip to main content
15,906,558 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .Net Hello World - Help! Pin
Yulianto.31-Jan-05 13:09
Yulianto.31-Jan-05 13:09 
GeneralRe: .Net Hello World - Help! Pin
toxcct1-Feb-05 2:10
toxcct1-Feb-05 2:10 
GeneralRe: .Net Hello World - Help! Pin
Yulianto.1-Feb-05 14:23
Yulianto.1-Feb-05 14:23 
GeneralRe: .Net Hello World - Help! Pin
jhwurmbach1-Feb-05 1:39
jhwurmbach1-Feb-05 1:39 
GeneralRe: .Net Hello World - Help! Pin
Selvam R31-Jan-05 1:06
professionalSelvam R31-Jan-05 1:06 
GeneralRe: .Net Hello World - Help! Pin
Nick_Fi31-Jan-05 2:46
Nick_Fi31-Jan-05 2:46 
QuestionLink Error? Pin
Larsson30-Jan-05 20:16
Larsson30-Jan-05 20:16 
AnswerRe: Link Error? Pin
rwestgraham30-Jan-05 22:06
rwestgraham30-Jan-05 22:06 
Only one version of the CRT library (C Runtime Library) may be linked to an application.

But different versions of the C Runtime Library exist for different application types - i.e single thread vs multiple thread vs DLL, etc.

You need to make sure the correct CRT library version is linked which in turn depends on your application type.

Search MSDN for the following topics:

"HOWTO: Link with the Correct C Run-Time (CRT) Library"

or just do a search on the LNK4098 error.

This will tell you which specific library you need to link based on your application type and how to exclude the CRT libraries that are not valid for your app.

Robert
GeneralRe: Link Error? Pin
Larsson30-Jan-05 23:25
Larsson30-Jan-05 23:25 
GeneralRe: Link Error? Pin
rwestgraham31-Jan-05 6:30
rwestgraham31-Jan-05 6:30 
AnswerRe: Link Error? Pin
aj168231-Jan-05 16:08
aj168231-Jan-05 16:08 
Generalbitsets Pin
HellFeuer30-Jan-05 19:48
HellFeuer30-Jan-05 19:48 
GeneralRe: bitsets Pin
Chris Losinger31-Jan-05 4:24
professionalChris Losinger31-Jan-05 4:24 
GeneralDebug Assertion failed Pin
aj168230-Jan-05 19:44
aj168230-Jan-05 19:44 
GeneralRe: Debug Assertion failed Pin
ThatsAlok30-Jan-05 21:45
ThatsAlok30-Jan-05 21:45 
GeneralRe: Debug Assertion failed Pin
aj168230-Jan-05 22:35
aj168230-Jan-05 22:35 
GeneralRe: Debug Assertion failed Pin
ThatsAlok31-Jan-05 3:15
ThatsAlok31-Jan-05 3:15 
GeneralRe: Debug Assertion failed Pin
aj168231-Jan-05 15:21
aj168231-Jan-05 15:21 
GeneralRe: Debug Assertion failed Pin
ThatsAlok31-Jan-05 17:34
ThatsAlok31-Jan-05 17:34 
GeneralRe: Debug Assertion failed Pin
aj16821-Feb-05 0:35
aj16821-Feb-05 0:35 
GeneralRe: Debug Assertion failed Pin
aj16821-Feb-05 0:37
aj16821-Feb-05 0:37 
GeneralRe: Debug Assertion failed Pin
David Crow31-Jan-05 4:03
David Crow31-Jan-05 4:03 
GeneralRe: Debug Assertion failed Pin
aj16821-Feb-05 0:41
aj16821-Feb-05 0:41 
GeneralRe: Debug Assertion failed Pin
David Crow1-Feb-05 2:29
David Crow1-Feb-05 2:29 
GeneralRe: Debug Assertion failed Pin
Wes Aday31-Jan-05 4:14
professionalWes Aday31-Jan-05 4:14 

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.