Skip to content

atexit(ofExitCallback); #275

Closed
Closed
@vanderlin

Description

@vanderlin

This is giving me some crashes. There needs to be a way to disable this when making custom windows. I have tried to do atexit(NULL); but the callback in ofRunApp(ofBaseApp * OFSA) is still being called.

maybe something like:

void ofRunApp(ofBaseApp * OFSA, bool useExitCallback);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions