Click here to Skip to main content
15,881,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Locating a function address with the debugger Pin
Stephen Hewitt18-Mar-13 16:10
Stephen Hewitt18-Mar-13 16:10 
GeneralRe: Locating a function address with the debugger Pin
Richard Andrew x6419-Mar-13 4:39
professionalRichard Andrew x6419-Mar-13 4:39 
AnswerRe: Locating a function address with the debugger Pin
Erudite_Eric19-Mar-13 2:37
Erudite_Eric19-Mar-13 2:37 
GeneralRe: Locating a function address with the debugger Pin
Richard Andrew x6419-Mar-13 4:41
professionalRichard Andrew x6419-Mar-13 4:41 
GeneralRe: Locating a function address with the debugger Pin
Erudite_Eric20-Mar-13 3:29
Erudite_Eric20-Mar-13 3:29 
GeneralRe: Locating a function address with the debugger Pin
Stephen Hewitt19-Mar-13 5:17
Stephen Hewitt19-Mar-13 5:17 
GeneralRe: Locating a function address with the debugger Pin
Erudite_Eric20-Mar-13 3:30
Erudite_Eric20-Mar-13 3:30 
QuestionFailed to compile chrome Pin
yu-jian16-Mar-13 6:27
yu-jian16-Mar-13 6:27 
My system is win7 64Bit
I use the VS2008 to compile the chrome solution. But I meet some problem about compile the FFMPEG.
I google that the others are all ok when compiling, but I have bad luck. I donot know why some error happen.
Does anyone meet the same problems?


C++
1>------ 已启动生成: 项目: convert_ffmpeg_sources, 配置: Debug Win32 ------
1>Running external rules for convert_ffmpeg_sources
1>"python" "chromium/scripts/c99conv.py" "libavformat\oggparsedirac.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/oggparsedirac.c" "-I" "chromium/config/Chromium/win/ia32"
1>cl: 命令行 error D8021 :无效的数值参数"/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\rmdec.c_preprocessed.c"
1>"python" "chromium/scripts/c99conv.py" "libavformat\oggparsevorbis.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/oggparsevorbis.c" "-I" "chromium/config/Chromium/win/ia32"
1>cl: 命令行 error D8021 :无效的数值参数"/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\oggparsevorbis.c_preprocessed.c"
1>cl: 命令行 error D8021 :无效的数值参数"/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\oggparsedirac.c_preprocessed.c"
1>"python" "chromium/scripts/c99conv.py" "libavformat\rmdec.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/rmdec.c" "-I" "chromium/config/Chromium/win/ia32"
1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\rmdec.c] Error 2
1>make: *** Waiting for unfinished jobs....
1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\oggparsevorbis.c] Error 2
1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\oggparsedirac.c] Error 2
2>------ 已启动生成: 项目: content_browser, 配置: Debug Win32 ------

AnswerRe: Failed to compile chrome Pin
Richard MacCutchan16-Mar-13 6:34
mveRichard MacCutchan16-Mar-13 6:34 
QuestionCTreeCtrl, CDockingPane, and mouse events Pin
Rob Bryce15-Mar-13 20:33
Rob Bryce15-Mar-13 20:33 
AnswerRe: CTreeCtrl, CDockingPane, and mouse events Pin
Eugen Podsypalnikov19-Mar-13 0:23
Eugen Podsypalnikov19-Mar-13 0:23 
AnswerRe: CTreeCtrl, CDockingPane, and mouse events Pin
Rob Bryce19-Mar-13 17:08
Rob Bryce19-Mar-13 17:08 
QuestionDrivers to access parallel port in c using windows xp or 7 ?? Pin
Harshmeet Singh15-Mar-13 8:36
Harshmeet Singh15-Mar-13 8:36 
QuestionRe: Drivers to access parallel port in c using windows xp or 7 ?? Pin
David Crow15-Mar-13 9:54
David Crow15-Mar-13 9:54 
AnswerRe: Drivers to access parallel port in c using windows xp or 7 ?? Pin
Richard MacCutchan15-Mar-13 23:08
mveRichard MacCutchan15-Mar-13 23:08 
AnswerRe: Drivers to access parallel port in c using windows xp or 7 ?? Pin
Erudite_Eric17-Mar-13 1:18
Erudite_Eric17-Mar-13 1:18 
AnswerRe: Drivers to access parallel port in c using windows xp or 7 ?? Pin
_Flaviu17-Mar-13 20:49
_Flaviu17-Mar-13 20:49 
QuestionC++ Code to call a Rest Based Web Service API Pin
raghunath sahoo15-Mar-13 7:56
raghunath sahoo15-Mar-13 7:56 
AnswerRe: C++ Code to call a Rest Based Web Service API Pin
Albert Holguin15-Mar-13 8:34
professionalAlbert Holguin15-Mar-13 8:34 
GeneralRe: C++ Code to call a Rest Based Web Service API Pin
raghunath sahoo15-Mar-13 8:55
raghunath sahoo15-Mar-13 8:55 
GeneralRe: C++ Code to call a Rest Based Web Service API Pin
raghunath sahoo15-Mar-13 8:57
raghunath sahoo15-Mar-13 8:57 
AnswerRe: C++ Code to call a Rest Based Web Service API Pin
Albert Holguin15-Mar-13 9:32
professionalAlbert Holguin15-Mar-13 9:32 
QuestionVC++ and Empty Base Class Optimization problem/bug Pin
Kosta Cherry15-Mar-13 4:45
Kosta Cherry15-Mar-13 4:45 
AnswerRe: VC++ and Empty Base Class Optimization problem/bug Pin
Matthew Faithfull15-Mar-13 6:01
Matthew Faithfull15-Mar-13 6:01 
GeneralRe: VC++ and Empty Base Class Optimization problem/bug Pin
Kosta Cherry15-Mar-13 6:23
Kosta Cherry15-Mar-13 6:23 

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.