Game Development Community

Running Game on Mac with XP VM (unable to find initializeProject)

by Mr Zurkon · in iTorque 2D · 12/15/2011 (11:20 am) · 0 replies

I'm attempting to run my game through TGB/Torsion on a windows XP VM using VMware Fusion. I've shared my Projects folder on the mac and I'm accessing the project from that folder on the XP VM. It's a iTorque 2D project.

When I try to run the game I get the following error:
main.cs (62): Unable to find function _initializeProject
main.cs (0): Unable to find function initializeProject

Are there some things I should keep in mind with my current setup? Anyone that have experience doing the same? How can I fix this and ensure I don't mess up the project when working cross-OS?