|
From: yanli <yan...@nc...> - 2008-11-06 18:12:40
|
Hello, there,
When I swig with C#, I got " Error: Syntax error in input(1)" on the
following line in my header file:
HRESULT extern WINAPI WFMAllocateBuffer( ULONG ulSize, ULONG ulFlags, LPVOID
* lppvData);
I have my interface file like this:
//-----------------------------
%module xfsinterfaces
%include <windows.i>
%include <typemaps.i>
%{
#include <windows.h>
#include "xfsinterfaces.h"
%}
/* just grab the original header file here */
%include "xfsadmin.h"
...
//----------------------------------------
Please help!
Thank you very much!
Yanli
--
View this message in context: http://www.nabble.com/SWIG-with-C-%3A-Syntax-error-for-windows-types-tp20366644p20366644.html
Sent from the swig-user mailing list archive at Nabble.com.
|