Click here to Skip to main content
15,925,868 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Decorated names prefix Pin
Mauro Leggieri20-Mar-07 8:10
Mauro Leggieri20-Mar-07 8:10 
GeneralRe: Decorated names prefix Pin
toxcct20-Mar-07 8:15
toxcct20-Mar-07 8:15 
AnswerRe: Decorated names prefix Pin
Roger Stoltz20-Mar-07 4:29
Roger Stoltz20-Mar-07 4:29 
GeneralRe: Decorated names prefix Pin
Mauro Leggieri20-Mar-07 8:13
Mauro Leggieri20-Mar-07 8:13 
GeneralRe: Decorated names prefix [modified] Pin
toxcct20-Mar-07 8:17
toxcct20-Mar-07 8:17 
GeneralRe: Decorated names prefix Pin
Mauro Leggieri20-Mar-07 11:32
Mauro Leggieri20-Mar-07 11:32 
GeneralRe: Decorated names prefix Pin
toxcct20-Mar-07 11:35
toxcct20-Mar-07 11:35 
GeneralRe: Decorated names prefix Pin
Mauro Leggieri20-Mar-07 11:56
Mauro Leggieri20-Mar-07 11:56 
Thanks Toxcct 4 answering.

Can you explain me more detailed?

Imagine I have a C function named myfunc in test1.c

Then test1.lib will contain the module test1.obj that contains the _myfunc public symbol.

On the other side, another function with the same name but in test2.lib

When I link the app with test1.lib and test2.lib the linker gives an error in test2.lib(test2.obj) because _myfunc is already defined in test1.lib(test1.obj)

I didn't find to hide test1.obj from the visibility of test2.obj, no matters if it is inside a .lib

Best regards,
Mauro.
Questionmodeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 3:22
Franken20-Mar-07 3:22 
AnswerRe: modeless dialog in the client area of MDI-application Pin
toxcct20-Mar-07 3:29
toxcct20-Mar-07 3:29 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 3:53
Franken20-Mar-07 3:53 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Arman S.20-Mar-07 4:16
Arman S.20-Mar-07 4:16 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Maximilien20-Mar-07 4:51
Maximilien20-Mar-07 4:51 
QuestionRe: modeless dialog in the client area of MDI-application Pin
David Crow20-Mar-07 5:15
David Crow20-Mar-07 5:15 
AnswerRe: modeless dialog in the client area of MDI-application Pin
Maximilien20-Mar-07 9:10
Maximilien20-Mar-07 9:10 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 5:27
Franken20-Mar-07 5:27 
AnswerRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 9:20
Mark Salsbery20-Mar-07 9:20 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 15:13
Franken20-Mar-07 15:13 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 16:15
Mark Salsbery20-Mar-07 16:15 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 16:20
Mark Salsbery20-Mar-07 16:20 
AnswerRe: modeless dialog in the client area of MDI-application Pin
David Crow20-Mar-07 10:03
David Crow20-Mar-07 10:03 
QuestionDisplay Problem [modified] Pin
baerten20-Mar-07 1:48
baerten20-Mar-07 1:48 
QuestionRe: Display Problem Pin
baerten20-Mar-07 3:04
baerten20-Mar-07 3:04 
QuestionMultiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 1:34
PatrykDabrowski20-Mar-07 1:34 
AnswerRe: Multiple CDC::SelectObject() Pin
CPallini20-Mar-07 1:39
mveCPallini20-Mar-07 1:39 

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.