Zitat von
Newbie44:
Zitat von
3D Studio Max:
Standard
DLL Functions
There are a standard set of functions that ALL plug-in DLLs must implement. These functions are:
DLLMain()
LibDescription()
LibNumberClasses()
LibClassDesc()
LibVersion()
These functions allow 3ds max to access, work with, and maintain the plug-ins inside the DLL. To review the full details of these functions, see the Advanced Topics section DLL Functions and Class Descriptors
Reentrant and Thread Safe Plug-Ins
3ds max plug-ins must be 'Reentrant' and 'Thread Safe'. See the Advanced Topics section Thread Safe Plug-Ins for more information.
Dies ist der wichtige Teil. Du musst einfach eine
DLL schreiben, die die genannten Funktionen mit den entsprechenden Parametern exportiert und bedient. Zum Schreiben von DLLs in Delphi gibt es massig Tutorials
Fabian K.
INSERT INTO HandVonFreundin SELECT * FROM Himmel