How to set up directX with codeblocks - directx

I really need to figure out how to set up the directX SDK with code::blocks.
I've looked at lots of tutorials but none of them work for me and I cant figure out how to do it myself. When ever I try to compile a program, codeblocks says stuff like "strsafe.h no such file or directory".
I've installed everything but I think the problem is that codeblocks doesn't know where to find the SDK. If someone could help that would be really great. Thanks in advance. :-)

Related

Getting AllJoyn to run on iOS

I've been trying to get AllJoyn to work on iOS for quite some time now. I've tried a couple of different tutorials (obviously including the official one), but always got stuck at various errors that I've lost track of.
I am asking here if somebody knows a tutorial that I can follow exactly step-by-step and get it to compile at least or if somebody has a working (self-contained, 64 Bit if possible) XCode project template. Any help is very much appreciated.

Configuring OpenCV 2.4.4 for Code Blocks - libopencv_core244.dll was not found

I have been trying to configure OpenCV 2.4.4 for CodeBlocks for quite some time now but even though I follow online guides somehow I can't do it and I am slowly getting desperate. I tried to do what Mr. bsdnoobz said in this topic, but it still does not work.
Here's what I've done so far:
I have installed OpenCV 2.4.4 and MinGW successfully:
C:\Users\Max\gcc
gcc: fatal error: no input files
compilation terminated
I have added to Path this:
D:\OpenCV\build\x86\mingw\bin;C:\MinGW\bin; D:\OpenCV\build\x86\vc10\bin
In Code Blocks i set up everything like this:
Yet i get the following error:
could not start the program because libopencv_core244.dll is not found
and even though i tried heavily i cant fix it. Hope somebody can help me!
you need to copy and paste the opencv dll files to windows/system32 folder

Lib import issue: Where is located SUPApplication.h and SUPConnectionProperties.h?

I'm developing an application to use with SAP's SUP platform.
While importing the generated code, I'm facing a problem.
The code says that can't find the SUPApplication.h and SUPConnectionProperties.h' import.
I've followed all the official Sybase's guide (http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01217.0212/doc/html/jne1320712216435.html) and found some information on Google, but nothing related to this.
Does anyone know to say where, in the libs, this files are located?
All other imports, like SUPDataVault, SUPConnectionProfile and all others SUP_* are fine.
Many thanks
Solved.
It was a version problem.
I developped the app in a SUP 2.1.0 and was trying to reach a SUP 2.1.2.
My mistake, thanks

SimpleCv findkeypointmatch

Could someone shed some light on why the following, in simplecv, does not work?
https://gist.github.com/2220293
Apparently, the image.findKeypointMatch attribute does not exist? It is indeed not the simplecv documentation.. How could I accomplish the something without this?
Thanks
Alex
I am the one to write the above code.
The keypointmatch function is included in the latest github repository of simple. Install it from there. You also would be needing OpenCV 2.3 to run this.
Note: It is just an example for SimpleCV. This is in no way perfect, that is obvious.
Did you install the latest version of SimpleCV? If not I suggest you get the latest version from the repository. This library is very young, and after a quick look at the code I saw many bugs. So it's not a bad idea to go with the latest version hoping the number of bugs is reduced.
In
SimpleCV/ImageClass.py
you will find the findKeypointMatch() method. One thing you can do is to investigate why you cant call this function. If you copy here the error message you get and exactly the code you're trying to run then probably someone here can help you.
The other way is to go through the code as you wanted and see what it does and you copy the code in your script. I wouldn't recommend this.
Please let me know how it goes.
To verify you can always run:
import SimpleCV
print SimpleCV.__version__
Keypoint detection was added after 1.2.

Can any one tell me in which jar file I can find the de.enough.polish.ui.Command?

Hi Everyone I am working on J2ME polish project, which is just an enhancement project. I have no idea about J2ME Polish. I have an error saying that the
import de.enough.polish.ui.Command cannot be resolved. So can any one tell me where can I find that. I have tried googling but could not find it.
You should download j2meploish once downloaded and installed you should look in the $installdirectory/source/j2mepolish-client.jar or something with the word client in.
You should take a look at this website, they probably have the library you are looking for.

Resources