Recent content by rtb21

  1. R

    World Cup - what channels will show the matches???

    That's pretty impressive considering it's about 4 times the population of the world. :Q :D
  2. R

    If the sun were to suddenly disappear...

    I wonder if we would run out of oxygen due to photosynthesis stopping before we got too cold... I reckon the cold would win by a long way.
  3. R

    What was the first 3D game you ever played?

    Elite on BBC B, wireframe goodness
  4. R

    Smartphone Programming

    I think the loopback adaptor is for network testing when you don't have an available netowrk or something. Anyway, I've got the emulator working from Embedded VC++ 4 now after reinstalling windows, and apparently the regional setting must be US English for the vs2003 smartphone submenu to work...
  5. R

    Smartphone Programming

    bump, 'cos I need help!
  6. R

    Smartphone Programming

    I'm looking to do some fairly simple smartphone development (probably using the c#, but would be happy to use the embedded c++) however whatever software I install I have so far been totaly unable to get to work properly. I've tried embedded vc++ 4 (with SP4), vs2003 and vs2005 beta 2 but each...
  7. R

    Looking for a motherboard with 6 PCI slots

    Thanks for the reply, I was hoping for an Intel one, purely because we need absolute stability. However if none exist this will have to do. Any idea how stable these SiS motherboards are?
  8. R

    Looking for a motherboard with 6 PCI slots

    Hi people, For work stuff we need a motherboard with 6 PCI slots, I was wondering if anyone knew of such a beast. It'd be great if anyone could help in this matter, so far I've found a S478 gigabyte one (8IGX), but can't find it for sale anywhere (UK resisdent) Thanks for any responses...
  9. R

    How do you dial out a number outside the US?

    Drop the 0, that's for internal UK calls.
  10. R

    Effect of temperature on LCD response time

    I was wondering how temperature dependant the response time of LCDs is. For example a lot of physical state changes are highly dependant due to the e^kT term, and a change of 3K can double (or halve) response times. I was interested to know whether this could effect LCD times as well, which...
  11. R

    free cell phone wallpapers?

    Here you go...
  12. R

    Woot, Rugby world cup starts on Friday

    Anyone else excited?:beer: England for glory is my biased opinion, however never discount the All Blacks.:frown:
  13. R

    Running VBScripts from Visual C++

    Thanks alot MrMilney thats just what I am looking for.
  14. R

    Running VBScripts from Visual C++

    I'm not quite sure how that is supposed to help :confused:, I was was kinda hoping for documentation on API calls which would let me access *.vbs files (i think) and maybe let me compile, query them for function calls etc. and then run the required functions. As far as I can see you've just...
  15. R

    Running VBScripts from Visual C++

    Hi guys, I was wondering if any of you C++ gurus could point me i the right direction for information about how to run JScript and VBscript in a c++ program? cheers