search for: put_str

Displaying 3 results from an estimated 3 matches for "put_str".

Did you mean: out_str
2004 Nov 19
1
com32: custom int3 handler
I am having problems installing a custom int3 handler from a com32 app. Here is what I have tried: void int3_handler() { put_str("int3!!!"); __asm__("iret"); } void init_handlers() { struct { unsigned long limit : 16; unsigned long base : 32; } __attribute__((packed)) idtr; __asm__("sidt (%0)" :: "r"(&idtr))...
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
...555: `RCINCL' undeclared (first use in this function) ./ppl.l:556: called object is not a function ./ppl.l:557: warning: implicit declaration of function `get_string' ./ppl.l:558: `tDQSTRING' undeclared (first use in this function) ./ppl.l:560: warning: implicit declaration of function `put_string' ./ppl.l:556: warning: unreachable code at beginning of switch statement ./ppl.l:567: called object is not a function ./ppl.l:573: `tSQSTRING' undeclared (first use in this function) ./ppl.l:575: warning: unreachable code at beginning of switch statement ./ppl.l:583: `tIQSTRING' unde...
2020 Feb 16
0
Wine release 5.2
...put file name. wmc: Add trailing newlines to error messages. wmc: Always output resource strings in Unicode format. winegcc: Make the WINEBUILD variable take precedence over the bin directory. wrc: Add a helper function to terminate the resource data. wrc: Simplify the put_string() helper function. wrc: Export the convert_string_utf8() helper function. wrc: Add an option to set the input codepage to UTF-8. wrc: Avoid converting Unicode strings back to Ansi. wrc: Set the output format from the output file name. unicode: Add JIS-0212 mappings...