Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows Store Build
#2
I dived somewhat more into the framework. Really cool stuff.  Cool

I fixed the ThreadPoolWorker.cs implementation with a custom delegate that resides into the ThreadPoolWorker class. It is replacing the missing WaitCallback delegate.

Code:
public delegate void ThreadPoolWorkerCallback(object state);

I changed into the functions QueueWorkItem a line of code:

Code:
ThreadPool.QueueUserWorkItem(HandleWorkItem, qc);

After that the compile errors about the ThreadPoolWorker class where gone. However, there are still lots of type errors to fix before I can do a runtime test on a Windows mobile device. 


Peter.
Reply


Messages In This Thread
Windows Store Build - by TriplePAF - 12-28-2015, 07:21 PM
RE: Windows Store Build - by TriplePAF - 12-29-2015, 10:37 PM
RE: Windows Store Build - by Jake - 01-03-2016, 02:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Invisible generated meshes in build itsGama 5 10 06-08-2023, 11:53 AM
Last Post: _Aka_
  Missing Loader errors after build FanManPro 8 9 01-20-2023, 11:45 AM
Last Post: _Aka_
  Efficiently chopping up a build extrusion? blabz2007 2 9 08-05-2022, 10:43 AM
Last Post: _Aka_
  Is Curvy splines appropriate to build city streets? atantoine 3 263 11-17-2021, 12:03 PM
Last Post: _Aka_

Forum Jump: