Report on a .DLL file

I need to run an inventory report on a specific .DLL file for all
workstations at my site. I need the date and version of this file. How
do I get ZEN inventory to grab and store this information to the
database? Or if it's already in the database how do I report on it?
ZENworks 6.5 SP2, workstations running ZFDAgent 6.5 SP2.
Thanks.

Depends on your setup.
But use the following instructions as a basic guide
1. Open "Inventory Service_SERVERNAME" Object
2. Tab "Software Inventory Configuration - Software Configuration"
3. File Software-Mapping -> Edit Table
4. Insert -> Add the appropiate details to identifiy the version.
4.1 You need to know the filename and exact size kb for the min and max
size fields
4.2 You need to know what version matches each file size, thats how its
identified
4.3 Insert new entries based on filename and file size for each version
of the dll.
Hope this helps.
DragonKF
DragonKF

Similar Messages

  • Crystal report .dll files required on server.

    Hi.
    I'm new to Crystal Report and I have a "small" problem.
    I'm developing an windows app. that should be accesed from a Windows Server 2003 R2 Standard x64 Edition.
    When I run my app. om the server and want to see a report created with Crystal Report, I'm told that Crystal Report runtime is not installed correct.
    I have tryied to instal both CRRuntime_12_0_mlb and CRRedist2008_x64. But I still get the errormessage.
    What am I doing wrong og missing.
    Which .dll files are required on the Server and in my app directory??
    When I run the app on my local machine the report works perfect.
    Regards
    Benn

    What is the version of the assembly crystal decisions.crystal reports. engine.dll referenced in your app? Also, remeber that only CR 10.2 and CR 10.5 (Crystal Reports Basic for Visual Studio 2008) are 64 bit. All other versions of CR are 32 bit. See [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e] article for more details.
    For details re. correct runtime files see [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki.
    Ludek

  • Where to download the crdb_jdbc.dll file ??? - Needed for Crystal report ..

    Hi Friends ,
    Where to download the crdb_jdbc.dll file ??? - Needed for Crystal report ..which is missing for me ...
    i searched in many sites .. but this only dll file is missing ..
    can any one help me out ..

    itsdhanasaraa wrote:
    Hi Friends ,
    Where to download the crdb_jdbc.dll file ??? - Needed for Crystal report ..which is missing for me ...
    i searched in many sites .. but this only dll file is missing ..
    can any one help me out ..Ask at where ever you bought the software from.
    Let me guess, you didn't buy it, did you?

  • How to call function in included dll file through java application.

    Hi All,
    i am trying to create an java application which call c# functions using JNI. i am completed with the code and it is running fine when i tried to run from netbeans IDE. But when i tried from Calculator.jar file, first time it throws this error:
    F:\JavaProjects\Calculator\dist>Java -jar Calculator.jar
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no CSharpClient in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at calculator.CalculatorApp.<clinit>(CalculatorApp.java:20)
    After that i included that dll file in the cuurent directory. And compiled and tried to run, it throws an unexpected error:
    F:\JavaProjects\Calculator\dist>Java -jar Calculator.jar
    *# An unexpected error has been detected by Java Runtime Environment:*
    *# Internal Error (0xe0434f4d), pid=2640, tid=3700*
    *# Java VM: Java HotSpot(TM) Client VM (1.6.0_02-b06 mixed mode, sharing)*
    *# Problematic frame:*
    *# C [kernel32.dll+0x12a5b]*
    *# An error report file with more information is saved as hs_err_pid2640.log*
    *# If you would like to submit a bug report, please visit:*
    *# http://java.sun.com/webapps/bugreport/crash.jsp*
    Anyone have idea how to solve this error.
    Thanks in advance.

    This error is created whenever things go sour on the native side. The first thing you can try, and I assume you are using a Java<->C++<->C# bridge which includes two dlls, one created by C++ and another by C#. Is to make sure that the C# dll is compiled using /t:module switch during compilation.
    If you are using VS2008, or VS2005, you can add a post build syntax like:
    csc /t:module /out:"$(ProjectDir)$(OutDir)YourModule.dll" "$(ProjectDir)YourCSfile.cs"
    Hope this helps! If not, ensure first that the native code works by creating a native test app for it.

  • Acrobat 9 dll files takes time to unload after closing the reader

    I have a Java Desktop application, in which Acrobat 9 is used to display the reports generated. Acrobat 9 does not start a child process under acrobat.exe but loads dll files in the process and they take time to unload, due to which my javaw.exe is not shutting down and i am unable to restart the application eventhough I have logged out of the application.
    This application had used Acrobat 8 previously and this was never an issue that time. Kindly help me out with this issue.

    This problem I have to solve as soon as possible... It's kind of urgent.. So if anybody has any idea about thisthen do share it, it will be highly appreciated!

  • How to call Fortran .dll file that using other library files?

    Hi,
    I am trying to do some arkward tasks using LabView, and I am desperately need help....
     A little bit background:
    1. My co-worker has some code written in Fortran, where he called other libraries (many from CERNLAB or PAW). Those stuffs are pretty powerful in mathmatical calculation and simulations.
    2. In some of my LabView code, I need to call his Fortran source code in order to do some complicated calculations. I have no capablility to translate his Fortran code to Labview (or is it even possible??), so we end up with trying to use "Call library function node" where I just provide input/outputs to communicate with his code. The idea sounds simple enough?
    3. We complie the Fortran code into .dll, and then specifiy the dll in "Call library function node". The first try with a very simple Fortran code, something like c = a+b*a, was sucessful. The dll file and Call lib function worked good. It's sort of proved the concept.
    4. Now I am trying more complicated Fortran code (say Test.dll), which calling other library (.lib files) that using typical "call xxx(a,b,c)" line, and my nightmare started....  It seems nothing was excuted when I call Test.dll in LabView.
    Questions:
    1. How do LabView know if the Test.dll code needs functions from other .lib files? Do I need to copy all the .lib files to a specific folder?
    2. When I create .dll file, for LabView to be able to use it, are there any special requirement on the way the .dll is compiled?
    3. Seems there is mismatch btw the data type in Fortran and LabView. For example, LabView's  Signed 8-bit Integer seems different with a integer in Fortran. How can i know the correlation btw data type in different langurage, i.e. LabView vs Fortran?
    4. Are there any good examples that I can take a look?
    I would highly appreicate any suggestions/helps!
    Rgds,
    Harry

    You are aware that Intel Visual Fortran is the successor to Compaq Visual Fortran (I think you made a mistype with the Virtual)? So an upgrade might be at its place.
    Anyhow I'm really not familiar with Fortran at all, but lib files are usually compiled into an EXE or DLL and not loaded dynamically. 1) 
    So there should be no problem with locating those libs. What most likely is a problem are other DLL dependencies such as any Fortran Runtime library or possibly other third party DLLs the more advanced code in your DLL might be using.
    Typically most compilers can be configured to link the runtime library code statically into the DLL, as altenbach reports for the Intel compiler, otherwise you must make sure to install the  redistributable Fortran Runtime Library for your compiler. Besides that you must make sure to find out what other runtime dependencies your code might have and install them.
    1) One exception I know of is LabWindows CVI which allows to also load lib files dynamically. This is supposedly a legacy feature from LabWindows for DOS, which allowed that feature to simulate dynamic module loading in order to swap modules at runtime to work around the 640k memory limitation of DOS.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • CRVS2010 Beta - Error message wrong path to access "crdb_adoplus.dll' file

    Hi,
    I just upgraded my VS2008 application to VS2010 and installed the latest "cr4vs2010" and "CRforNET40_x86" package but I'm having some problems.
    When I compile my application I don't get any errors but as soon as I want to show a report I get the following error:
    "Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified."
    On examination I can see is that I have a "dotnet" folder but not "dotnet1", as in the error message, and the "crdb_adoplus.dll' file does exist but in "...\SAP BusinessObjects Enterprise XI 4.0\win32_x86" folder and not as per the error message.
    So my question is why is VS looking in the wrong place and what can I do to fix that?
    Also, I used "Dependency Walker" utility to examine "...\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_adoplus.dll' file and it tells me that "MSVCR80.DLL" and "IESHIMS.DLL" files can't be found.
    I'm a bit puzzled that correct path was not set as part of VS upgrade (of my application) so I would really appreciate some assistance.
    Thanks,
         Michael
    Edited by: turbo56 on Aug 4, 2010 8:01 PM
    Updated the subject line
    Edited by: Don Williams on Aug 4, 2010 11:42 AM

    Thanks Don for pointing me to the solution, i.e. adding the following to my app.config file solved the problem.
    <startup useLegacyV2RuntimeActivationPolicy="true">
            <supportedRuntime version="v4.0"/>
    </startup>
    Edited by: turbo56 on Aug 5, 2010 11:51 PM

  • Missing LIBRFC32.DLL file for 64bit - x64 Windows Server

    Dear Folks,
    I have installed SAP ECC6 with BI7 system on Windows Server 2003 on x64. But I am not able to get data from SAP BW from Crystal Report 2008. I also did  MDX PARSER connection test through t.code SM59. I got list of error messages.
    Logon     Cancel
    Error Details     timeout during allocate / CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456 Timeout dur
    Error Details     ERROR: timeout during allocate
    Error Details     LOCATION: SAP-Gateway on host ns2 / sapgw00
    Error Details     DETAIL: no connect of TP mdxsvr from host ns2 after 20 sec
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 798
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 5873
    Error Details     RETURN CODE: 242
    Error Details     VERSION: 2
    I have been read other forums, most probably I am missing LIBRFC32.DLL file for x64 Windows Server. I couldnu2019t find any where this specific file for Windows Server x64 64bit version. It is available on Sap Market place, since I donu2019t have super user rights, I canu2019t download it.
    If any one of you already have this file. Please share with me.
    thanks
    Obaid

    Hello Ingo
    Thanks to read my problem and for your reply, I have already read that SAP Note 1032461,  I  have the same problem as clearly defined in the note, and suggesting to put LIBRFC32.DLL file in <windows-dir>/system32 folder.
    My SAP ECC and BI7 (Kernl 7.00) is installed on 64-bit, x64 Windows Server 2003 Enterprise. I need to download that file from RFC library available on SAP Market place. But, I don't have any super user rights.
    If someone has similar setup and has already that file or could download for me. I need to get that file. I appreciated your kindly help.
    thanks
    Obaid

  • Couldn't display Crystal Reports viewer (crviewer.dll)

    Hi
    If I try to run a report i get this message:
    "Couldn't display Crystal Reports viewer (crviewer.dll). Contact your ClearQuest administrator to verify that crviewer.dll file is registered."
    I am using Rational ClearQuest with Crystal Reports 11.5.0.313 on a 64bit Windows 7
    Does anybody know a solution for this problem?
    Thanks!

    It's entirely possible that this version of the viewer (which is quite old and no longer supported) is ont supported on Window 7.  However, we have no idea how Rational may have implemented the Crystal SDK, so your best bet is going to be to contact them for assistance with this.
    -Dell

  • Content Server 6.40 Presents a Save As dialog for ContentServer.dll file

    hi All
    we have installed successfully the content server 6.40 on a windows 2008 with iis 7 environment. The installation wen successfully with no errors. however when we run a test by calling the URL http://<server>:<port>/ContentServer/ContentServer.dll?serverInfo URL, instead of getting a response, we are getting a save as file dialog to save the dll file.   Also, after the installation, even with the install website tick checked, the website was not installed. we had to do the installation of the website manually for the port.
    With content server 620 on windows 2000 this was never the case
    if anywone has an idea on how to resolve the issue, please advice
    Regards
    Ronny

    GOT the Solution
    to anyone else who could be going through the same issue, see if the solution below solves your issue
    The website should get created if all the roles in IIS 7.0 are installed. Therefore, please try to install the IIS 7.0 by selecting
    all the roles followed by installation of the SAP Content Server. By doing so, websites should be created automatically.
    In the IIS 7.0, all the roles are not selected during the installation by default. Please make sure all the below roles are included and IIS 7.0 is installed, as per the installation manual for the Content Server on Windows 2008:
    Roles needed in IIS 7.0.
    Common HTTP Features
    Static Content
    Default Document
    Directory Browsing
    HTTP Errors
    HTTP Redirection
    Application Development
    ISAPI Extensions
    ISAPI Filters
    Health and Diagnostics
    HTTP Logging
    Logging Tools
    Request Monitor
    Tracing
    Custom Logging
    ODBC Logging
    Security
    Basic Authentication
    Windows Authentication
    Request Filtering
    Note : Anonymous Authentication should be enabled which is done by
    default.
    Performance
    Static content Compression
    Dynamic Content Compression
    Management Tools
    IIS Management Console
    IIS Management Scripts and Tools
    Management Service
    IIS 6 Management Compatibility
    IIS 6 Metabase compatibility
    IIS 6 WMI Compatibility
    IIS 6 Scripting Tools
    IIS 6 Management Console
    I hope it helps someone!

  • Problem registering CremePie.dll file

    Hi All,
    I am working with signature capture in standard MAM. I am trying to run the standard signature capture functionality in PDA. I have deployed mamsignapplet.cab and
    signaturecapture.cab files in side WEB-INF\signature folder.
    In SAP Note 897289, I read that we need to register the some dll files in PDA, so that the browser will supports the applets in it.
    Also in the same document it was mentioned like
    For CrEme versions 3.25, 3.26 and 3.27a there is an acknowledged by NSICOM
    bug as plug-in registration link contains wrong dll path for those
    versions. Copy/Paste both "Register/Unregister Plug-In" files from
    \Windows\CrEme\Demos to your desktop with the help of ActiveSync, open both
    dlls and change the existing line with the following
    \windows\regsvrce.exe \windows\creme\bin\CremePie.dll.
    I have copied Register Plugin/Unregister Plugin files to my desktop and  tried to edit them. But they saved as shorcut and I could not edit them. I have checked the properties of that file. There file type is Shortcut and target is \windows\regsvrce.exe CremePie.dll.
    Can any body please tell me how to edit this file or can we create this file.
    Regards
    Murthy

    Hi,
    for that I use the software "total commander" from http://www.ghisler.com/ running directly on  the PDA. This gives me the ability to edit the file on the PDA.
    Please see if REGSVRCE.EXE is available in your windows directory. Some verndors do not deliver that file, cause it is not supported as standard CE file. If this is the case, download the .NET SDK for CE. This installs the file on the PC in the WINCE500 directory - you can download it from there to the device then.
    I hope this helps to solve the issue!
    Regards,
    Oliver

  • Data getting truncated while exporting report to a text file in crystal 10?

    Hi All,
    I am using crystal 10.When exporting report to a text file ,a dialog prompts asking for Character perinch with a default value 9.If I change the value from 9 to 16 i am getting the correct data(that means character per inch value is 16) and it update "CharPerInch" value in registry under following location to 16.
    HKEY_CURRENT_USER\Software\Crystal Decisions\10.0\Crystal Reports\Export\Text
    The dialog asked for character per inch also has option to select not to prompt again and i also selected that in first go.
    When i export the report again in text format it didn't prompt for number of character per inch but the data gets truncated.
    What i believe is even though it updates entry in registry and reads, it is not using the same value for export. It never consider the value that is in registry, if the check box is not selected then it is using the value entered in the dialog and if the check box is selected then in the next run it uses the default value as 9.
    Can anyone suggest me how to override this problem ? Is there any other setting place in registry where i can enter the number of character per inch.I don't want to crystal to prompt always for character per inch.

    Hi Venkateswaran,
    The other option to avoid truncation of the data could be
    Right click the text filed
    Click on Format Text to open the Format Editor
    On Common tab check the text box for Can Grow.
    This will prevent the data from truncating in preview as well as while exporting to text.
    Otherwise you will have to set the characters per inch to 16 each time. I donu2019t see changing the registry value causing any difference here.
    Regards,
    Aditya Joshi

  • Why after referenced dll files to my project they are not on my release directory when i build the project ?

    This is a screenshot of my visual studio csharp the References and properties part of the dll's:
    You can see on the right the 3 problem files are the directx dll files.
    When my brother is running the program he get exception say one or more of the dll files is not found.
    I sent him the 3 dll files he tried to put them from where he was running the program he also tried to put them at the directory they are in my place: C:\Temp\radarscan\dlls\DLL'S\Microsoft.DirectX.DLL
    He created this directory and put them there but it didn't help.
    I was sure once i referenced the dll files they are in my program no need to have them. And at least to have them in the directory where you running the program from but it's not working.
    What i want is that my brother and anyone else that will run the program will not need the dll files on his pc and if he does need them so to have them in the directory where you are running the program from will be enough. How can i solve it ?

    Still not working. Tried Samir solution but same problem my brother on his computer getting exception:
    This is the code the line where the exception happen 142:
    private void ScanClouds_Load(object sender, EventArgs e)
    Boolean bl = InitializeDirectX();
    if (bl == false)
    MessageBox.Show("Error initializing directX!");
    Application.Exit();
    And in the method init:
    private Boolean InitializeDirectX()
    DispMode = Manager.Adapters[Manager.Adapters.Default.Adapter].CurrentDisplayMode;
    D3Dpp = new PresentParameters();
    D3Dpp.BackBufferFormat = DispMode.Format;
    D3Dpp.PresentFlag = PresentFlag.LockableBackBuffer;
    D3Dpp.SwapEffect = SwapEffect.Discard;
    D3Dpp.PresentationInterval = PresentInterval.One; //wait for vertical sync. Synchronizes the painting with
    //monitor refresh rate for smoooth animation
    D3Dpp.Windowed = true; //the application has borders
    try
    D3Ddev = new Device(Manager.Adapters.Default.Adapter, DeviceType.Hardware, pictureBox1.Handle,
    CreateFlags.SoftwareVertexProcessing, D3Dpp);
    D3Ddev.VertexFormat = CustomVertex.PositionColored.Format;
    D3Ddev.RenderState.Lighting = false;
    D3Ddev.RenderState.CullMode = Cull.CounterClockwise;
    //load imagesBmp to panelTexture
    //panelTexture = Texture.FromBitmap(D3Ddev, imagesBmp, Usage.Dynamic, Pool.Default)
    backTexture = TextureLoader.FromStream(D3Ddev, mymem);
    //scannerTexture = TextureLoader.FromFile(D3Ddev, @"D:\Buttons\Radar\radar.png");
    scannedCloudsTexture = new Texture(D3Ddev, 512, 512, 1, Usage.Dynamic, Format.A8R8G8B8, Pool.Default);
    //sprite is used to draw the texture
    D3Dsprite = new Sprite(D3Ddev);
    return true;
    catch
    return false;
    The 3 dll files are: Microsoft.DirectX.Direct3D.DLL, Microsoft.DirectX.Direct3DX.DLL, Microsoft.DirectX.DLL
    The question is why he is getting this exception ? Realy it dosent see/find the dll files ? Or maybe his machine not supporting this directx files ? Strange.
    Another thing when i put my mouse on the hard disk on the dll files i see a baloon tip say the:
    File description: Microsoft Managed Direct3D Debug 
    Maybe the problem is that the dll files of the directx belong to the debug directory but i make my program to be build in the release directory ? 
    In any case i can't find any solution yet. This is the exception message:
    System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.DirectX.Direct3DX.dll' or one of its dependencies. The specified module could not be found.
    File name: 'Microsoft.DirectX.Direct3DX.dll'
       at mws.ScanningClouds.InitializeDirectX()
       at mws.ScanningClouds.ScanClouds_Load(Object sender, EventArgs e) in d:\C-Sharp\Download File\Downloading-File-Project-Version-012\Downloading File\ScanningClouds.cs:line 142
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

  • Open CR reports from an xml file

    Hi, Im new using Crystall Report technologies and I wonder if this is possible.. I have a web application and want to use some crystall reports that have been designed some time ago...the thing is that I dont want the reports to be compiled with the project..insted I'd like that the project points to the reports through a xml file where Im going to write the paths where the reports are so that if I change of server o file (where the reports are stored) I only have to change the paths in the xml file...can this be done? ...hope you can help me...thanks...bye

    Yes, this is can be done.  Since you are storing the path to the .rpt files in an xml file, you will need to write some code to retrieve the path to the report.  Now that you have the path to the report, when you create an instance of the ReportDocument class, use its Load() method and pass it the path of the report to its argument and you will achieve what you are wanting to do. 
    To stop the report files from being built as a Resource in your project, change the BuildAction property for the report (in your project) to None.
    -MJ

  • How to convert java class to dll file for using in Microsoft Technology(.n)

    hey hemmj !!!!!!
    nice replying , first of all i d like to say thanks for response me so frequently..... i like such type of guy... i d never forget ur online support.
    hey buddy, i ve a problem with applet application...
    i m working on java chat server build on swing applet. As it is chat server, it is divided into two parts, one is server application and other is client application. I want to run this server app on the client server and the basic thing with this site is that it is running on .net platform(Microsoft). and the other app ll running on the client machine or end user. Now the problem is that this site would run only if the server app ll be run on server. This server app ll open the socket of server, which ll listen the request of the user...... So, the requirement is to convert this java sever class file into dll file and register this dll file with the IIS server.So, It run and stop with the IIS server.
    I ve already search the way to convert the java class file into dll file. This is possible in such way........... below code is for the java class file...
    import java.net.*;
    import java.io.*;
    import java.util.*;
    public class chatServer
    public static void main(String args[]) throws Exception
                        ServerSocket sersoc=new ServerSocket(1234);// Any port number above 1000 should do
    // as most ports below 1000 are used by system
    Vector socvec=new Vector();
    String data="";int i,j=0;
    BufferedReader in;
    //System.out.println("Listening of port " + sersoc.getLocalPort());
    //System.out.println("Waiting for connections...");
    while(true)
    Socket soc=sersoc.accept();
    socvec.addElement(soc);
    chatServerReadThread csrt=new chatServerReadThread(socvec, soc);
    in=new BufferedReader(new InputStreamReader(soc.getInputStream()));
    PrintStream out=new PrintStream(soc.getOutputStream());
    out.println("Connected to chat server");
    out.flush();
    data= in.readLine();
    for(i=0;i<socvec.size();i++)
    soc=(Socket)socvec.elementAt(i);
    out=new PrintStream(soc.getOutputStream());
    out.println(data + " connected");
    out.flush();
    //System.out.println(data + " connected");
    csrt.start(); // error is comming from here..... plz help me.
    class chatServerReadThread extends Thread
    Vector socvec;
    PrintStream out;
    chatServerReadThread(Vector socvec, Socket soc)
    this.socvec=socvec;
    try
    out=new PrintStream(soc.getOutputStream());
    }catch(Exception e){}
    public void run()
    try
    String data;
    Socket soc;
    BufferedReader in;
    while(true)
    for(int i=0;i<socvec.size();i++)
    soc=(Socket)socvec.elementAt(i);
    in=new BufferedReader(new InputStreamReader(soc.getInputStream()));
    if(in.ready())
    try
    data=in.readLine();
    if(data.charAt(0) == ']')
    data = in.readLine() + " exited";
    //System.out.println(data);
    socvec.removeElement(soc);
    for(int e=0;e<socvec.size();e++)
    soc=(Socket)socvec.elementAt(e);
    out=new PrintStream(soc.getOutputStream());
    out.println(data);
    out.flush();
    else
    for(int e=0;e<socvec.size();e++)
    soc=(Socket)socvec.elementAt(e);
    out=new PrintStream(soc.getOutputStream());
    out.println(data);
    out.flush();
    }catch(Exception e){socvec.removeElement(soc);}
    }catch(Exception e){e.printStackTrace();}
    first i ve made the jar file of this class
    jar cvf chatServer.jar chatServer.classafter getting the jar chatServer.jar. I ve opened the .net dos prompt and
    type this command which ll make dll file automatically....
    > jbimp /t:library chatServer.jar
    And you'll see the following output:
    Microsoft (R) Java-language bytecode to MSIL converter version 1.1.4322.0
    for Microsoft (R) .NET Framework version 1.1.4322
    Copyright (C) Microsoft Corp 2000-2002. All rights reserved.
    Created chatServer.dll
    I cant get the problem origin from where it is comming, when i tried to convert it into .dll file it shown an error that, it did not recongnized the method in first class
    public static void chatServerReadThread.start() method
    is not recognized by .net dos prompt commnad. But when i omit this method it gets created the .dll file. This start method is basically the default method of thread class that run the thread from the same class..
    By vewing the code u can visulize the thing,, i ve marked the code from where the error is comming.
    Plz do it as soon as possible, i ll waiting for ur reply......
    I ll be really thanking u for that....
    Thanx and regards
    Niraj Kumar Singh

    I wonder if this will work:
    jbimp /t:exe chatServer.jar
    Your chatServer is an application that can be started from the commandline.
    A dll is a library to be used in com, com+, other executables or ....

Maybe you are looking for

  • Back to School Promotion

    I know it's a long shot, but I was very frustrated to buy myMac, excited for college, only to find a few weeks later they have an offerthat gives college students $100 to the Mac App Store. I know it may seemchildish to find this unfair but I feel I

  • Problem in Subroutnine in BSP

    Hello Experts , I want to use the subroutines. Please tell me how can i do this. Kuldeep

  • Firefox 9 : 2 fingers swipe not working

    Just downloaded and installed Firefox 9.0 today on my MacBook pro. 2 fingers swipe simply does not work. No signs of movements :) I even restarted after the install ... very Windows of me

  • Disk Utility after upgrading to Lion

    I couldn't get disk utility app to work from the Finder. I finally figured out to go to the "About This Mac" menu, upper left apple emblem, then clicked More Info.. then Storage then Disk Utility at the bottom right. Then I was able to set up my back

  • No preview, thumbnails, or search in Windows Explorer 64 bit Vista

    No preview in Windows Explorer for 64-bit Vista... is this supposed to be fixed in 8.1.2? Also, can't perform Windows Searches against the contents of PDF files, and the majority of PDF thumbnails are not showing up in Explorer. Not interested in usi