I
inma
Hi,
I'm trying to develop a simple aplication using C++ Builder with some
files: *.h, *.def, *.lib and *.dll (typical vendor files of a specific
hardware).
There are also a file *.txt including the instructions to compile all
the files in my program, I mean it's supossed that I only have to link
the proyect with the *.lib, *.def and *.dll and include in the header
of the program the file *.h with "#include <*.h>", but I can't compile
the project, and if I modify the *.h, then it's impossible to link the
project.
I'm missing, because it seems to be very easy but there is always any
error during linking.
I would like to get more information about this trouble.
Best regards,
NOTE: all the functions are declared in the file *.h as "extern C".
I'm trying to develop a simple aplication using C++ Builder with some
files: *.h, *.def, *.lib and *.dll (typical vendor files of a specific
hardware).
There are also a file *.txt including the instructions to compile all
the files in my program, I mean it's supossed that I only have to link
the proyect with the *.lib, *.def and *.dll and include in the header
of the program the file *.h with "#include <*.h>", but I can't compile
the project, and if I modify the *.h, then it's impossible to link the
project.
I'm missing, because it seems to be very easy but there is always any
error during linking.
I would like to get more information about this trouble.
Best regards,
NOTE: all the functions are declared in the file *.h as "extern C".