EnglishFrenchSpanish

Ad


OnWorks favicon

widl - Online in the Cloud

Run widl in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command widl that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


widl - Wine Interface Definition Language (IDL) compiler

SYNOPSIS


widl [options] IDL_file
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
is 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.

-o, --output=name
Set the name of the output file. When generating multiple output files, this sets
only the base name of the file; the respective output files are then named name.h,
name_p.c, etc.

-b cpu-manufacturer[-kernel]-os
Set the target architecture when cross-compiling. The target specification is in
the standard autoconf format as returned by config.sub.

Header options:

-h Generate header files. The default output filename is infile.h.

--oldnames
Use old naming conventions.

Type library options:

-t Generate a type library. The default output filename is infile.tlb. If the output
file name ends in .res, a binary resource file containing the type library is
generated instead.

-m32, -m64
Generate a Win32 or Win64 type library respectively.

UUID file options:

-u Generate a UUID file. The default output filename is infile_i.c.

Proxy/stub generation options:

-c Generate a client stub file. The default output filename is infile_c.c.

-Os Generate inline stubs.

-Oi Generate old-style interpreted stubs.

-Oif, -Oic, -Oicf
Generate new-style fully interpreted stubs.

-p Generate a proxy. The default output filename 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 a server stub file. The default output filename is infile_s.c.

--win32, --win64
Only generate 32-bit or 64-bit code respectively (the default is to generate both
32-bit and 64-bit versions into the same destination file).

Registration script options:

-r Generate a registration script. The default output filename is infile_r.rgs. If the
output file name ends in .res, a binary resource file containing the script is
generated instead.

Dlldata file options:

--dlldata-only name1 [name2...]
Regenerate the dlldata file from scratch using the specified proxy names. The
default output filename 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 meaning of values, see the DEBUG
section.

Miscellaneous options:

-app_config
Ignored, present for midl compatibility.

--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

Use widl online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad