Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Output of Simple C Program ? Pin
ludao5186-May-06 1:53
ludao5186-May-06 1:53 
QuestionApplying xslt (to xml) from c++ Pin
mohanrajh5-May-06 21:30
mohanrajh5-May-06 21:30 
AnswerRe: Applying xslt (to xml) from c++ Pin
Stephen Hewitt5-May-06 23:23
Stephen Hewitt5-May-06 23:23 
QuestionHow to use IMpeg2Data & IMpeg2PsiParser Intefaces Pin
Andy Rama5-May-06 21:12
Andy Rama5-May-06 21:12 
AnswerRe: How to use IMpeg2Data & IMpeg2PsiParser Intefaces Pin
Nibu babu thomas5-May-06 21:16
Nibu babu thomas5-May-06 21:16 
AnswerRe: How to use IMpeg2Data & IMpeg2PsiParser Intefaces Pin
Justin Tay5-May-06 21:21
Justin Tay5-May-06 21:21 
GeneralRe: How to use IMpeg2Data & IMpeg2PsiParser Intefaces Pin
Andy Rama5-May-06 21:53
Andy Rama5-May-06 21:53 
QuestionI can run my app, but no one else can ;(... why? Pin
chasetoys5-May-06 18:58
chasetoys5-May-06 18:58 
Users get the message:

"This application has failed to start because the application configuration is incorrect. Reinstalling your application may fix the problem."

Does anyone know how to solve this problem?

I'd like to make sure my application runs on 98SE, WinXP Pro etc... any help? Thanks very much in advance!

using visual studio 2005...
(MFC app, NO .NET)

(using the NSIS installer)
build log follows:
Creating temporary file "c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\RSP00001D49765820.rsp" with contents
[
/O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_BUILDING_ON_WIN2K" /D "_AFXDLL" /GF /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp".\ReleaseW2k/File1.pch" /Fo".\ReleaseW2k/" /Fd".\ReleaseW2k/" /W4 /c /TP ".\File4.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\RSP00001D49765820.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\RSP00001E49765820.rsp" with contents
[
/O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_BUILDING_ON_WIN2K" /D "_AFXDLL" /GF /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp".\ReleaseW2k/File1.pch" /Fo".\ReleaseW2k/" /Fd".\ReleaseW2k/" /W4 /c /TP ".\File1.cpp"

".\File2.cpp"

".\File6.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\RSP00001E49765820.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\RSP00001F49765820.rsp" with contents
[
/OUT:".\ReleaseW2k/MyAppName.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\ReleaseW2k\MyAppName.exe.intermediate.manifest" /PDB:".\ReleaseW2k/File1.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 shell32.lib kernel32.lib user32.lib

".\ReleaseW2k\File3.obj"

".\ReleaseW2k\File4.obj"

".\ReleaseW2k\File5.obj"

".\ReleaseW2k\File6.obj"

".\ReleaseW2k\File2.obj"

".\ReleaseW2k\File7.obj"

".\ReleaseW2k\StdAfx.obj"

".\ReleaseW2k\File1.obj"

".\ReleaseW2k\File1.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\RSP00001F49765820.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\RSP00002049765820.rsp" with contents
[
/outputresource:".\ReleaseW2k\MyAppName.exe;#1" /manifest

".\ReleaseW2k\MyAppName.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\RSP00002049765820.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\BAT00002149765820.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\ReleaseW2k\mt.dep"
]
Creating command line """c:\Documents and Settings\Davids\My Documents\Visual Studio 2005\Projects\Blah\ReleaseW2k\BAT00002149765820.bat"""


-- modified at 1:16 Saturday 6th May, 2006
QuestionRe: I can run my app, but no one else can ;(... why? Pin
Maxwell Chen5-May-06 19:16
Maxwell Chen5-May-06 19:16 
AnswerRe: I can run my app, but no one else can ;(... why? Pin
chasetoys5-May-06 19:44
chasetoys5-May-06 19:44 
AnswerRe: I can run my app, but no one else can ;(... why? Pin
Maxwell Chen5-May-06 19:54
Maxwell Chen5-May-06 19:54 
AnswerRe: I can run my app, but no one else can ;(... why? Pin
Hamid_RT5-May-06 19:30
Hamid_RT5-May-06 19:30 
QuestionVC++ Pin
narkhi5-May-06 18:55
narkhi5-May-06 18:55 
QuestionRe: VC++ Pin
Maxwell Chen5-May-06 19:14
Maxwell Chen5-May-06 19:14 
AnswerRe: VC++ Pin
Hamid_RT5-May-06 19:26
Hamid_RT5-May-06 19:26 
Questionhow can I get the message of WM_LBUTTONUP of the Vertical Scroll Bar Pin
yingkou5-May-06 18:47
yingkou5-May-06 18:47 
AnswerRe: how can I get the message of WM_LBUTTONUP of the Vertical Scroll Bar Pin
Hamid_RT5-May-06 20:23
Hamid_RT5-May-06 20:23 
GeneralRe: how can I get the message of WM_LBUTTONUP of the Vertical Scroll Bar Pin
yingkou5-May-06 23:01
yingkou5-May-06 23:01 
GeneralRe: how can I get the message of WM_LBUTTONUP of the Vertical Scroll Bar Pin
Hamid_RT6-May-06 0:25
Hamid_RT6-May-06 0:25 
QuestionMigration to C++.NET Pin
ahmed_adel_farid5-May-06 18:28
ahmed_adel_farid5-May-06 18:28 
AnswerRe: Migration to C++.NET Pin
Stephen Hewitt5-May-06 18:33
Stephen Hewitt5-May-06 18:33 
GeneralRe: Migration to C++.NET Pin
ahmed_adel_farid5-May-06 19:43
ahmed_adel_farid5-May-06 19:43 
GeneralRe: Migration to C++.NET Pin
Stephen Hewitt5-May-06 23:33
Stephen Hewitt5-May-06 23:33 
AnswerRe: Migration to C++.NET Pin
Phil C5-May-06 21:28
Phil C5-May-06 21:28 
GeneralRe: Migration to C++.NET Pin
Stephen Hewitt5-May-06 23:01
Stephen Hewitt5-May-06 23:01 

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.