Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dymo Printing: Can't Open LWL File

Status
Not open for further replies.

sanguineillusion

Programmer
Nov 7, 2009
1
US
Hi all. I am writing a small command line app that will print labels. I use some code from the SDK to get everything set up:

IDymoAddIn4 DymoAddIn = new DymoAddInClass();
IDymoLabels DymoLabels = new DymoLabelsClass();

I have placed a file called "sample_label.lwl" in the executable's dir. I verify in my code the file exists, but no matter what, the following returns false:

DymoAddIn.Open("sample_label.lwl");

Is there something I'm doing wrong? It compiles fine, I reference InterOp.Dymo, using Dymo and all that.
 
I would ask dymo's support. they will have knowledge of who to use the API.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
faq732-7259
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top