Thiago Adams
Thiago Adams
```c #pragma safety enable struct X {int i; void * _Opt p; }; int main(){ struct X x; x = (struct X){0}; static_debug(x); } ```
The workaround is: #define MSG_LEN 200 unsigned char msg[MSG_LEN]; and you can add the macro _WINDOWS in your settings. Windows also gave an an error with unsigned and strdup. I...
looks like a compiler does not support pragma once. try remove it just to check. On Tue, 21 May 2024 at 05:52, Darol Awei ***@***.***> wrote: > Screenshot.2024-05-21.01.50.51.png (view on...
>I don't think the execution of Turbo Vision in GUI makes any sense. It is >designed for DOS text interface - it expects regulat char width, so there >are a...
Thanks for the reply. > Thus, the application is still text-based but it interacts directly with the native windowing system. Exactly. >I took care not to make any assumptions in...
Thanks for the details. (I think this issue can be closed)
The same question! I also suggest some documentation to show how copy the memory into device. Maybe I can contribute on windows ```c case WM_PAINT: { PAINTSTRUCT ps; HDC hdc...
I haven't decided this yet. Currently, it returns failure only in cases such as running out of memory or anything that prevents the compiler from functioning properly. Reporting an error...
By default, Cake replicates the compiler it was built with. For instance, if compiled with GCC X86_64 the long will be the same as sizeof(long) in GCC. But we can...
I think this a a problem related with #341. Please update, and try again with Cake 0.12.36