Sponsored Content
Special Forums Windows & DOS: Issues & Discussions How to run a Windows Setup on a Linux computer? Post 302982150 by marktux on Sunday 25th of September 2016 08:30:47 AM
Old 09-25-2016
Sure, I will take a look at Wine.

Thanks Jim for quick response.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What can I do,if I want windows me and unix stay in the same computer?

My computer's operating system is windows me,now.I want install unix in it while I don't want to kill the windows me.So could u tell me what to do?I'd like you give me detailed information about it.Thank u. (2 Replies)
Discussion started by: David
2 Replies

2. Filesystems, Disks and Memory

how do you get 2 windows off your computer

i have windows 2000 professional and windows 98 on my computer but i onle want 1:confused: (3 Replies)
Discussion started by: binary_king
3 Replies

3. UNIX for Dummies Questions & Answers

Cable Modem, Unix, XP Computer Primary, need advice setup!

I have a XP computer which is my primary. I recently, well just today installed a old version of Mandrake Linux 6.5 I had laying on a self collecting dust on a old PII 233mhz that had to be vacummed out before I could use it. I have my XP computer connected by 10/100 NIC to a cable modem. My... (1 Reply)
Discussion started by: garfunkle
1 Replies

4. UNIX for Dummies Questions & Answers

How to run a script when your computer is idle

I am trying to run a script that I made when my computer is idle. How do I go about doing this. Thanks :) (4 Replies)
Discussion started by: rehansaeed
4 Replies

5. Shell Programming and Scripting

How to run a process when the computer is idle?

Hi there, I wrote a script that scans a folder for new files. I don't want to run it at specific times but only when the computer is NOT busy. I tried to use nice but it doesn't really work. I mean, even if my process has less priority, it still slows down the other processes. I did a test... (3 Replies)
Discussion started by: chebarbudo
3 Replies

6. UNIX for Dummies Questions & Answers

Samba setup in virtual server environment Windows/ Linux

I have a home network set up that consists of a few windows clients and 3 centos, and 1 suse client. These are all virtual machines, VMware Workstation. One centos vm is set to be the Samba server. Do I need Samba set up on the other Linux clients?I have no problem seeing the windows clients... (0 Replies)
Discussion started by: ktb231
0 Replies

7. UNIX for Dummies Questions & Answers

How to run linux in windows 7 without dual boot?

tell me in steps if its virtual box (2 Replies)
Discussion started by: mahor1989
2 Replies

8. Windows & DOS: Issues & Discussions

Run Linux command from windows

hi i downloaded nic demo application from nic.comuf.com. working fine ,but when i run batch script ,always display splash screen maybe 10 sec. how can i remove splash screen when run batch script.? thanks z (2 Replies)
Discussion started by: zoldkovacs
2 Replies
WIDL(1) 						      Wine Developers Manual							   WIDL(1)

NAME
widl - Wine Interface Definition Language (IDL) compiler SYNOPSIS
widl [options] infile.idl widl [options] --dlldata-only name1 [name2 ...] DESCRIPTION
When no options are used the program will generate a header file, and possibly client and server stubs, proxy and dlldata files, a typelib, and a UUID file, depending on the contents of the IDL file. If any of the options -c, -h, -p, -s, -t, -u, or --local-stubs are given, widl will only generate the requested files, and no others. When run with --dlldata-only, widl will only generate a dlldata file, and it will contain a list of the names passed as arguments. Usually the way this file is updated is that each time widl is run, it reads any existing dlldata file, and if necessary regenerates it with the same list of names, but with the present proxy file included. When run without any arguments, widl will print a help message. OPTIONS
General options: -V Print version number and exit. -b cpu-manufacturer[-kernel]-os Set the target architecture when cross-compiling. The target specification is in the standard autoconf format as returned by con- fig.sub. Header options: -h Generate header files. -H file Name of header file to generate. The default header filename is infile.h. --oldnames Use old naming conventions. Type library options: -t Generate a type library. -T file Define the name of the type library to be generated. The default filename is infile.tlb. -m32, -m64 Generate a Win32, respectively Win64, type library. UUID file options: -u Generate a UUID file. -U file Define the name of the UUID file to be generated. The default filename is infile_i.c. Proxy/stub generation options: -c Generate client stub. -C file Name of client stub file (default is infile_c.c) -p Generate proxy. -P file Name of proxy file (default is infile_p.c) --prefix-all=prefix Prefix to put on the name of both client and server stubs. --prefix-client=prefix Prefix to put on the name of client stubs. --prefix-server=prefix Prefix to put on the name of server stubs. -s Generate server stub. -S file Name of server stub file (default is infile_s.c) --win32, --win64 Only generate 32-bit, respectively 64-bit code (the default is to generate both 32-bit and 64-bit versions into the same destination file). Dlldata file options: --dlldata=file Name of the dlldata file (default is dlldata.c) Preprocessor options: -I path Add a header search directory to path. Multiple search directories are allowed. -D id[=val] Define preprocessor macro id with value val. -E Preprocess only. -N Do not preprocess input. Debug options: -W Enable pedantic warnings. -d n Set debug level to the non negative integer n. If prefixed with 0x, it will be interpreted as an hexadecimal number. For the mean- ing of values, see the Debug section. Miscellaneous options: --local-stubs=file Generate empty stubs for call_as/local methods in an object interface and write them to file. Debug Debug level n is a bitmask with the following meaning: * 0x01 Tell which resource is parsed (verbose mode) * 0x02 Dump internal structures * 0x04 Create a parser trace (yydebug=1) * 0x08 Preprocessor messages * 0x10 Preprocessor lex messages * 0x20 Preprocessor yacc trace BUGS
widl is incomplete. Please file bug reports for this application at http://bugs.winehq.org. AUTHORS
widl was originally written by Ove Kaaven. It has been improved by Rob Shearman, Dan Hipschman, and others. For a complete list, see the git commit logs. This man page was originally written by Hannu Valtonen and then updated by Dan Hipschman. SEE ALSO
The Winelib User Guide The Wine Developers Guide Wine 1.2-rc6 October 2007 WIDL(1)
All times are GMT -4. The time now is 02:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy