Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LNK:2019 Link Error Using C++ to compile C program Pin
IceWater4229-Jan-08 12:29
IceWater4229-Jan-08 12:29 
Generala simplr app. for mobile ... Pin
mostafa_h29-Jan-08 10:10
mostafa_h29-Jan-08 10:10 
QuestionLinking to VB/DLL in a C++ Application Pin
GaryLee29-Jan-08 9:55
GaryLee29-Jan-08 9:55 
AnswerRe: Linking to VB/DLL in a C++ Application Pin
akiraps10-Mar-08 12:02
akiraps10-Mar-08 12:02 
GeneralTIme checking in C++ for visual 6 Pin
nahitan29-Jan-08 7:07
nahitan29-Jan-08 7:07 
GeneralRe: TIme checking in C++ for visual 6 Pin
Maxwell Chen29-Jan-08 7:16
Maxwell Chen29-Jan-08 7:16 
GeneralRe: TIme checking in C++ for visual 6 Pin
Mark Salsbery29-Jan-08 7:17
Mark Salsbery29-Jan-08 7:17 
GeneralRe: TIme checking in C++ for visual 6 Pin
nahitan29-Jan-08 8:46
nahitan29-Jan-08 8:46 
GeneralRe: TIme checking in C++ for visual 6 Pin
Mark Salsbery29-Jan-08 9:03
Mark Salsbery29-Jan-08 9:03 
GeneralRe: TIme checking in C++ for visual 6 Pin
led mike29-Jan-08 9:44
led mike29-Jan-08 9:44 
GeneralRe: TIme checking in C++ for visual 6 Pin
Maxwell Chen29-Jan-08 16:15
Maxwell Chen29-Jan-08 16:15 
GeneralRe: TIme checking in C++ for visual 6 Pin
Mark Salsbery29-Jan-08 17:53
Mark Salsbery29-Jan-08 17:53 
GeneralAçık iş teklifidir! [modified] Pin
Mr. Surprise29-Jan-08 6:43
Mr. Surprise29-Jan-08 6:43 
GeneralRe: Açık iş teklifidir! Pin
Maxwell Chen29-Jan-08 6:54
Maxwell Chen29-Jan-08 6:54 
GeneralRe: Açık iş teklifidir! Pin
Mr. Surprise29-Jan-08 7:17
Mr. Surprise29-Jan-08 7:17 
GeneralRe: Açık iş teklifidir! Pin
Maxwell Chen29-Jan-08 7:22
Maxwell Chen29-Jan-08 7:22 
GeneralMr.Surprise strikes back Pin
CPallini29-Jan-08 7:29
mveCPallini29-Jan-08 7:29 
GeneralRe: Mr.Surprise strikes back Pin
Mr. Surprise29-Jan-08 7:54
Mr. Surprise29-Jan-08 7:54 
GeneralRe: Açık iş teklifidir! Pin
Maximilien29-Jan-08 8:12
Maximilien29-Jan-08 8:12 
GeneralRe: Açık iş teklifidir! Pin
Mr. Surprise29-Jan-08 8:32
Mr. Surprise29-Jan-08 8:32 
QuestionVS.NET 2003 Default MSDN search path? Pin
cagespear29-Jan-08 6:11
cagespear29-Jan-08 6:11 
AnswerRe: VS.NET 2003 Default MSDN search path? Pin
Mark Salsbery29-Jan-08 6:22
Mark Salsbery29-Jan-08 6:22 
GeneralLinker Error VC++ 6.0 [modified] SOLVED Pin
Dave the coder29-Jan-08 3:55
Dave the coder29-Jan-08 3:55 
Hey, I'm working with VC++ 6.0 on an old project at work and if I export the makefile and do the nmake /f libbase.mak I can get the code to compile and link (with the MS V6.0 cl.exe and link.exe) . If I go into studio and hit build I get a linker error with a garbage file name that I can't search.


LINK : fatal error LNK1104: cannot open file "øì.obj"

Is this related to the .dsp file? Where can I hunt this thing down? How can I get a list of all the files it is trying to link? Basically, how can I find where this renegade object is being created or why is the linker looking for this object that may not exist?

Any help will be greatly appreciated,

Thanks,

Dave

modified on Tuesday, January 29, 2008 4:29:15 PM

GeneralRe: Linker Error VC++ 6.0 Pin
David Crow29-Jan-08 4:10
David Crow29-Jan-08 4:10 
GeneralRe: Linker Error VC++ 6.0 Pin
Dave the coder29-Jan-08 7:52
Dave the coder29-Jan-08 7:52 

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.