I used I my compiler, MSVC++, and opened up good ol' Solitaire.... I was adding my own graphical cards that I designed with photoshop 6 and formatted them to bmp files. Well...two hours later, I had loaded about all but two of the cards I wanted to. These mainly were the card backs and then the Jack Queen and King of every suit. When I went to load one of the last two and save it, it gave me an error that the save file was too large and that I needed to readjust my "/Align" value. What gives? Where in MSVC++ do you find the "/Align" value? How can I change it to the proper value?

Thanks for any help.