156 |
|
TheWindow->Close(); |
157 |
|
else |
158 |
|
{ |
159 |
< |
TheWindow->InstallButton->Disable(); |
160 |
< |
TheWindow->ReglobalizeButton->Disable(); |
159 |
> |
|
160 |
|
|
161 |
|
#ifdef WIN32 |
162 |
< |
boost::thread thrd3(globalizeData); |
162 |
> |
boost::thread thrd3(globalize2); |
163 |
|
//globalizeData(); |
164 |
|
//boost::thread::create_thread(&globalizeData); |
165 |
|
// boost::thread_group Tg; |
166 |
|
// Tg.create_thread( &globalizeData(), this ); |
167 |
|
#else |
168 |
+ |
TheWindow->InstallButton->Disable(); |
169 |
+ |
TheWindow->ReglobalizeButton->Disable(); |
170 |
|
globalizeData(); |
171 |
+ |
TheWindow->InstallButton->Enable(); |
172 |
+ |
TheWindow->ReglobalizeButton->Enable(); |
173 |
|
#endif |
174 |
|
|
175 |
< |
TheWindow->InstallButton->Enable(); |
173 |
< |
TheWindow->ReglobalizeButton->Enable(); |
175 |
> |
|
176 |
|
} |
177 |
|
} |
178 |
|
|