View Issue Details

IDProjectCategoryView StatusLast Update
0001120Ecere SDKecerepublic2016-09-12 04:04
Reporterjerome Assigned To 
PriorityhighSeverityminorReproducibilityhave not tried
Status newResolutionopen 
PlatformWindows 
Product Version0.44.15 
Target Version0.45 Ginkakuji 
Summary0001120: Support creating windows from other threads on Win32
DescriptionWith the Win32 API, windows belong to threads and each thread is expected to have its own message loop / processing.

As Ecere only processes messages in the main thread, the actual win32 calls to create the windows would have to be deferred to the main thread.
TagsNo tags attached.

Activities

jerome

2016-09-12 04:04

administrator  

windowsAndThreads.ec (1,094 bytes)

Issue History

Date Modified Username Field Change
2016-09-12 04:04 jerome New Issue
2016-09-12 04:04 jerome File Added: windowsAndThreads.ec