Porting existing code to FiveWin Mac

Post Reply
User avatar
Greg Gammon
Posts: 105
Joined: Fri Jun 09, 2006 3:27 pm
Location: Bryan, Texas

Porting existing code to FiveWin Mac

Post by Greg Gammon »

I am interested in taking my current applications to the Mac platform and have a few questions on how this is implemented:

1. What compiler is used with FiveWin Mac?
2. Does the compiler run on windows machine or must I use it on a Mac? I know I need a Mac for testing, but in development?
3. Can I use the same dialog resources (I use resedit and create .rc file) for the Mac version or do they need to be rebuilt in another Mac-version editor?
4. Any other tools required to finalize a mac version?
5. Coding changes required ?

Thanks,
Greg
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Porting existing code to FiveWin Mac

Post by Antonio Linares »

Greg,

To quickly port your existing FWH apps to Mac simply use:

http://winebottler.kronenberg.org/

FiveMac is to be used to create native Mac apps, but you can not take an existing FWH app and recompile with it. Knowing FiveWin then you already know FiveMac, but it has its differences are Mac and Windows are different too
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Greg Gammon
Posts: 105
Joined: Fri Jun 09, 2006 3:27 pm
Location: Bryan, Texas

Re: Porting existing code to FiveWin Mac

Post by Greg Gammon »

Actually I do want to create the Windows APP I have now into a Native Mac APP, so I need to know the tools to use per the questions I asked.
Thanks!
G
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Porting existing code to FiveWin Mac

Post by Antonio Linares »

Greg,

1. What compiler is used with FiveWin Mac?

Apple's free xcode gcc

2. Does the compiler run on windows machine or must I use it on a Mac? I know I need a Mac for testing, but in development?

It only works on a Mac and you can only develop and test on a Mac

3. Can I use the same dialog resources (I use resedit and create .rc file) for the Mac version or do they need to be rebuilt in another Mac-version editor?

Apple provide its own resources editor, but it is quite different to the ones that you may have used in Windows.

4. Any other tools required to finalize a mac version?
A source code editor of your choice.

5. Coding changes required ?
Yes, many. You can not take a FWH app and recompile it with FiveMac. If you post a screenshot of your app, we could
provide you some more thoughts about what to change, etc
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Greg Gammon
Posts: 105
Joined: Fri Jun 09, 2006 3:27 pm
Location: Bryan, Texas

Re: Porting existing code to FiveWin Mac

Post by Greg Gammon »

Excellent info. This gives me a much clearer concept of the challenge.
Thanks!
G
Post Reply