Creating a new projectWhen creating a new project in your development environment, there may be some special steps involved in setting up a new AC3D plugin project. If others have similar steps for other compilers/platforms, I'd be glad to add them. Windows : Microsoft Visual C++ (Visual Studio 2003)In Visual Studio, perform:
This starts the project, but there are a couple of steps left. Select the "Project -> Properties..." menu item, and select "All Configurations" from the Configuration drop-down. Select "Linker -> General" in the left pane, and change the Output File to a file with a ".p" extension. Next, select "Linker -> Input" and set "Additional Dependencies" to "ac3d.lib". If you did not perform the Setting up the compiler step, either do so after you apply this change, or include the library path in your compiler options. The only remaining step is when you have finished creating your plugin. At that point, make sure to set your Build configuration from Debug to Release.
|
All content Copyright © 2006 Dennis Hawthorne, except where explicitly noted supercoldmilk © 2006 Dennis Hawthorne |