webowner47
Programmer
hello,
i'm using c++ builder for a quite some time now, i'm having problems including files in order to use some apis like "PcapPlusPlus" for network sniffing,
the problem is when i successfully put my files in the project directory and include them, it always show me 100 thousands of errors like (unable to include file, unable to open include file, undefined function...), i mean OMG, i cannot program like this, at least no one can -_-.
my file include attempts:
please help, i started to get bored
i'm using c++ builder for a quite some time now, i'm having problems including files in order to use some apis like "PcapPlusPlus" for network sniffing,
the problem is when i successfully put my files in the project directory and include them, it always show me 100 thousands of errors like (unable to include file, unable to open include file, undefined function...), i mean OMG, i cannot program like this, at least no one can -_-.
my file include attempts:
Code:
#include "Packet++\header\IPv4Layer.h"
#include "Packet++\header\Packet.h"
#include "Pcap++\header\PcapFileDevice.h"
Code:
#include <IPv4Layer.h>
#include <Packet.h>
#include <PcapFileDevice.h>
please help, i started to get bored