Questions tagged [brother-bpac]

10 questions
4
votes
1 answer

JNI DETECTED ERROR IN APPLICATION on Brother SDK

Im trying to print a image in Brother SDK in my app. this is my code: `myPrinterInfo = myPrinter.getPrinterInfo(); myPrinterInfo.printerModel = PrinterInfo.Model.QL_810W; myPrinterInfo.port = PrinterInfo.Port.NET; …
Iam Dev
  • 101
  • 4
2
votes
1 answer

Using custom template files with bpac API (Brother label printer API) in C#

I designed a layout file using P-touch Editor 5.1 and saved it as P-touch layout(.lbx) file. It is not working in my C# project. I am unable to set barcode data and the text lable in my C# project while using this layout file. My problem is to set…
Tariq
  • 2,274
  • 4
  • 24
  • 40
2
votes
6 answers

Brother Label Printer SDK bPac 3.1 Failed to print

I've got the printer driver, P-touch Editor, b-PAC 3.1 and client tools, all 64-bit, downloaded from the Brother website and installed on my 64-bit Windows 7 laptop. The P-touch Editor works/prints fine. However, b-PAC failed, and none of the…
PerlDev
  • 437
  • 1
  • 5
  • 15
1
vote
0 answers

Forcing b-PAC to generate DataMatrix barcodes of a specific symbol size

I am using Brother's b-PAC3.2 SDK in C# to generate and print DataMatrix barcodes using a Brother label printer. My application uses a template created using their P-touch Editor that just has the barcode and a label. The problem I am having is that…
1
vote
2 answers

Android Brother SDK Label Print Encoding - diacritics

I am using Brother SDK to print labels with P-touch template. I have my own template (only with two texts, nothing complicated) in my Brother QL-820NWB label printer. The printing is working but I have a problem with diacritics. For example "Jan…
Pepa Zapletal
  • 2,879
  • 3
  • 39
  • 69
1
vote
1 answer

c# print directly to Brother label printer using custom page length without bPac

I am successfully printing labels directly to a Brother QL label printer using the code below. The problem is that the printer seems to be ignoring the custom length I am trying to set at run time via c# to result in a longer or shorter label. I…
Curt
  • 46
  • 1
  • 2
  • 8
0
votes
0 answers

Printing Data Matrix from Microsoft Excel

I am currently working with a vba macro to gather information from a user and use it in a data matrix. Currently the code is set up where the macro gathers the information, stores it on a cell in an excel sheet, and then uses the information stored…
0
votes
0 answers

Brother Bpac SDK - Access violation with .NET core and .NET 5, but not .NET framework

I'm using Brothers bpac SDK to control a label printer, and I've found that it only works in .NET framework. Using .NET core or .NET 5 gives the exit code -1073741819 (0xc0000005) 'Access violation'. No exception is thrown, so I'm not sure what the…
jspavs
  • 23
  • 3
0
votes
1 answer

BPAC SDK installed but showing CLSID not registered

I installed the BPAC SDK however when I open the test project within to test the DLL it says the DLL is not registered. I looked in the register and show the CLSID there. Not sure what I am doing wrong?
0
votes
0 answers

Brother QL-700 B-PAC SDK error 'System.IO.FileNotFoundException' in mscorlib.dll

I have the Brother QL-700 label printer and i have installed latest B-PAC SDK V3.2.001 64bit which was released end of last month. Also i have installed "B-PAC client component" on my windows 10 64 bit computer as well. Given template file(addr.LBX)…
Prasad De Zoysa
  • 2,488
  • 2
  • 23
  • 30