development of app for windows

This forum is reserved for everything you want to talk about. It could be about programming, opinions, open source programs, development in general, or just cool stuff to share!
Post Reply
jaggadaku
In need of some credit
In need of some credit
Posts: 1
Joined: Sun Jan 03, 2016 8:53 am

development of app for windows

Post by jaggadaku »

Hello everyone

i have already developed an app for mac in c++.
Now i wants same app for windows (like code blocks) with same gui as in Mac.
How do i develop it for windows?
from where do i start?(i have source code for my app)

Thank you
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: development of app for windows

Post by catalin »

If you used wxWidgets for your mac app, just compile the code on Windows and you'll have your Windows app.

If you don't know how to start with wxWidgets [on Windows], there are a lot of tutorials about it, just ask Google.
https://wiki.wxwidgets.org/Getting_Star ... _wxWidgets
https://wiki.wxwidgets.org/Install
http://codeyarns.com/2013/12/16/how-to- ... n-windows/
Post Reply