CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: winapi c++ - save function not saving correctly

    Everyone please note how zaryk has deleted many of his previous posts, and totally corrupted the thread....you may want to take this into consideration when helping him/her.

    ps: I would have sent this by PM (along with many of the previous posts), but it sees like enabling that was too much trouble for the OP.....
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  2. #17
    Join Date
    Apr 2008
    Posts
    214

    Re: winapi c++ - save function not saving correctly

    Oh, I WILL get it to work, and I wont even install Microsoft Office on my computer so why would I want to install vc, and then have to deal with changing my whole program cuz vc finds a lot more errors BECAUSE they dont necessarily use the syntax because, in fact, they are two different compilers AND made by two different organizations.


    ps: I agree you should note that I deleted my posts.
    Last edited by zaryk; December 23rd, 2008 at 09:18 PM.

  3. #18
    Join Date
    Feb 2007
    Location
    Craiova, Romania
    Posts
    326

    Re: winapi c++ - save function not saving correctly

    Quote Originally Posted by zaryk View Post
    Oh, I WILL get it to work, and I wont even install Microsoft Office on my computer so why would I want to install vc, and then have to deal with changing my whole program cuz vc finds a lot more errors BECAUSE they dont necessarily use the syntax because, in fact, they are two different compilers AND made by two different organizations.
    the changes to your code will be minimal.
    so, you don't want to use MS products, but you still use WinAPI in your application written with open source tools...

  4. #19
    Join Date
    Apr 2008
    Posts
    214

    Re: winapi c++ - save function not saving correctly

    I like small programs. anything that gets into the 100's of mb, other than WOW and Guildwars, Im not too particular about.

  5. #20
    Join Date
    Apr 2008
    Posts
    214

    Re: winapi c++ - save function not saving correctly

    Well, i figured out my problem and fixed it by combining both functions and making it a void rather than BOOL.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured