Search found 3 matches

by a128
Thu Jan 14, 2010 10:26 am
Forum: DS/DSi Development
Topic: assert(0) not working in 1.4.0 ?
Replies: 4
Views: 5249

Re: assert(0) not working in 1.4.0 ?

vuurrobin wrote:maybe you're confusing assert with libnds's sassert().

http://libnds.devkitpro.org/a00097.html

I suggest you try that.
ok..thanks sassert() is kind of assert() but it takes an additional paramter

assert(0) is ok
sassert(0,"a bug") needs 2 paras
by a128
Wed Jan 13, 2010 12:48 pm
Forum: DS/DSi Development
Topic: assert(0) not working in 1.4.0 ?
Replies: 4
Views: 5249

assert(0) not working in 1.4.0 ?

It seems that

Code: Select all

#include <assert.h>

//did I need this to show the assert(0)?!!!
consoleDemoInit();
	
assert(0);
is not working anymore..I know that this worked before
by a128
Mon Jan 11, 2010 11:38 am
Forum: User Contributions
Topic: XCode Project template
Replies: 5
Views: 21421

Re: XCode Project template

funny I did not saw this ...I did a template using the combined template for Xcode 3.2
it's here
http://a128.wordpress.com/downloads/