Einzelnen Beitrag anzeigen

Benutzerbild von dizzy
dizzy

Registriert seit: 26. Nov 2003
Ort: Lünen
1.932 Beiträge
 
Delphi 7 Enterprise
 
#6

Re: 3D Studio Max Export Plugin und Delphi?

  Alt 23. Aug 2004, 15:16
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
  Mit Zitat antworten Zitat