Re: msi: hook up dialogs and control events (big)
26 May
2005
26 May
'05
10:08 p.m.
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
26 May
26 May
8:13 p.m.
New subject: msi: hook up dialogs and control events (big)
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
7595
Age (days ago)
7595
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aric Stewart -
Stefan Dösinger