Подскажите библиотечку в Линукс с которой можно изучить основы win32 API для разработки простейших GUI приложений. Если можно простенький примерчик и команду сборки.
The name 'Wine' derives from the recursive acronym Wine Is Not an Emulator. While the name sometimes appears in the forms "WINE" and "wine", the project developers have agreed to standardize on the form "Wine".
Rather than acting as a full emulator, Wine implements a compatibility layer, providing alternative implementations of the DLLs that Windows programs call, and processes to substitute for the Windows NT kernel.
Na primery ispol'zovaniya win32 smotri examples kotorye idudt s wine, nu eshe MSDN i google :)
$ apt-cache search wine
libdscaler - Video deinterlacer plugins from the DScaler project
libwine-cms - Windows API Implementation (Color Management Module)
libwine-sane - Windows API Implementation (Scanner Module)
libwine-arts - Windows API Implementation (aRts Sound Module)
libwine-dev - Windows API Implementation (Development files)
libwine-esd - Windows API Implementation (EsounD Sound Module)
libwine-gphoto2 - Windows API Implementation (Camera Module)
libwine-twain - Windows API Implementation (empty transitional package)
libwine-jack - Windows API Implementation (JACK Sound Module)
libwine-ldap - Windows API Implementation (LDAP Module)
libwine-nas - Windows API Implementation (NAS Sound Module)
libwine-capi - Windows API Implementation (ISDN Module)
libwine - Windows API Implementation (Library)
wine - Windows API Implementation (Binary Loader)
wine-utils - Windows API Implementation (Utilities)
libwine-gl - Windows API Implementation (OpenGL Module)
libwine-print - Windows API Implementation (Printing Module)
xwine - graphical user interface for the WINE emulator
wine-doc - Windows Emulator (Documentation)
libwine-alsa - Windows API Implementation (ALSA Sound Module)
tellico-data - collection manager for books, videos, music [data]
tellico - collection manager for books, videos, music
тебе уже правильно сказали, ставь libwine-dev и wine-utils... пишешь прогу, сохраняешь в файл (к примеру main.c), а потом winegcc main.c -o proga... кажись там надо было ещё какой-то параметр указывать, но сейчас не помню, на работе, под рукой нет вайна... можешь глянть что покажет winegcc --help ;)
> И ловить глюки и несовместимости во время удачи.
Какие несовместимости? Если с тебя заработает то что ты напишешь в линуксе и скомпилируешь вайном, то оно 100% запустится в винде...обратное утверждение не верно к сожалению :(