|
I am digging into OpenGL ES on the iPhone, and I have still no big idea about OpenGL ES and Flash.
About Flash I only know it is capable of making really nice animations and transitions. For best example, lets look at the Ocarina flute for the iPhone....
Started by Thanks on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Keep in mind.
With a lot of programming can make amazing things, but it won't be as easy as using Flash.
|
|
BP ingredients source list. these were taken from the thread in bites some or all is out of context but I tried to leave enough text to explain. Also included are links to other info for making BP. Please give more sources or comments on these. Don't ...
Started by bearcove on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at gunloads):
This should be added to the BP Making thread and made into a sticky! Quote government agencies take a very active interest when formulas and discussions for the making government agencies take a very active interest....
Of them need fixing.
|
|
Where can I work from home making C# apps and get paid (or am I dreaming)?
Started by Lucas McCoy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
But if you're talking about making apps and getting paid enough from such portals and what sacrifices you'll make....
Well, if you're talking about making apps and getting work from home.
And it keeps them busy full time and well-paid.
|
Ask your Facebook Friends
|
Where is a good place to start with making an application in .NET that communicates through OPC ?
Started by Geoffrey Chetwood on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Alternatives include OPC Foundation's own .NET....
You can find a good article and a library to start with here: http://www.codeproject.com/KB/COM/opcdotnet.aspx
The Code Project article is from the early days of .NET and may not be the best option today .
|
|
How would I go about making a Flight Gear port for WiiBrew? Or, better yet, how would I convince someone else to?
Started by Simon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
:)
How would I go about making a Flight Gear port for WiiBrew?
"Porting" any non.
Social hacking.
|
|
I have read about making an object explicitly garbage collected, that in many ways. So i wanted to know some of the methods of making it explicitly garbage collected
Answer Snippets (Read the full thread at stackoverflow):
For how to make objects elligible for garbage collection read Effective....
And "best effort" might be to postpone the garbage collection .
Suggests that the Java Virtual Machine expend effort toward recycling unused objects in order to make.
|
|
Hi
Does anyone know what URL scheme Skype supports for making calls from other apps (that should launch Skype and place the call). Thanks
Answer Snippets (Read the full thread at stackoverflow):
These should work:
https://developer.skype.com/Docs/ApiDoc/Skype_URI_handler
-Matt
See also http://www.skype.com/share/buttons/advanced.html (linked from http://en.wikipedia.org/wiki/URI_scheme#skype :) .
|
|
Hi,
I'm programming with Visual C++ Express on the command line using makefiles (GNU Make). For this to work, I have to call the Visual Studio batch file vsvars32.bat to set up the environment. This has to be done everytime I open a new cmd.exe, before...
Started by Xenu on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The script itself should run the vsvars32.bat and then make, like this
vsvars32.bat make %*
As far.
Put the script in the path somewhere.
Wrap GNU make in a script (mmake.bat).
Batch command.
|
|
I've been doing some mocking with RhinoMocks and it requires that mocked methods be made virtual. This is fine except we have a custom framework which contains the methods that I want to mock which are currently not marked as virtual.
I can't forsee any...
Started by lomaxx on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Any virtual methods you call from the constructor may fall down to derived implementations and if they don't call the base method and the constructor... .
If you have users that override your virtual methods you can't seal them again without breaking code .
|
|
I am kind of new to making iPhone apps. I have already made a few small ones. But the best way I learn is by completing tutorials (not just broad/general topics, manuals, class definitions, etc).
Are there any good tutorials that just walk through making...
Started by Tylor on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out the iPhone Dev Center, there you'll also find tutorials: https://developer... .
You'll find quite a few over at iCodeBlog, mostly related to game development: http://icodeblog.com/
However, the most important source (tutorials or not) is Apple itself .
|