I am having troubles with an example in a previous post thread222-1335999 (now closed).
This is a routine to convert BMP to JPG in memory.
The CLSIDFromString function is asking for a second variable (ipcisid as UUID) which is what happens if used as a Sub instead of a Function.
If I rem the above line, further down the GdipSaveImageToStream function says myStream is a method or data member not found yet it is earlier dimensioned and set.
I have referenced GDI+ type library 1.05 (dseaman@aol.com.br) file GDIplus060203.tlb and Edanmo's OLE Interfaces & Functions v1.81. file olelib.tlb
Have I selected the wrong references or the original ones been overwritten? Any ideas?
This is a routine to convert BMP to JPG in memory.
The CLSIDFromString function is asking for a second variable (ipcisid as UUID) which is what happens if used as a Sub instead of a Function.
If I rem the above line, further down the GdipSaveImageToStream function says myStream is a method or data member not found yet it is earlier dimensioned and set.
I have referenced GDI+ type library 1.05 (dseaman@aol.com.br) file GDIplus060203.tlb and Edanmo's OLE Interfaces & Functions v1.81. file olelib.tlb
Have I selected the wrong references or the original ones been overwritten? Any ideas?