It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am planning to learn to program with Directx9/10 this summer.My computer has Directx11 installed. I was wondering if previous versions will work on it? I tried running a few sample codes from Frank Luna's website I ran into some errors.
Yes absolutely.
But if you are using any of the DX helper DLLs (D3DX_xx.dll) that comes with the SDK (and not shipped in Windows), you may need to redistribute those binaries with your application.
For local development, easiest thing to do is just install the DirectX 9 or 10 SDK on your computer. It should copy the extra helper DLLs as appropriate.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
recently I'm developing a J2ME application using LWUIT library, my application size is 679 KB after obfusticating.
in some mobile devices and in non-specific events I get OutOfMemoryError error.
I want to know what this error is for and does it related to Memory of device or its a bug of my application, and what is the solution?
thanks a lot in advance
Unfortunately there is not a way to tell how to fix your application without studying it. This wiki entry is a good start to understand what to look for when optimizing memory for JavaME apps.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Any reasons that I should or should not use Oracle JRE 7 in production?
Actually I am not planning on doing this since I am getting an error javac: target release 1.6 conflicts with default source release 1.7
It is a bug (http://jira.grails.org/browse/GRAILS-8393) but the fix does not seem to work.
Oracle JRE 7 should be good to go - there aren't any known showstopper issues.
Of course, you should test thoroughly before you deploy, but you do that already for any deployment, right? :-)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have a windows vista machine and also a mac with xcode. What would be the easiest way to start writing some Lua code?
Download lua from here. Compile it. Open up a text editor and start writing.
If you just want to try out some simple things, then try the online lua demo.
Just download - http://www.lua.org/download.html \
then:
Lua hello world
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Is it possible to call a command-line utility from a running app on iOS devices?
The utility is a binary executable and is supposed to be included in the app package.
There already are command line utilities (think iSSH) on the iPhone. If what you mean, however, is "can you use underlying UNIX system utilities" or "run a utility you bundle onto a iPhone shell", no it's not possible.
Apart from that, bundling an opensource utility with a closed source application will open interesting legal challenges, you would have to be very attentive to implications of licenses.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
The Kinect for Windows SDK beta is a programming toolkit for application developers. It enables the academic and enthusiast communities easy access to the capabilities offered by the Microsoft Kinect device connected to computers running the Windows 7 operating system.
But what kind of application we can build by using it?
Take a look at the example projects using it.
Following some other useful links:
The OpenKinect project
Primesense OpenNI(Primesense makes the sensor inside Kinect)
Softkinetic iisu