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.....
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.
Re: winapi c++ - save function not saving correctly
Quote:
Originally Posted by
zaryk
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...
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.
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.