04-24-2013 07:40 AM
hello everyone,
I have tried to create shared libraries according to the method provided in the following links http://digital.ni.com/public.nsf/allkb/81D1172E3C28A5E4862575CC0076A230?OpenDocument,but when I have typed make to run the makefile in command prompt,I always got the error as the screenshot in attachment shows.
Any suggestion? How should I fix this error to create .out file?
Shen
04-25-2013 06:48 AM
Hi,
the error message contains information of the lvwpcap and tells you something about syntax errors.
I found some information on this:
http://zone.ni.com/devzone/cda/epd/p/id/2660
Maybe this helps. There is an example included.
Best regards
Suse
04-26-2013 03:55 AM
Thanks for your reply.
I have found this project packet. The cpp file uesed in my case is the cpp file contained in this project packet.
Anyway . thanks a lot.