exceptions.c(93) : error C2026: string too big, trailing characters truncated Error executing cl.exe. The platform (MSVC6) docs for C2026: After adjacent strings are concatenated, a string cannot be longer than 2048 characters. However, those docs aren't accurate: if I break the giant docstring into two pieces, like so (implicitly concatenated): "sub-giant piece one" "sub-giant piece two" everything is fine. The compiler only gripes about a single string literal > 2K. I guessed that might be true because it seems more of a "catch runaway string" gimmick than a reasonable compiler limit. Anyway, I hesitate to check in that MSVC6 workaround if the same problem is just going to crop up on other platforms. Has it popped up for anyone else? One alternative is to keep strings short and paste them together at runtime in the module init fnc.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4