Re: Object creation error

2023-07-01 Thread Frederik Seiffert
What’s %errorlevel% after running your executable? If it’s 0 it’s not crashing but your console is not showing the log output. You should be able to see the output with DebugView: https://learn.microsoft.com/en-us/sysinternals/downloads/debugview > Am 01.07.2023 um 10:51 schrieb bellabs : >

Re:Re: Object creation error

2023-07-01 Thread bellabs
... //! None of the following codes will be executed still. //! Nothing only, Nothing out, Nothing error generate still. ...

Re: Object creation error

2023-07-01 Thread Richard Frith-Macdonald
> NSArray *justSaySay = [NSArray arrayWithObjects: > @"there's NOBODY know CHINA than me", > @"there's NOBODY know AMERICAN than me", > @"there's ANYBODY know GNUSTEP than me" > ]; This will often crash, so it is probably the cause of your problem. The +arrayQWithObjects: method requires that