Object can't alloc itself
Object can't alloc itself
- Subject: Object can't alloc itself
- From: Steven Schlansker <email@hidden>
- Date: Sun, 9 Mar 2003 16:30:09 -0800 (PST)
I have a class called WRegEx which wraps regex.h to Obj-C. I am having
trouble with a line which reads:
temp = [[WRegEx alloc] init];
I have no idea what is going wrong, as soon as this line executes it
exits with a status value of 1. No exception, no error message. I
stepped into the line and it never reached the beginning of my init
code, it just barfed. Any help would be appreciated, and I can post
bits of code if that will help. Thanks,
Steven Schlansker
=====
---------------------------------
Steven Schlansker
Tech Support, Flamin' Ghost Software
http://www.silvernetwork.net/~ghost/
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.