CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: geneyop

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    7,294

    Re: How to store an image inside a file ?

    Thanks VictorN for your answer.

    The Save(pszFileName,guidFileType) method fits well when you have to store only an image in the file.
    But, in my case, I have to write some other data before and...
  2. Replies
    2
    Views
    7,294

    How to store an image inside a file ?

    Hi !

    I try to create a file that contains some images (in JPEG or PNG format) and some other binary data.

    To store the images, I plan to use GDI+ and the Image::Save() method. So I need an...
  3. Replies
    2
    Views
    1,420

    Re: Problem with WINVER compiler constants

    That was the solution !... It works well now.

    Thank you very much 2kaud !
  4. Replies
    2
    Views
    1,420

    Problem with WINVER compiler constants

    Hi,

    I try to compile a code (with Visual Studio 2015 and Windows 10) so it can run on Windows XP SP3 or +.
    I have declared the following constants on top of my source files :

    #include...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured