When it gives you that error, close the error message box and then look at the title bar of WSVC. It should give you the coordinates of the error in your BMP. Open your BMP in a paint program and check those coordinates.
One possibility: WSVC will only allow a maximum of 256 CELs from each BMP. If the coordinates are the upper-left corner of a rectangle in your BMP, it's likely that that is the 257th rectangle it found (working it's way from top-to-bottom, left-to-right). If so, split your BMP up into multiple BMP files.
Posted on Jul 23, 2002, 7:19 PM from IP address 207.195.139.200