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

2007-01-17 Thread Stephen Lewis
Don't confuse me with a C++ compiler/linker expert, but I tackled this a couple of years ago and have not thought of it since. Like you, we have a C++.NET wrapper around a 3rd party DLL. I seem to recall having trouble with the switches for precompiled header and decided, since we were building f

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

2007-01-17 Thread sam ch
; To: samch <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.net Sent: Wednesday, January 17, 2007 9:47:52 AM Subject: RE: [NAnt-users] c++.net dll configuration You'll have to resolve these errors the cpp compiler is giving you... C:\DLL_Wrapper\DLL_Wrapper.cpp : fatal error C1195: use of /

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

2007-01-17 Thread Bob Archer
t: Tuesday, January 16, 2007 2:23 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] c++.net dll configuration Hello, I am trying to compile a c++.net dll that is actually a wrapper of a c++ dll. The wrapper will be later referenced within a c# application. I am fairly new to nant