search for: writeconsole

Displaying 20 results from an estimated 21 matches for "writeconsole".

Did you mean: write_console
2000 Sep 28
1
creating custom I/O for R
...draw with? (This would be a very helpful feature!) b. If not, is there a way to get a metafile and/or a bitmap of a plot without having first displayed the plot in the standard window? 2) Terminal a. Is possible to quickly explain the mechanism provided by the functions pointed at by the members WriteConsole and ReadConsole of the struct structRstart? I would appreciate any help and/or suggestions. Thanks, Don Wingate. P.S. Thankyou Prof. Ripley for your help earlier. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac...
2006 Nov 27
1
R.DLL mapping by P/Invoke
...heses pointers. See gnuwin32\system.c (line 638) public IntPtr home; public IntPtr rhome; //!! [MarshalAs(UnmanagedType.FunctionPtr)] public dgReadConsole readConsole; [MarshalAs(UnmanagedType.FunctionPtr)] public dgWriteConsole writeConsole; [MarshalAs(UnmanagedType.FunctionPtr)] public dgCallback callback; [MarshalAs(UnmanagedType.FunctionPtr)] public dgShowMessage showMessage; [MarshalAs(UnmanagedType.FunctionPtr)] public dgYesNoCancel yesNoCancel;...
2008 Mar 19
1
R_ParseVector problem: it's cutting off after the decimal point
...// root of the users directory Rp->home = getRUser(); // UImode: RGui, RTerm, LinkDLL Rp->CharacterMode = LinkDLL; // function which reads input for R from a console Rp->ReadConsole = myReadConsole; // function which writes output from R to a console Rp->WriteConsole = NULL; Rp->WriteConsoleEx = myWriteConsoleEx; // called during i/o, eval, graphics in ProcessEvents Rp->CallBack = myCallBack; // handles messages for the user from R Rp->ShowMessage = myShowconcise Message; // user interaction: a user is asked a question an sho...
2007 Oct 17
0
Using R.dll in .NET IPC
...heses pointers. See gnuwin32\system.c (line 638) public IntPtr home; public IntPtr rhome; //!! [MarshalAs(UnmanagedType.FunctionPtr)] public dgReadConsole readConsole; [MarshalAs(UnmanagedType.FunctionPtr)] public dgWriteConsole writeConsole; [MarshalAs(UnmanagedType.FunctionPtr)] public dgCallback callback; [MarshalAs(UnmanagedType.FunctionPtr)] public dgShowMessage showMessage; [MarshalAs(UnmanagedType.FunctionPtr)] public dgYesNoCancel yesNoCancel;...
2013 Apr 08
0
flac 1.3.0pre3 pre-release
...ly, but on decoding side there is still minor glitch left. On long lines the final status of the decoding will still be printed on its own line. The Unicode printing patch no longer relies on character counts returned by fwprintf function as that didn't match reality. And I switched to use WriteConsole command when output isn't redirected so that special characters can be printed. They were replaced by question marks with fwprintf. Fixing fwprintf output would have required setting console mode to UTF-16 and that would have required all print functions to be replaced by wide char variants...
2012 Aug 20
0
Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)
...RParams.SaveAction = SA_NOSAVE; RParams.rhome = get_R_HOME (); RParams.home = getRUser (); RParams.CharacterMode = LinkDLL; // RGui; RParams.ShowMessage = RShowMessage; RParams.ReadConsole = RReadConsoleWin; RParams.WriteConsoleEx = RWriteConsoleEx; RParams.WriteConsole = 0; RParams.CallBack = RDoProcessEvents; RParams.YesNoCancel = RAskYesNoCancel; RParams.Busy = RBusy; // Install own handlers R_SetParams(&RParams); // flush the cons...
2013 Apr 08
2
flac 1.3.0pre3 pre-release
...; there is still minor glitch left. On long lines the final status of > the decoding will still be printed on its own line. > > The Unicode printing patch no longer relies on character counts > returned by fwprintf function as that didn't match reality. And I > switched to use WriteConsole command when output isn't redirected so > that special characters can be printed. They were replaced by question > marks with fwprintf. Fixing fwprintf output would have required > setting console mode to UTF-16 and that would have required all print > functions to be replaced b...
1998 Dec 09
1
R.dll
Hi, Is there any docs on R.dll? Or is it "use the source Luke" time? (The NT 0.63.1) Can anyone give me pointers on where to look? I am trying to wrap it under a GUI. The bdr release has examples, but it seems to be limited in scope. Has anyone compiled R under VC++. I see that the older version has been compiled under VC++ at some point. Is this best place to start to see how to
2014 Oct 07
2
[R logs] Help in develop a simply logs package
Hi, With the use of R in production, it is necessary to have a system of logs effective, and light. Package exist as to futile.logger, but it require the additional coding of logs. So it is thus impossible / very difficult to use it with all package them used in the calculation Our idea is to develop one packages global, simple, who would allow to identify all the errors, warning, message
2013 Feb 13
4
[PATCH 0/3] FLASK policy build rework
These patches update the example FLASK policy shipped with Xen and enable its build if the required tools are present. The third patch requires rerunning autoconf to update tools/configure. [PATCH 1/3] flask/policy: sort dom0 accesses [PATCH 2/3] flask/policy: rework policy build system [PATCH 3/3] tools/flask: add FLASK policy to build
2003 Jul 16
2
Fatal error in SJava.
Dear r-helpers, I have been trying to invoke R from Java in a Windows 2000 computer (unfortunately). All my environment variables seem to be properly set, everything seems to be in order, but I obtaining a Fatal error: unable to open the base package error window. Also, the output of the invoker is Loading RInterpreter library R_HOME: R_HOME=C:/Programas/R RVersion: R_VERSION=1.6.1 whereas
2007 May 30
5
Possible changes to connections
When I originally implemented connections in R 1.2.0, I followed the model in the 'Green Book' closely. There were a number of features that forced a particular implementation, and one was getConnection() that allows one to recreate a connection object from a number. I am wondering if anyone makes use of this, and if so for what? It would seem closer to the R philosophy to have
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all, The latest pre-release is here: http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz but there will probably need to be at least one more. I've tested this on x86_64-linux powerpc-linux i386-openbsd5.2 i386-freebsd9 The majority of changes since the last pre-release is the addition of Janne Hyv?rinen's utf8 I/O functionality. Janne's
2014 Apr 04
0
Wine release 1.7.16
...Use a separate device for np2_stretch_rect_test(). d3d9/tests: Use a separate device for tssargtemp_test(). Herm?s B?lusca-Ma?to (2): usp10: Avoid non-standard array initialization. winemac.drv: Fix a typo in _MSC_VER. Hugh McMaster (3): regsvr32: Replace printf calls with WriteConsole function. regsvr32: Move silent check to the output_write function. regsvr32: Fix filename in version definition. Huw D. M. Davies (2): riched20: Add a helper to return the default line height and use that in EM_LINESCROLL. riched20: Keep track of fractions of WHEEL_DELTA w...
2020 Sep 11
0
Wine release 5.17
...conhost: Add tty input implementation. conhost/tests: Add tty input tests. kernel32/tests: Skip more tests on old Windows. conhost: Use more standard hide cursor sequence. conhost: Introduce IOCTL_CONDRV_WRITE_CONSOLE ioctl. kernel32: Use IOCTL_CONDRV_WRITE_CONSOLE in WriteConsoleW when possible. conhost/tests: Add WriteConsole tests. kernel32/tests: Allow ENABLE_VIRTUAL_TERMINAL_PROCESSING in default mode. conhost/tests: Wait for child process in test_pseudoconsole. Jeff Smith (3): qcap/tests: Test effect of setting stream format on media type enume...
2015 Jun 26
0
Wine release 1.7.46
.../i command line code to a separate function. regsvr32: Convert if-else block to switch statement. net: WriteFile should output the number of bytes in the char array, not the length of the WCHAR array. regsvr32: Convert codebase to Unicode. regsvr32: Add WriteFile fallback if WriteConsole fails. regsvr32: Make Dll* exports WINAPI. regsvr32: Clean up and update comments to reflect changes to the codebase. Huw D. M. Davies (7): oleaut32/tests: Add broken behaviour on Win 2003. user32/tests: Add some optional messages for Win XP. user32/tests: Try to fix...
2020 Oct 23
0
Wine release 5.20
...ing. conhost: Import scrolling support from wineconsole. conhost: Store title as zero terminated string. conhost: Set console window title. kernelbase: Use conhost in AllocConsole. wineconsole: Reimplement as AllocConsole wrapper. kernel32: Always use conhost for WriteConsoleW. kernel32: Always use conhost for ReadConsoleW. kernel32: Move ReadConsole and WriteConsole to kernelbase. kernelbase: Remove window position adjustment from SetConsoleCursorPosition. kernelbase: Remove no longer needed free_console server call from FreeConsole. serve...
2012 Mar 16
0
Wine release 1.5.0
...30159 Font replacement doesn't work 30171 World of Warcraft 64-bit client deadlocks at start 30182 SuperPower 2 demo installation aborted ---------------------------------------------------------------- Changes since 1.4: Akihiro Sagawa (7): kernel32/tests: Add more tests for WriteConsole. msvcrt/tests: Add tests for fflush on input stream. msvcrt: Add support for fflush to clear an input buffer. msvcrt: Add a helper function to flush all buffers. msvcrt: Add support for _flushall to clear all input buffer. msvcrt: Add semi stub _mbcjmstojis implementat...
2011 Aug 26
0
Wine release 1.3.27
...: Replace the CLSCTX_XXX strings with proper English sentences. hhctrl.ocx: Convert an unneeded popup menu label to a comment. shdoclc: Convert some unneeded popup menu labels to comments. notepad: Tweak an error message for consistency. programs: Document the reason for the WriteConsole() fall back. kernel32: Fix the CreateMailslot[AW]() spec. The first parameter is an input string. wrc: If the message context is 'do not translate', then don't add the string to the PO file. ntdll/tests: Fix the spelling of IID_Endianness. shlwapi/tests: Fix the...
2010 Sep 03
0
Wine release 1.3.2
.../git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.3.2: 3582 Moray 3.5 page fault in PE after call to CallWindowProcA 5541 WriteConsole can't write to stdout; affects e.g. wsh's cscript's usage message 6994 Crimsonland's background textures fail to render 8822 VB6.0 program crashes 10885 Some bitmaps are drawn topside-down (Lazarus 0.9.24) 13819 Wrong codepage used for console output 14737 SmartDraw...