I'm a new user of PellesC and I must say it looks quite impressive! Nice job! Now on to my bug report...
I built a command line exe and a dll that both link to the dynamic runtime pocrt.dll. Everything compiles and links without problems. When I start the app, I get an exception in pocrt.dll. Call stack:
untitled: 00007004
KERNEL32.dll: CloseHandle() + 935
pocrt.dll: __wconcmdln() + 60
pocrt.dll: _wutime() + 740
When linked to the static runtime lib, everything is OK. The same project runs without problems in the official PellesC release.
Are there some changes in this beta that I should be aware of?
thanks,
Wim