I would like to enquire if there is any way where you can include or add a .dll file into a existing project. I know that you can include a .h file easily into your project, but is it the same way as you include a .dll into the project as well?
Well, it goes like this, i am suppose to print a barcode using a barcode printer, and i'm using Visual C++ to activite the printing process, as in normal printing process in Visual C++. However, the problem is that i need to include the barcode font dll file into my project. If i am to add the dll file in the same way as including a .h file into my project, it gives me error and could not print the barcode string, instead, it print out the words.
Hence, i do hope that anyone would be able to help me with it(ie to iclude a .dll file into the exisiting program).
Your help will be deeply appreciated.
Well, it goes like this, i am suppose to print a barcode using a barcode printer, and i'm using Visual C++ to activite the printing process, as in normal printing process in Visual C++. However, the problem is that i need to include the barcode font dll file into my project. If i am to add the dll file in the same way as including a .h file into my project, it gives me error and could not print the barcode string, instead, it print out the words.
Hence, i do hope that anyone would be able to help me with it(ie to iclude a .dll file into the exisiting program).
Your help will be deeply appreciated.