When I use HTTPSClientSession to run a program, it crashes because:

NULL pointer: _pInstance [in file "c:\poco-1.4.3p1-all\util\include\poco\util\application.h,line 446]

Then, I traced the stack, and found that ntdll.dll was not loaded, which I doubted.

Any ideas why NTDLL looks like it's not loaded?

有帮助吗?

解决方案

I have solved this problem ,because of a instance of Application didn't be construct

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top