Home > Back-end >  DELPHI7 implementation DataMatrix qr code method
DELPHI7 implementation DataMatrix qr code method

Time:02-04

Find on the Internet for a long time did not find free qr code DataMatrix code, only oneself to find a way to!

Search on the Internet to download the DataMatrixEncodeSDK in VS2008 compile the CPP file into an EXE, by reading a text file,
Then run the EXE, BMP qr code generated image file, call again in the DELPHI images (this should all know, not to mention here!)

The following files to everyone to learn!
There is a problem with my QQ: 32784219 contact! Thank you very much!

Under the file download address as follows: (for DELPH7 click take text)
http://115.com/file/anbfo3x6#test.rar

Procedure TForm1. Button1Click (Sender: TObject);
Var
SList: TStringList;
F: TextFile;
FileName: the String;
The begin
//sList:=TStringList. Create;
//sList. Add (' 145401210442 {{200 PCE 208174 {{B4A SC061 - from 3289-001 {{{{0 20120718001733 ');
//sList. Add ('/n ');
//sList. SavetoFile (' ABC. TXT);//save 1. TXT file
//sList. Free;//release TStringList resources

AssignFile (F, 'ABC. TXT);
Rewrite (F);
Write (F, '145401210442 {{200 PCE 208174 {{B4A SC061 - from 3289-001 {{{{0 20120718001733');
CloseFile (F);
WinExec (' MatrixEncode. Exe, sw_show);
end;

CodePudding user response:

How does someone contact me QQ, how no one reply to this post?
His top!

CodePudding user response:

Have the ready-made, http://www.han-soft.com/barcode2d.php

CodePudding user response:

Can have a try, but is this transformation, some trouble

CodePudding user response:

Looking for can produce DataMatrix Delphi source code, I do not know where there is, Google is now closed, it's hard to find domestic,
  • Related