문제

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