Menu

#4 Amiga icon decoder

open
nobody
None
5
2003-11-20
2003-11-20
Gary Harris
No

Changes 8/11/03
--------------

Added VC++ 6 project for libcurl
Added new files to paintlib project i,e, plsgi*, plexif...
Removed SDL and DirectFB files since they won't compile
without the appropriate inclusions.
Added libcurl.lib ws2_32.lib winmm.lib to all projects
except VCPaintXDemo.
Made libcurl a dependency of all projects except
VCPaintXDemo.

Moved PLCurlInitializer constructor and destructor to
public, as per mailing list discussion:

class PLCurlInitializer
{
public:
PLCurlInitializer();
~PLCurlInitializer();

CURL * getHandle();
void finalize();

private:
friend class PLURLSource;
// PLCurlInitializer(); // gjh - Moved to
public: !!
// ~PLCurlInitializer();

CURL * m_CurlHandle;

};

Removed absolute path
"d:\projects\lib\giflib-4.1.0\bin\debug" from PaintX
Debug settings.

Added PLInfoDecoder - Amiga icon decoder.
Added .info functionality to PicLook.
Added .info testing to test.

Added im2bmp, im2jpeg, im2png and im2tiff to VC6
workspace. I figured since they're there we might
as well build them. ;-)

Discussion

  • Gary Harris

    Gary Harris - 2005-04-11

    Logged In: YES
    user_id=518142

    Rewritten to use PLDataSource and remove the dependency on
    LibInfo.
    New diff - paintlib_info_changes.diff.
    Test icons - amiganew.info, amigastd.info.

     
  • Gary Harris

    Gary Harris - 2005-04-11
     
  • Gary Harris

    Gary Harris - 2005-04-11
     
  • Gary Harris

    Gary Harris - 2005-04-21

    Logged In: YES
    user_id=518142

    Let's have another go. Should have captured all the changes
    this time.

     
  • Gary Harris

    Gary Harris - 2005-04-21

    Logged In: YES
    user_id=518142

    Let's have another go. Should have captured all the changes
    this time.

     
  • Gary Harris

    Gary Harris - 2005-04-21

    Logged In: YES
    user_id=518142

    Let's have another go. Should have captured all the changes
    this time.

     

Log in to post a comment.