Re: [NAnt-users] type initializer for 'win32DllPINVOKE' threw an exception

2009-08-12 Thread sam ch
Apologies. Please disregard, wrong list. - Original Message From: sam ch To: nant-users@lists.sourceforge.net Sent: Wednesday, August 12, 2009 1:19:58 PM Subject: type initializer for 'win32DllPINVOKE' threw an exception Hello, I am new to swig and I am attempting to use i

[NAnt-users] type initializer for 'win32DllPINVOKE' threw an exception

2009-08-12 Thread sam ch
Hello, I am new to swig and I am attempting to use it by first creating a simple project. Everything compiled correctly, but I get an exception while running. I believe it is something simple, but I am just not sure where to look. Any tips would be appreciated, thanks. joe STEPS I TOOK: 1.

Re: [NAnt-users] c++.net dll configuration

2007-01-17 Thread sam ch
I don't know enough about the C++ compiler That would be my issue as well, unfortunately. From the compiler help: /Yu[file] use .PCH file /Yc[file] create .PCH file This has to do with a Pre-Compiled Header, but I had to look that up so I do not really know what purpose this serv