link error d3d.lib in directx [closed] - directx

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
It's so weird that my program.
I study directx and I usually use tutorials on my practice.
this time I want to make whole project on my own.
So I make project and set the Link setting and directx directory.
but my program doesn't work!.
error said cannot open file 'd3d.lib'.
I set the option the same as tutorial, there's no difference.
and the code is same, cut and paste.
the only thing different is whether I make or on tutorial.
I need your help T.T
I use directx9 and SDK is Microsoft DirectX SDK (June 2010).
My OS is window 64bit.

It is not opening d3d.lib because there's no d3d.lib, It is d3d9.lib which you need to link.
Add this in your source code.
#pragma comment(lib, "d3d9.lib")

Related

iOS, adding frameworks to the app, affecting performance [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
When building an iOS app, how relevant is it to make sure the number of native frameworks is to minimum? meaning that if I want to ad AVfoundation, ot coregraphics, I assume it would add to the memory footprint? is that assumption correct? or is it because those are apple frameworks they don't add to the memory footprint?
what if I add third party frameworks? do those affect memory footprint or app size?
I just couldn;t find good documentation on this issue.
Thanks.
Since they are dylib they won't make your app size heavier. Of course they will consume RAM when you will use them. By the way static library (third party frameworks) will add memory footprint. Since you can only create custom static library on iOS.

Phyre engine to xna [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
If I build a game/program with phyre engine, will I be able to use it on xna without a workload of recoding? And is it ok that phyre is coded in c++ while xna is c#, and then subsequently onto steam.
Need to have a game released vis psn, xbox, and steam.
You won't be able to, they are two completely different engines.

ZXing : CoreScr files are missing? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
While integrating ZXing library in IOS, I am facing a strange error in Library. Compiler says that CoreScr folder doesn't contain any files.
I check out the code using SmartSVN 6. In that ScanTest Sample application is also throwing same error.
Any help on this appreciated. Thank you.
Sounds like a typo in your project. There is no "CoreScr" folder anywhere. There is a "cpp/core/src" folder that is relevant. Make sure you've entered the right paths.

How to set up wireshark [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
wireshark will capture without stalling on my windows vista 32 bit OS, only once, if I install it, and directly after, when installation is finished, click the option to launch wireshark (as part of the GUI panel of the installer). Once I exit wireshark, and re enter the program, it will consistently stall, and crash, upon any attempt to capture.
I'd start here:
http://www.wireshark.org/tools/helpdesk.html
Oops - that's fake, try this:
http://ask.wireshark.org/

I ordered, downloaded and installed Delphi XE Prof today - do I have the latest version automatically? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
Today being: 24th of June, 2011
The about says : Embarcadero® Delphi® XE Version 15.0.3953.35171
Without having looked at every possible option, I don't immediately see a check for upgrade option.
As David suggested, you can use Check for Updates in the Start menu.
This may or may not include all of the hot fixes. You can find these on the registered user downloads site.
Yes, you do. Update 1 is the latest version for the IDE. Update 2 is the latest for the Help Content.

Resources