Problem Unable to compile Atlantis sample (VC++2008)

orb

O-F Administrator,
News Reporter
Joined
Oct 30, 2009
Messages
14,020
Reaction score
4
Points
0
Nota Bene : I had to edit the meshresVC.h file and add manually a "_VC" suffix to all the identifiers.
The meshc utility can do it automatically. If I was here earlier I'd write this command line for you:
Code:
echo AtlantisVC.msh _VC AtlantisVC.h | meshc.exe
First parameter is input file, the second is suffix, and third is output file. They are being echoed to standard input of meshc for processing. (The presented command would work if you had AtlantisVC.msh and meshc.exe files in the same folder, or meshc.exe in the search path, but you could add appropriate paths before file names.)
 
Top