Click here to Skip to main content
15,884,099 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: VS 2022 is not C friendly Pin
Nelek22-Jan-23 10:00
protectorNelek22-Jan-23 10:00 
GeneralRe: VS 2022 is not C friendly Pin
charlieg24-Jan-23 12:54
charlieg24-Jan-23 12:54 
GeneralRe: VS 2022 is not C friendly Pin
PIEBALDconsult24-Jan-23 13:14
mvePIEBALDconsult24-Jan-23 13:14 
GeneralRe: VS 2022 is not C friendly Pin
charlieg25-Jan-23 23:23
charlieg25-Jan-23 23:23 
GeneralRe: VS 2022 is not C friendly Pin
jmaida22-Jan-23 9:56
jmaida22-Jan-23 9:56 
GeneralRe: VS 2022 is not C friendly Pin
Ralf Quint23-Jan-23 19:31
Ralf Quint23-Jan-23 19:31 
GeneralRe: VS 2022 is not C friendly Pin
jmaida22-Jan-23 9:33
jmaida22-Jan-23 9:33 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil22-Jan-23 18:36
professionalDavid O'Neil22-Jan-23 18:36 
If you selected 'static library project' it is set to CREATE a static library. It has everything to do with understanding VS. If you need one static library to depend upon another then you must understand how to add the dependency to VS. Setting the project type does not make it recursively able to link to other projects of that same type. I believe you would have had to add the dependency to Borland products in a similar manner. (At least I recall having to do so in the past - just the extension differed if memory serves. Or COFF vs LIB, or something.)

And, logically, it is more common for an executable to link to the libraries, not one library to link to another. I've never heard of nested libraries, but I suppose it is possible.

GeneralRe: VS 2022 is not C friendly Pin
jmaida22-Jan-23 19:02
jmaida22-Jan-23 19:02 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil22-Jan-23 19:21
professionalDavid O'Neil22-Jan-23 19:21 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 7:19
jmaida23-Jan-23 7:19 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil23-Jan-23 7:45
professionalDavid O'Neil23-Jan-23 7:45 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 9:05
jmaida23-Jan-23 9:05 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil23-Jan-23 9:27
professionalDavid O'Neil23-Jan-23 9:27 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 9:42
jmaida23-Jan-23 9:42 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil23-Jan-23 9:50
professionalDavid O'Neil23-Jan-23 9:50 
GeneralRe: VS 2022 is not C friendly Pin
jmaida23-Jan-23 10:12
jmaida23-Jan-23 10:12 
GeneralRe: VS 2022 is not C friendly Pin
Richard MacCutchan23-Jan-23 21:34
mveRichard MacCutchan23-Jan-23 21:34 
GeneralRe: VS 2022 is not C friendly Pin
jmaida24-Jan-23 11:55
jmaida24-Jan-23 11:55 
GeneralRe: VS 2022 is not C friendly Pin
Richard MacCutchan24-Jan-23 22:12
mveRichard MacCutchan24-Jan-23 22:12 
GeneralRe: VS 2022 is not C friendly Pin
jmaida25-Jan-23 10:06
jmaida25-Jan-23 10:06 
GeneralRe: VS 2022 is not C friendly Pin
jmaida25-Jan-23 11:10
jmaida25-Jan-23 11:10 
GeneralRe: VS 2022 is not C friendly Pin
charlieg24-Jan-23 12:56
charlieg24-Jan-23 12:56 
GeneralRe: VS 2022 is not C friendly Pin
David O'Neil22-Jan-23 19:30
professionalDavid O'Neil22-Jan-23 19:30 
GeneralRe: VS 2022 is not C friendly Pin
Richard MacCutchan22-Jan-23 22:46
mveRichard MacCutchan22-Jan-23 22:46 

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.