Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAdding minimize button to a toolbar window Pin
Reno Tiko8-Aug-01 19:57
Reno Tiko8-Aug-01 19:57 
GeneralPlease help me with some buttons... Pin
8-Aug-01 18:08
suss8-Aug-01 18:08 
GeneralRe: Please help me with some buttons... Pin
Derek Waters8-Aug-01 21:10
Derek Waters8-Aug-01 21:10 
GeneralRe: Please help me with some buttons... Pin
9-Aug-01 7:22
suss9-Aug-01 7:22 
GeneralSSPI context Pin
Farah Mansor8-Aug-01 16:08
Farah Mansor8-Aug-01 16:08 
GeneralRe: SSPI context Pin
Tomasz Sowinski9-Aug-01 3:54
Tomasz Sowinski9-Aug-01 3:54 
GeneralRe: SSPI context Pin
Farah Mansor9-Aug-01 15:20
Farah Mansor9-Aug-01 15:20 
GeneralRe: SSPI context Pin
Tomasz Sowinski10-Aug-01 0:44
Tomasz Sowinski10-Aug-01 0:44 
My supervisor said it is because my program keep generating a user in the database until it exceeds the limit and gives me that dialog box saying "cannot generate SSPI context". Could this be the problem??

Exactly, it looks like resource leak. SSPI == Security Support Provider Interface; it's used to "establish authenticated connections and to exchange data securely over those connections".

To avoid problems with long period of time before error occurs, replace the timer and use database in a tight loop: you should see the problem much earlier.



Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: SSPI context Pin
Farah Mansor12-Aug-01 23:58
Farah Mansor12-Aug-01 23:58 
GeneralRe: SSPI context Pin
Tomasz Sowinski13-Aug-01 0:28
Tomasz Sowinski13-Aug-01 0:28 
QuestionHow to kill the child process,who creates others processes, and it's all sub-processes? Pin
8-Aug-01 16:01
suss8-Aug-01 16:01 
AnswerRe: How to kill the child process,who creates others processes, and it's all sub-processes? Pin
Tomasz Sowinski9-Aug-01 4:13
Tomasz Sowinski9-Aug-01 4:13 
GeneralCListCtrl Pin
Mathew8-Aug-01 14:57
Mathew8-Aug-01 14:57 
GeneralRe: CListCtrl Pin
Tomasz Sowinski9-Aug-01 3:14
Tomasz Sowinski9-Aug-01 3:14 
GeneralRe: CListCtrl Pin
Mathew9-Aug-01 11:34
Mathew9-Aug-01 11:34 
GeneralRe: CListCtrl Pin
Tomasz Sowinski10-Aug-01 0:25
Tomasz Sowinski10-Aug-01 0:25 
Generalhello, i need a little help with some code Pin
Cnoob8-Aug-01 14:57
Cnoob8-Aug-01 14:57 
GeneralRe: hello, i need a little help with some code Pin
Christian Graus8-Aug-01 15:09
protectorChristian Graus8-Aug-01 15:09 
GeneralGlobal variables Pin
otvac8-Aug-01 14:42
otvac8-Aug-01 14:42 
GeneralRe: Global variables Pin
Christian Graus8-Aug-01 14:44
protectorChristian Graus8-Aug-01 14:44 
GeneralProgramming Language for Sheep Screen Mates Pin
tapesorcdz8-Aug-01 14:08
tapesorcdz8-Aug-01 14:08 
GeneralRe: Programming Language for Sheep Screen Mates Pin
Christian Graus8-Aug-01 14:42
protectorChristian Graus8-Aug-01 14:42 
GeneralSetCurrentDirectory() in Win2K Pin
Steve The Plant8-Aug-01 12:56
Steve The Plant8-Aug-01 12:56 
GeneralRe: SetCurrentDirectory() in Win2K Pin
Bret Faller8-Aug-01 13:25
Bret Faller8-Aug-01 13:25 
GeneralRe: SetCurrentDirectory() in Win2K Pin
Steve The Plant9-Aug-01 5:12
Steve The Plant9-Aug-01 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.