Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multithread Appli 2

Status
Not open for further replies.

teubenragee

Programmer
May 22, 2001
27
0
0
DE
When I Compile my appli, It works... the first time I execute it. If I Quit my appli, and I restart it, it doesn't work anymore... (Semaphores don't work correctly, drawing functions are called twice instead of once, pointer values change when it wants (not when i decide it), Constant values change also when they want) where does it come from? how do I resolve it?
 
Are you multi-threading this app? You indicate that you are. If so, how are you closing your threads? James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
 
you should call ReleaseSemaphore for each CreateSemaphore Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top