Results 1 to 4 of 4

Thread: encoding and deploying

  1. #1

    Thread Starter
    New Member aymansn's Avatar
    Join Date
    Sep 2004
    Location
    qatar
    Posts
    5

    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

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    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

  3. #3

    Thread Starter
    New Member aymansn's Avatar
    Join Date
    Sep 2004
    Location
    qatar
    Posts
    5

    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

  4. #4

    Thread Starter
    New Member aymansn's Avatar
    Join Date
    Sep 2004
    Location
    qatar
    Posts
    5

    Re: the error changes

    Originally posted by aymansn
    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
    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
  •  



Click Here to Expand Forum to Full Width