Relative Content

Tag Archive for windowswinapirust

rust display a window using the windows crate

In my rust experiments I’m currently trying the following. I want to display a basic empty window using the windows crate and the windows API. The below code compiles and executes. The only thing it does not do is display an actual window. What am I doing wrong here as the code looks find to me and the e.g. c++ equivalent would show a window I believe.