
As you prefer that we do not interfere with development questions in your other threads I create this one so we can ask you questions on the Steem SSE source code

As you know I build using Visual Studio C++ 2012 and I have request for very minimum change in the source (2 lines

In mymisc.cpp line 64: Can you change pow(16,n) to pow(16.0,n)
The first argument has to be a double and the compiler chuck on this one
In SSEFloppy.cpp line 1316 can you change TCaps::Init() to int TCaps::Init()
This is so it matches the definition in line 287 of SSEFloppy.h (C++ ISO force return value declaration for functions - could be void)
By modifying this plus the solution/project files I can compile. Therefore many thanks as it used to be much more work to compile

Note that I have done minimum tests so far but the "Release" version seems to work fine.
One side note I have partially tested IPF support and results are pretty close to definition
