Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

2 Posted Topics

Member Avatar for memphis.ray

Hello my friends, I'm getting new types of ignorance from new iOS SDK. (xcode 3.2.5). I always wanted to have my own gameloop. here is the some part of it. [ICODE] - (void) gameLoop { //get all touches while(CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0.002f, TRUE) == kCFRunLoopRunHandledSource); //Update logic: UpdateLogic(); //Render Frame Render(); } …

0
86
Member Avatar for unclepauly

Hi, It's better to make it more dynamic. For example you have a code like that: [code=c] void loadMyDllFile( const char * filename ) { ::LoadLibrary( filename ) //it's not working.... } [/code] You have an option to change your compiler mode from UNICODE to MULTIBYTE. Just go to the …

Member Avatar for memphis.ray
0
1K

The End.