Displaying 4 results from an estimated 4 matches for "iswin".
Did you mean:
swin
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all,
Gert Hulselmans requested a feature for MDISKCHK.COM that would function
roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET
command output for MEMDISK kernel arguments passed by previous
boot-loaders. He also needed to support the case for
MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments
could be gathered together and output as a list
2009 Jan 16
2
How to discover within my application if executed in Wine?
Hi,
I'm a Delphi (Windows) developer and I was trying to use Wine to execute my applications on Linux (actually using a Kubuntu 8.10)
Most thing works great, but some don't.
I was wondering if there's a way to discover if I'm under Windows or Linux just having a function like IsWine() that returns a boolean value. In this way I will be able to fix those small things that don't work and have my application running on both systems.
I tryed checking for OS version, like I do on Windows but I get an empty response from Wine. I could take this as an answer (in such case the r...
2020 Feb 14
3
R-3.6.2 make check fails
...sts/Pkgs"
> if(!file_test("-d", pkgSrcPath) && !interactive()) {
+ unlink("myTst", recursive=TRUE)
+ print(proc.time())
+ q("no")
+ }
> ## else w/o clause:
>
> do.cleanup <- !nzchar(Sys.getenv("R_TESTS_NO_CLEAN"))
> isWIN <- .Platform$OS.type == "windows"
> has.symlink <- !isWIN
> ## Installing "on to" a package existing as symlink in the lib.loc
> ## -- used to fail with misleading error message (#PR 16725):
>
> if(has.symlink && !unlink("myLib_2", recursi...
2009 Feb 04
12
Detecting a programm runs using Wine
Is there absolutelu no (unofficial) way to detect whether a programm is running using Wine?
In this way a programm could decide to use other routines for those features that do not work fine using Wine.