- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi there,
I started to code a new VC (DLL) project with Intel Media SDK 2014. When I run debug build of this DLL with test program and break into it, I see most of variable values, but those who are defined by Intel (e.g. mfxVideoParam and mfxFrameSurface1) are not at all. Does anyone see this problem or know how to fix this?
My theory is that this is because the definitions are actually compiled into static library (libmfxmd.lib) but the debug information is not available to us. This is just a guess and I did not get such deeper, though.
Thanks.
-Hiroshi
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Hiroshi,
Can you please provide more details about what parameter values you are not able to inspect?
In debug mode you should be able to inspect all Media SDK API structures/parameters.
Please make sure your build config is setup for Debug mode for all components, incl. your DLL.
Regards,
Petter
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I see this problem with mfxFrameurface1 and mfxVideoParam. It is not all the structs from Intel because mfxFrameAllocResponse is displayed correctly. (See attached)
I am using Visual Studio 2012. My DLL is built on top of Visual 2008 headers/libraries by VS2012's capability to host old projects, though.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Hiroshi,
not sure what is going on in your setup. Seems to me the issue is somehow related to your Visual Studio project configuration or mixing of Release and Debug builds.
I'm assuming that you can see parameter values in VS if you compile and debug the unmodified samples that come with the SDK package?
Regards,
Petter
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks. I agree that this may be related to my specific project configuration. If no one else sees this, please disregard this thread.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Petter,
I agree that this may be some churn in my project set up.
Please disregard this thread unless anyone else sees the same issue.
-Hiroshi