简体   繁体   中英

How to develop GTK+ programs on windows?

There isn't a windows binary release, so when it says that they are cross-OS, they mean you can write source to compile on windows, but you have to develop in linux/osx? But then what if you want to make calls to win32api within the app, and want to test as you go along?

They mean you can develop under Windows and you do not have to compile the libraries for yourself. Binaries for GTK+ and its dependencies can be found here .

Cross OS means that the same API is available across all supported platforms.

Direct calls to the win32 API can be made normally in a GTK+ application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM