Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Mar 31, 2009

    Thread title changed to something that gives better idea about the thread content.

  • MaRo

    MaRo

    @maro-Ce3knx Mar 31, 2009

    What you mean exactly?

    - Creating DLL in some Language?

    - What you mean by "DOS"? the Operating system or just a Console interface?

    Please clarify what you intend to do for better help, DLLs are tricky & every small detail counts.

  • anki_0305

    anki_0305

    @anki-0305-290jhs Mar 31, 2009

    i want to use c funtion in java using JNI, so I need to create dll file of function written in c. dll files can be created through VC++ butthe problem is that this cfuntion cannot be compiled in VC++ because of dependencies on the DOS( since i have used <dos.h> header file ). So i want to know if there is any method which converts c function into dll file without changing he dependencies.