Am Donnerstag, 26. Mai 2005 17:57 schrieb Aric Stewart:
Hook up the dialog code, get a basic UI and handle basic control events.
<snip> + if( r == ERROR_IO_PENDING ) + r = ERROR_SUCCESS; + + return r; +
There seems to be a '{' missing. This causes a syntaxt error during compilation.
Stefan
Strange. it looks like diff cut of the very last trailing }.
add that in and it should work.
-aric
Stefan Dösinger wrote:
Am Donnerstag, 26. Mai 2005 17:57 schrieb Aric Stewart:
Hook up the dialog code, get a basic UI and handle basic control events.
<snip> + if( r == ERROR_IO_PENDING ) + r = ERROR_SUCCESS; + + return r; +
There seems to be a '{' missing. This causes a syntaxt error during compilation.
Stefan