OpenGL Texture not displaying - my first class.
Jones Wrote:Ahh, thanks! That's what I figured, but it says somewhere in there about all related assets of the program...
You'd just have to break the code enough to make it impossible for them to decode your license system.
On a less related note,
Does the GDB debugger *always* give the correct value for variables it lists? Because it's listing "1229213746" as a value for one of my values, and if it really was, my program would have stopped long before the the crash.
Jones Wrote:Ahh, thanks! That's what I figured, but it says somewhere in there about all related assets of the program...
It does? I don't see anything in a quick skim...
Jones Wrote:Does the GDB debugger *always* give the correct value for variables it lists? Because it's listing "1229213746" as a value for one of my values, and if it really was, my program would have stopped long before the the crash.
If you've built your program with -O0 ("no optimization") and -g ("debugging information") then it *probably* won't lie. If you've used a higher level of optimization, it almost certainly will.
Check this by looking in the detailed build logs -- Xcode's build configuration system is too complicated to be absolutely certain that you've got the right settings just by looking there

Possibly Related Threads...
Thread: | Author | Replies: | Views: | Last Post | |
OpenGL ES Texture Masking | airfire | 6 | 22,761 |
Mar 17, 2014 07:07 PM Last Post: baioses |
|
OpenGL ES Texture Compression | ajrs84 | 9 | 11,153 |
May 7, 2013 03:36 PM Last Post: ajrs84 |
|
OpenGL ES Texture Masking | dalasjoe sin | 0 | 5,273 |
Apr 13, 2012 12:17 AM Last Post: dalasjoe sin |
|
Texture in OpenGL ES 2 looks pixelated | vunterslaush | 18 | 38,472 |
Aug 30, 2011 09:44 PM Last Post: Frogblast |
|
Another beginner's question about displaying an animated object | superlemonster | 2 | 6,481 |
Jan 28, 2011 08:03 AM Last Post: OptimisticMonkey |