nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Exporter Plugin for 3DSMAX 4.0


From: Cyril 'Hulud' Corvazier
Subject: Re: [Nel] Exporter Plugin for 3DSMAX 4.0
Date: Fri, 5 Oct 2001 17:13:51 +0200

Hi Valerio,
 
I have added your fixe. We recommand to use this macro to solve max3/max4 sdk compatibilty :
 
// Define the macro
#include <plugapi.h>
 
#if (MAX_RELEASE < 4000)
// Code for max version < 4
...
else // (MAX_RELEASE < 4000)
// Code for max 4
...
endif // (MAX_RELEASE < 4000)
 
--------------------Configuration: nel_mesh_lib - Win32 ReleaseDebug--------------------
Compiling...
calc_lm.cpp
C:\Programmi\Microsoft Visual Studio\MyProjects\nevrax\code\nel\tools\3d\plugin_max\nel_mesh_lib\calc_lm.cpp(256) : error C2440: 'initializing' : cannot convert from 'class ExclList' to 'class NameTab &'
        A reference that is not to 'const' cannot be bound to a non-lvalue
Error executing cl.exe.
I have disactived the code under max4 and add a "todo" comment.
The reason is GetExclusionList() doesn't return a NameTab any more but a ExclTab. And i don't know what a ExclTab is !
Feel free to make a patch for this part. :-) 
 
Regards,
 
Cyril Corvazier
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]