hi everyone!
i thinks this problem was already discussed, but i'm still having some serious problems... tried to make my first pd-external. (the helloworld example described in the howto at http://pd.iem.at/externals-HOWTO/node3.html ) while compiling the code with microsoft visual c++ 6 (windows xp), i get the following error:
error C2664: 'class_new' : cannot convert parameter 6 from 'const int' to 't_atomtype' Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
i thinks this is because the m_pd.h is not useful for compiling with vc++6. anyone has a hint how to get rid of this problem? is there an "updated" version of m_pd.h that i can use?
thanks for your response! max.
________ max Min | www.maxmin.ws look at www.os3000.org
Hi, just use A_NULL instead of 0 for the termination of argument lists. It should be ok then.
best greetings, Thomas
----- Original Message ----- From: "max Min" mox@gmx.at To: pd-dev@iem.kug.ac.at Sent: Saturday, May 03, 2003 2:54 PM Subject: [PD-dev] visual c++6 compilation problems
hi everyone!
i thinks this problem was already discussed, but i'm still having some serious problems... tried to make my first pd-external. (the helloworld example described in the howto at http://pd.iem.at/externals-HOWTO/node3.html ) while compiling the code with microsoft visual c++ 6 (windows xp), i get the following error:
error C2664: 'class_new' : cannot convert parameter 6 from 'const int' to 't_atomtype' Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
i thinks this is because the m_pd.h is not useful for compiling with
vc++6.
anyone has a hint how to get rid of this problem? is there an "updated" version of m_pd.h that i can use?
thanks for your response! max.
max Min | www.maxmin.ws look at www.os3000.org
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev