|
-
Sep 28th, 2004, 05:26 AM
#1
Thread Starter
New Member
encoding and deploying
i want to deploy an application that contain a crystal report in this report i include a 2dimentional barcode and to do that i used a morovia 2d datamatrix barcode, first i encode the data by an included dll from the morovia fontware then write the encoded string with the included 2d barcode font.
okey after that when i tried to make a setup application for this project i alway get an error message at the line of the encoding function definition and the code is like this
first i import the dll
Imports MrvDMFEAX3Lib
and the def is like this
Dim ecoder As New MrvDMFEAX3Lib.DataMatrixFontEncoderClass
please help
if you want to be a human being you must love all othes beings except DVL and his masses
-
Sep 28th, 2004, 06:26 AM
#2
Without knowing what the error is, I would have to say that the problem is being caused by renegade pokemon.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Sep 29th, 2004, 03:40 AM
#3
Thread Starter
New Member
the error changes
i was able of changing the all definition of the object
but other error accure and that error is falged when i deploy the application and the user start to use this com object he find an error
Cannot create ActiveX component
pleassssssssssse help
if you want to be a human being you must love all othes beings except DVL and his masses
-
Sep 29th, 2004, 03:42 AM
#4
Thread Starter
New Member
Re: the error changes
the change is
Dim ecoder As Object
ecoder = CreateObject("Morovia.DataMatrixFontEncoder", "")
if you want to be a human being you must love all othes beings except DVL and his masses
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|