Tagged Questions

1
vote
5answers
665 views

Is it possible to generate a DLL using Turbo C/C++ compiler?

I need this for calling a C function from Java class (JNI) and I know that there are options to do this using "Microsoft Visual C++ compiler". (explained here) But I am interested to know if ...
0
votes
2answers
221 views

Can I use dll in Turbo C++ program and do we have any dll for lzw compression and decompression

I was trying to create a lzw compression program. But i need to finish it by today itself so i want to use some dll for taking my input as txt file and output to as a text file. I want to do this in ...