I already have an X server. Will it work with NuTCRACKER Platform applications?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsYes. NuTCRACKER Platform applications work with any X server because all X clients and servers speak the same, standard protocol. We have not found a Windows X server that fails to work with Toolkit.
What is the NuTCRACKER Platform?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsThe NuTCRACKER Platform is the runtime component of Toolkit that provides UNIX system-layer emulation in a Win32 environment. MKS Toolkit for Enterprise Developers and MKS Toolkit for Professional Developers include header files, libraries, and other SDK tools that support development and deployment of NuTCRACKER Platform applications and DLLs.
Is it possible to convert a NuTCRACKER Platform application into an OLE server?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsYes, this is a major advantage of using Toolkit. Please see the "HowTo" in the MKS Toolkit Resource Kit for details and source examples. In addition, see Evolving Applications with COM in the Cross-Platform Developer's Guide.
What is an X Server?
Cygwin/X Frequently Asked QuestionsX Server is a program that provides display and user input services to other programs. In comparison, a file server provides other programs with access to file storage devices. File servers are typically located in a remote location and you use the services of a file server from the machine that you are located at.
Can a NuTCRACKER Platform-enabled application be implemented as a DLL?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsYes, this is easy to do in Toolkit. Refer to Porting Shared Libraries in the Cross-Platform Developer's Guide.
Is there a way to convert a Windows socket into a NuTCRACKER Platform socket and vice versa?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsIt is possible to retrieve the underlying Win32 handle from the NuTCRACKER Platform with the _NutFdToHandle() API (or donate a handle to the NuTCRACKER Platform with _NutHandleToFd()). It is not possible, however, to share socket handles in this way. Once the NuTCRACKER Platform owns a socket handle, you may not continue to manipulate it with Win32 calls and vice versa. Yes. Toolkit implements FIFOs that are compatible with standard UNIX implementations.
Can a NuTCRACKER Platform-enabled application be implemented as a COM component?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsYes, this is a major advantage of using Toolkit. Please see the "HowTo" in the MKS Toolkit Resource Kit for details and source examples. In addition, see Evolving Applications with COM in the Cross-Platform Developer's Guide.
Why does my NuTCRACKER Platform application read my binary data files incorrectly?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsYou could have a byte-ordering problem. The MKS Toolkit Resource Kit contains a port of ONC RPC, including XDR. The XDR functions (and the program RPCGEN) help you encode and decode binary data. The resource kit contains a sample use of XDR to save/retrieve a data structure in a platform neutral form, using the xdrstdio library. Libraries exist for UDP, TCP, memory, and the file system. The Toolkit socket library has implementations of htons(), htonl(), ntohs(), and ntohl().
Will Dalek Chess run on platform X?
Dalek Chess Project: Frequently Asked Questions (FAQ)My targeted platform is Linux with an X server. It may coincidently run on any of the free BSD implementations considering the prerequisite tools should be available for them as well. I will try to make certain that the C code generated does not suffer from any endianness or 32/64 bit issues to ensure it will run on all types of Linux platforms. Any non Unix like OS will most likely require some porting effort, which I can not do personally.
How do I port GHC to platform X?
GHC/FAQ - HaskellWikiLinking a program causes the following error on Linux: /usr/bin/ld: cannot open -lgmp: No such file or directory
Do I need an X server to run in batch mode?
GIMP - DocumentationYes, you have to have some form of X server (unless you're running Windows, of course). It needs an X server for image processing, and for font manipulation. However, if you wish to run in batch mode, you can run with a special, frame-buffer-less X server called Xvfb, which doesn't require a graphics card or mess with your screen: Xvfb :1 -screen 0 10x10x8 -pixdepths 1 & gimp --display :1.0 --no-interface --batch "commands" ..
How do I configure my X server to do global gamma correction?
GIMP - DocumentationSome servers have no facility for this; you may be able to adjust your monitor to correct somewhat. Later versions of XFree86 allow these server options: gamma f set gamma value (0.1 < f < 10.0) Default: 1.0 -rgamma f set gamma value for red phase -ggamma f set gamma value for green phase -bgamma f set gamma value for blue phase
Will product X work with my Dell PC, Laptop, or Server?
Aus PC-Market | FAQMost things we sell will not work with Dells - their proprietary hardware may not work with generic gear. We've found that most USB, Firewire, TV Tuner and memory products we sell, and ALL power supplies and motherboards (without exception), will not work on Dell equipment - the same gear usually works just fine with "generic" PC hardware that we sell, though.
Q4. Why doesn't my X server work under coLinux?
CoLinux FAQ - coLinux - a Wikia wikicoLinux currently doesn't support running an X server that requires a graphic adapter, because such virtual adapter doesn't exist at the moment. If you want to use X, you can run a Windows X server such as Cygwin/X or Xming, and launch an X session across the virtual network. The reason is that there are limitations enforced by Windows's non-cached memory allocator. This pool is hardcoded to a limit of 256MB and even 128MB on some systems.
How does (defun car (x) (car x)) work?
Frequently Asked Questions for comp.lang.lispThis code is probably part of the source to a lisp compiler, which knows how to open-code calls to CAR. However, the interpreter also needs to know how to call CAR, which is what the above defun is doing. This is not recommended in user code... This question is usually motivated by the existence of labels, which is a similar form for binding functions, but also allows mutual recursion between the functions being bound. Given this, it is perhaps natural to question the utility of flet.
Do I have to have an X server? Even for batch mode?
GIMP User FAQYes, you have to have some form of X server - the GIMP is an X application! It needs an X server for image processing, and for font manipulation. However, if you wish to run in batch mode, you can run with a special, frame-buffer-less X server called Xvfb, which doesn't require a graphics card or mess with your screen: Xvfb :1 -screen 0 10x10x8 -pixdepths 1 & gimp --display :1.0 --no-interface --batch "commands" ..
Is feature X available on platform Y?
Ayam - FAQWhile the Ayam core functionality (modelling, RIB export) is available everywhere, functionality that is realized through plugins is not available on every platform. This is mainly due to deficiencies in operating system implementations and limited availability of third party software. Aqsis is using two processes when rendering. Ayam can only kill the first one (which is directly spawned by Ayam).
Zinf does not run on my favorite platform X. What do I need to do to get it to run on platform X?
Zinf: FAQCheck the source code to Zinf out on platform X and get it to compile. Once you have it compiling and Zinf is reasonably stable, please send us a set of patches and we will include your changes in the next Zinf distribution. Check out the geek pages for details on this how to check out the source code.
What makes an IP-PBX an applications platform?
IP PBX Phone System Solutions Overview - VerticalThe platform should be fully application-ready, with the processing power and memory to support third-party applications. The system should be standards-based and use standard application programming interfaces like VoiceXML and TAPI.
