Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: showing graphics in view after closing dialog Pin
coda_x25-Oct-03 19:02
coda_x25-Oct-03 19:02 
GeneralRe: showing graphics in view after closing dialog Pin
vcplusplus25-Oct-03 23:49
vcplusplus25-Oct-03 23:49 
QuestionHow to display Real-Time data Pin
JAM0124-Oct-03 13:11
JAM0124-Oct-03 13:11 
AnswerRe: How to display Real-Time data Pin
vcplusplus24-Oct-03 15:35
vcplusplus24-Oct-03 15:35 
AnswerRe: How to display Real-Time data Pin
Azghar Hussain24-Oct-03 22:56
professionalAzghar Hussain24-Oct-03 22:56 
GeneralRe: How to display Real-Time data Pin
JAM0125-Oct-03 11:49
JAM0125-Oct-03 11:49 
GeneralRe: How to display Real-Time data Pin
Azghar Hussain25-Oct-03 17:09
professionalAzghar Hussain25-Oct-03 17:09 
GeneralHelp!! .Net building errors Pin
Anonymous24-Oct-03 10:36
Anonymous24-Oct-03 10:36 
I have a code written by the previous version of VC++. I meet the difficulty to build it using .net. The error message is:
LINK : fatal error LNK1181: cannot open input file 'C:\Program.obj'

I don't know what this means. Thank you in advance for your help.


Build Log ------- Build started: Project: ShowDx, Configuration: Debug|Win32 -------

Command Lines Creating temporary file "c:\Research\Dymore\ShowDx\Debug\RSP000022.rsp" with contents
[
/Od /I "Head" /I "..\pgrm\Head" /I "f:\platformSDK\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp".\Debug/ShowDx.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug/" /W3 /c /ZI
.\Head\StdAfx.cpp
]
Creating command line "cl.exe @c:\Research\Dymore\ShowDx\Debug\RSP000022.rsp /nologo"
Creating temporary file "c:\Research\Dymore\ShowDx\Debug\RSP000023.rsp" with contents
[
/Od /I "e:\mssdk\include" /I "Head" /I "..\pgrm\Head" /I "f:\platformSDK\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp".\Debug/ShowDx.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug/" /W3 /c /ZI
Creating command line "cl.exe @c:\Research\Dymore\ShowDx\Debug\RSP000023.rsp /nologo"
Creating temporary file "c:\Research\Dymore\ShowDx\Debug\RSP000024.rsp" with contents
[
/Od /I "Head" /I "..\pgrm\Head" /I "f:\platformSDK\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fp".\Debug/ShowDx.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug/" /W3 /c /ZI

Creating command line "cl.exe @c:\Research\Dymore\ShowDx\Debug\RSP000024.rsp /nologo"
Creating temporary file "c:\Research\Dymore\ShowDx\Debug\RSP000025.rsp" with contents
[
/Od /I "e:\mssdk\include" /I "Head" /I "..\pgrm\Head" /I "f:\platformSDK\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fp".\Debug/ShowDx.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug/" /W3 /c /ZI
]
Creating command line "cl.exe @c:\Research\Dymore\ShowDx\Debug\RSP000025.rsp /nologo"
Creating command line "rc.exe /d "_DEBUG" /d "_AFXDLL" /l 0x409 /I "Show" /I "e:\dymore\ShowDx\Head" /fo".\Debug/ShowDx.res" .\Show\ShowDx.rc"
Creating temporary file "c:\Research\Dymore\ShowDx\Debug\RSP000026.rsp" with contents
[
/OUT:".\Debug/ShowDx.exe" /INCREMENTAL:NO /NOLOGO /DEBUG /PDB:".\Debug/ShowDx.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Lib\ddraw.lib e:\mssdk\lib\dxguid.lib winmm.lib

Creating command line "link.exe @c:\Research\Dymore\ShowDx\Debug\RSP000026.rsp"
Output Window Compiling...
Generating Code...
Compiling resources...
Linking...
LINK : fatal error LNK1181: cannot open input file 'C:\Program.obj'
Results Build log was saved at "file://c:\Research\Dymore\ShowDx\Debug\BuildLog.htm"
ShowDx - 1 error(s), 0 warning(s)

Generaltrying to make a rainbow out of a palette Pin
ns24-Oct-03 10:29
ns24-Oct-03 10:29 
GeneralRe: trying to make a rainbow out of a palette Pin
igor196024-Oct-03 11:05
igor196024-Oct-03 11:05 
GeneralRe: trying to make a rainbow out of a palette Pin
Ravi Bhavnani25-Oct-03 17:40
professionalRavi Bhavnani25-Oct-03 17:40 
GeneralRe: trying to make a rainbow out of a palette Pin
ns3-Nov-03 5:23
ns3-Nov-03 5:23 
QuestionHow to hide a tab from the Property Sheet Pin
ElizabethC24-Oct-03 10:18
ElizabethC24-Oct-03 10:18 
AnswerRe: How to hide a tab from the Property Sheet Pin
vcplusplus24-Oct-03 15:38
vcplusplus24-Oct-03 15:38 
GeneralArrays, heap, delete and crash! Pin
Rickard Andersson2024-Oct-03 10:03
Rickard Andersson2024-Oct-03 10:03 
GeneralRe: Arrays, heap, delete and crash! Pin
Alexander M.,24-Oct-03 10:08
Alexander M.,24-Oct-03 10:08 
GeneralRe: Arrays, heap, delete and crash! Pin
Rickard Andersson2024-Oct-03 10:17
Rickard Andersson2024-Oct-03 10:17 
GeneralRe: Arrays, heap, delete and crash! Pin
Gary R. Wheeler25-Oct-03 4:18
Gary R. Wheeler25-Oct-03 4:18 
GeneralRe: Arrays, heap, delete and crash! Pin
Kelly Herald24-Oct-03 10:52
Kelly Herald24-Oct-03 10:52 
GeneralRe: Arrays, heap, delete and crash! Pin
Rickard Andersson2024-Oct-03 11:00
Rickard Andersson2024-Oct-03 11:00 
GeneralRe: Arrays, heap, delete and crash! Pin
igor196024-Oct-03 10:55
igor196024-Oct-03 10:55 
GeneralClass Wizard Problem Pin
ElizabethC24-Oct-03 9:20
ElizabethC24-Oct-03 9:20 
GeneralRe: Class Wizard Problem Pin
ElizabethC24-Oct-03 10:17
ElizabethC24-Oct-03 10:17 
GeneralYUV image format Pin
Raphael Kindt24-Oct-03 7:05
Raphael Kindt24-Oct-03 7:05 
GeneralRe: YUV image format Pin
David Crow24-Oct-03 8:29
David Crow24-Oct-03 8:29 

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.