Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dlls

Status
Not open for further replies.

Bamaman

Programmer
Jun 22, 2000
3
US
Here is my problem: I have a dll, the source code (in C) and an executable (written by an external source). The .exe calls the dll that compresses or decompresses .bmp files. The exe then displays the compressed and decompressed files after loading. I have a little knowledge of C and Visual C++, but I know Visual Basic a little more. However, I don't know much about dll files at all. Is there a way to automate this process? For example, let's say that I receive a file of compressed data. Is there a way to open that file, decompress it and then display the .bmp?  
 
I would think so. Your final goal is to create an application that, perhaps without any user intervention, will decompress the file and call the appropriate application to display it.<br><br>A step at a time is probably the way to do it.<br><br>Can you call the .dll routine to decompress the file?<br><br> <p>Mike<br><a href=mailto:michael.j.lacey@ntlworld.com>michael.j.lacey@ntlworld.com</a><br><a href= Cargill's Corporate Web Site</a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top