| Summary: | No _chkstk implementation | ||
|---|---|---|---|
| Product: | SDL | Reporter: | norfanin |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | cdifan |
| Version: | 2.0.0 | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
|
Description
norfanin
2013-09-05 10:25:56 UTC
If you define HAVE_LIBC, SDL_stdlib.c will not define a _chkstk symbol. Yes, if you compile it as a static library, you should compile with HAVE_LIBC defined. Thanks! And for the case where SDL is a DLL and has no VC++ runtime library? Are the SDL developers just going to be very careful to write code that never emits _chkstk calls? I guess it works with the current version. I'm just worried that this is going to be really annoying for someone in the future. |