12-10-2007 03:54 AM - edited 12-10-2007 03:56 AM
12-10-2007 09:10 AM
12-10-2007 10:05 AM
Guillaume Dargaud wrote:
It's been a few years since I last compiled zlib on CVI, but from what I
remember, I had to declare some defines at the compiler level in order to
make it compile (/Dsomething).
--
Guillaume Dargaud
http://www.gdargaud.net/
12-10-2007 10:05 AM - edited 12-10-2007 10:07 AM
Guillaume Dargaud wrote:
It's been a few years since I last compiled zlib on CVI, but from what I
remember, I had to declare some defines at the compiler level in order to
make it compile (/Dsomething).
--
Guillaume Dargaud
http://www.gdargaud.net/
01-14-2008 10:21 AM
Hi Rolf,
I've asked our experts to take a look at your code. It is a compiler define that CVI does not defined by default. wher VC probably does. We are missing the /DNO_DUMMY_DECL define.
Add this to the Compiler Defines in the Build Options dialog and this should get rid of the inconsistent type declarations errors.
Hope this helps
Thanks
Karsten
01-14-2008 03:13 PM
Hmm, thanks a lot. This seems to have fixed that issue.
@KvZ wrote:
Hi Rolf,
I've asked our experts to take a look at your code. It is a compiler define that CVI does not defined by default. wher VC probably does. We are missing the /DNO_DUMMY_DECL define.
Add this to the Compiler Defines in the Build Options dialog and this should get rid of the inconsistent type declarations errors.
Hope this helps
Thanks
Karsten