Developer

W

Wayne

I have a product that I created in XP developer and I
would like to create a MAC version. Is this possible. I
know nothing about Mac's.

Please Advise

Thanks
 
J

J.E. McGimpsey

Wayne said:
I have a product that I created in XP developer and I
would like to create a MAC version. Is this possible. I
know nothing about Mac's.

Depends on what your wrote it in and what you used.

Macs have only got VBA5.0. Any functions introduced in 6.0 will not
work, though there are VBA5 workarounds available.

Macs do not support ActiveX controls - use controls from the Forms
toolbar instead.

There are a very few syntax differences between Mac and Win - mostly
in file handling.

Obviously any Windows API calls are unsupported.
 
Top