Hi all,

first of all, this is an issue in a WinCE Project- but i dont think it is actually related to the WinCE platform.

I have developed a static library wich I use in my .exe module.

Al soon as the linker includes one of the functions in the static library I experiance a bunch of strance behaviour
- winMain, wont actually return. It hangs without any callstack infos after my code returned
- (WinCE remoe )Debugger crashes/ having "issues"
- ...

As I said, this happens as soon as the static library gets linked into my module. It dosent matter whether the code is executed or not!


I thought of an issue with different runtime Libs beeing linked- but it is MTd in both projects.


--Chris