ACS Code Generator DLLs (C code)
Code Generator DLLs determine what type of code is generated by ACS. From the Launch ACS/TDK dialog you select the Code Generator DLL you want to use.
ACS is supplied with the following Code Generator DLLs for generating C code:
C Generic Production - use this Code Generator DLL for generating target ready code for operating systems that are not Windows.
C Win32 Production - use this Code Generator DLL for generating target ready code for a Windows operation system
If you have installed Modeler to the default location, the supplied Code Generator DLLs reside in subfolders of the following folder (the name of a Code Generator DLL's folder matches that of the Code Generator DLL).
For Windows 7 and later operating systems: C:\Users\<user>\AppData\Roaming\ItsShadow\ScriptDir\C_Sync
For 64-bit versions of pre Windows 7 operating systems: C:\Program Files (x86)\Windchill Modeler\Modeler\System\C_Sync
For 32-bit versions of pre Windows 7 operating systems: C:\Program Files\Windchill Modeler\Modeler\System\C_Sync
When you generate code using the preceding Code Generator DLLs, ACS copies project files to the target folder and updates the paths in those files for your computer:
C Win32 Production - ACS copies the project files from the following folder (assuming Modeler is installed to the default location)
For 64-bit versions of Windows:
C:\Program Files (x86)\Windchill Modeler\Modeler\System\ACS Project Support Files\C Win32 Production\Project
For 32-bit versions of Windows:
C:\Program Files\Windchill Modeler\Modeler\System\ACS Project Support Files\C Win32 Production\Project
* 
No project files are copied to the target folder for the C Generic Production Code Generator DLL.
You can customize a supplied ACS Code Generator DLL through its associated TDK model.