Developing a DirectX application using wineg++

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
widarr
Newbie
Newbie
Posts: 2
Joined: Tue May 15, 2012 11:38 am

Developing a DirectX application using wineg++

Post by widarr »

Hello!

I'm a C++ Programmer and currently experimenting with DirectX and OpenGl.
Can you give me some links with examples and tutorials on DirectX for wine?

I successfully compiled a simple directX application using wineg++ but the window won't show up. I think its a problem with WinMain()
I'd like to learn more on this subject.

Greetings,
widarr
widarr
Newbie
Newbie
Posts: 2
Joined: Tue May 15, 2012 11:38 am

Post by widarr »

NVM,

Got it to run, just forgot to set int nCmdShow to 5 :D
Locked