Jump to content

How call PVW32Cnv.dll


Recommended Posts

PVW32Cnv.dll http://www.pictview.com/dll.htm

$convertor = DllOpen("PVW32Cnv.dll")

DllCall($convertor, "int", "PVGetSupOutFormats", "int", "list.jpg", "int","list.bmp")

Do wrong? How use.

JPG will be converted to 256-color BMP also how?

well, right away I can tell it's wrong because you have put "list.jpg" and "list.bmp" as integers (int). Integer = digits 0 - 9. Try "str" (string).

Edited by Hallman
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...