Results 1 to 5 of 5

Thread: [RESOLVED] crystal reports dll`s

  1. #1
    Member
    Join Date
    Mar 11
    Posts
    54

    Resolved [RESOLVED] crystal reports dll`s

    Good Day,

    I have a simple program which runs on vb6, and with it reporting tools from crystal reports 10.
    now i was wondering if all installed crystal reports tools on the program will work on pc`s without(installing) actually installing crystal reports?

    im working on the DLL`s now but it seems not working...




    Thanks~
    ~liz
    ('@ ' )~

  2. #2
    Frenzied Member
    Join Date
    Sep 05
    Location
    Modesto, Ca.
    Posts
    1,590

    Re: crystal reports dll`s

    Have you created an Installation package for your VB6 application. If not, you need to, this shouyld contain all the necessary DLL's. Then simply install it on the target pc.

  3. #3
    Member
    Join Date
    Mar 11
    Posts
    54

    Re: crystal reports dll`s

    i have it done on package and deployment, but these two DLL seems not attaching to it - crqe.dll
    and cxlibw-1-6.dll. it said it can not be registered, even if i do it manually.
    ~liz
    ('@ ' )~

  4. #4
    Frenzied Member
    Join Date
    Sep 05
    Location
    Modesto, Ca.
    Posts
    1,590

    Re: crystal reports dll`s

    Are these dll's in your project references? Have you tried Googling "problem registering cxlibw-1-6.dll". Also, does the target pc have the same operating system as your machine.

  5. #5
    Member
    Join Date
    Mar 11
    Posts
    54

    Re: crystal reports dll`s

    Thanks wes4dbt, as i have located a fix thanks to your clues!

    Error:
    crqe.DLL and cxlibw-1-6.dll register error on insallation via packaged setup.

    Fix:
    Update DotNet Framework
    include cxlibw-1-6.dll on the components to be added on the package
    Set cxlibw-1-6.dll system path to $WinSysPath on final packaging setup(where you see all components, target location, Target system path)
    crqe.dll error gone on the above fix


    As for my original post, yes it is possible just be sure all components(DLLs,OCX,and the likes were included on the package.


    Thanks!
    ~liz
    ('@ ' )~

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •