W
Wanderley Caloni Jr
Hi,
I get a problem when ported my code from VS 2002 to VS 2003.
Aparently, a typedef of a function with default parameters doesn't work
anymore. I used to compile this code in VS 2002.
Anyone already has this problem?
Code:
typedef int (*GIMP_SCUAIMPORTOBJECTS)
(CHAR szPath[MAX_PATH],
CHAR szServerName[100],
CHAR szSecServer[100],
DWORD modules = GIMP_MOD_ALL,
LPVOID reserved = NULL);
error C2383: 'GIMP_SCUAIMPORTOBJECTS' : default-arguments are not
allowed on this symbol.
Thanks by attention.
[]s
I get a problem when ported my code from VS 2002 to VS 2003.
Aparently, a typedef of a function with default parameters doesn't work
anymore. I used to compile this code in VS 2002.
Anyone already has this problem?
Code:
typedef int (*GIMP_SCUAIMPORTOBJECTS)
(CHAR szPath[MAX_PATH],
CHAR szServerName[100],
CHAR szSecServer[100],
DWORD modules = GIMP_MOD_ALL,
LPVOID reserved = NULL);
error C2383: 'GIMP_SCUAIMPORTOBJECTS' : default-arguments are not
allowed on this symbol.
Thanks by attention.
[]s