| DLL Help. | by SirDude | |
Making Dll's under WindowsThere are couple of options for creating dll's under windows. Here are two options.
If you are compling a texture you want tex.def not seq.def If you have perl installed you can run makedll.pl which will build them all for you. (seq.def, tex.def and makedll.pl are included in the plugin source downloads on this site they do not currently come with blender.) You may also want to add -funsigned-char to your compile options... If your getting errors about Random #'s and what not try doing the following: add this line after the other includes: #include "stdio.h" then replace all random() calls by rand() |
There is also a link to using lcc's gui to compile a plugin:
http://paladium.topcities.com/lcc.htm
The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by the University of Minnesota.