View Single Post
  #1  
Old 05-12-2005, 05:30 AM
Stefan Stefan is offline
Member
 
Join Date: May 2005
Posts: 5
Loading .3ds-Files without interrupting Program flow

Hello everybody !

I am currently programing with Vizard 2.51. I want to load a number of 3ds-Files at runtime, without interrupting the program. I tried to use a seperate Thread for loading the files, but the program still stops when loading. (I created a new thread in Python and also tried to use a director function, it didnīt work out as I hoped)

Could anybody give me a hint ?

Thank you,
Stefan
Reply With Quote