ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Search results

  1. S

    Converting Software into French!!

    StringTables are your friend! I'm guessing you didn't use them though, now might be a good time to switch it over to using them.
  2. S

    Networking two pc's together

    Fair enough! Apologies, I just assumed this would be something you knew judging by other posts of yours I've read! My guess is that it'll probably work out of the box providing that both pc's are on the same subnet - unbunto is supposed to be "user friendly". If not, it won't take very much...
  3. S

    Networking two pc's together

    He seems pretty clued up technically though which is why I thought it was an odd question. He's mentioned stuff way beyond this before as well.
  4. S

    Networking two pc's together

    Typical Griff response. :rolleyes:
  5. S

    Networking two pc's together

    Is this a wind-up?! Don't you work for an ISP?
  6. S

    Visual C ++ 6.0

    yes! Just create a win32 dll project from the wizard.
  7. S

    Visual C ++ 6.0

    Visual C++ 4 does target Win32.
  8. S

    Php Oop

    No problem. I will pm you details of the website tomorrow once I've uploaded the latest code to the live website, the current code on the live website is from mid december, things have changed a lot. Security is a concern for us, I've done my research on sql injection and php protection to...
  9. S

    Linux geeks/fanboys

    For sure. I'd like to know which f**kwit decided to base an open source gui/toolkit on a commercial product!
  10. S

    Php Oop

    I've just done the website for our new venture at work, our first foray into e-commerce. I've designed the layout of the site and written my own shopping cart, ordering and tracking system. Just finishing up the backend so it's all nice and easy to maintain. Another few days and I'll be...
  11. S

    Windows XP Embedded

    I'd say it's less dodgy than XPE, in that it's open source, auditable and based on a stable kernel.
  12. S

    Windows XP Embedded

    Thinstation? http://thinstation.sourceforge.net
  13. S

    Windows XP Embedded

    We had a trial version at work in the past, but I just ended up porting our software to linux - no runtime fees.
  14. S

    iBook - Yes or No

    Apple developer discount. :) It's quite cool, any hardware you add to the system (cinema displays etc) is also discounted by the same amount as the computer. The % varies according to what computer you buy, from memory the macbook pro is also 20%.
  15. S

    iBook - Yes or No

    I'm waiting for the quad core mac pro to come out then I'm getting one of those. I'll get 20% off too. :) My girlfriend currently has owenership of my power mac so I'm down to just the powerbook at the moment.
  16. S

    iBook - Yes or No

    Once you go mac, you never go back! It'll be the best computer related decision you ever make. Buy it!.
  17. S

    SQL gurus....

    I need all the fields from the "merged result" barring the one of the duplicate id fields. I can get around this by simple reordering the order in the select statement.
  18. S

    Got a leak, help needed

    When I had a MK2. Ph1 I got a leak through the aerial (although yours doesn't sound like that). The morons at renault replaced the plipper sensor (which broke as a result) but didn't actually fix the leak! Next time it rained, guess what happened! They fixed it second time around at their...
  19. S

    SQL gurus....

    Wonder if anybody knows the answer to this... Say I have two tables "customers" & "orders" both tables have an "id" field to uniquely identify them. Orders has a field called "customer_id" to link up to the customers table. I currently run a query like: SELECT customers.*, orders.* WHERE...
  20. S

    Open SUSE 10.2

    distro's are for wusses ;) I have fedora on one of my servers here, it's primarily a server for our customer database app, but I also use it for building tiny linux images for embedded hardware. I only ever see the command line as I ssh into it.
  21. S

    linux on dell

    I bet you feel dirty and violated after using that. Do they provide you with showers for decontamination? ;)
  22. S

    My wheel dilemma!

    ..late to the party but.. I think the black looks pretty good, but those look way to small! Congrats on the 172, I remember you saying at FCS you wanted one and that you liked monaco blue!
  23. S

    Hi-speed filming ???

    High speed cameras are specialised pieces of equipment.... I'll put it another way. Rental costs will be somewhere in the region of at least £1,000+ per day for a 2500 fps *film* camera. There's a reason you can't find prices for equipment like this on google! I refer you back to post 2! ;)
  24. S

    Hi-speed filming ???

    It's a case of the old adage.... If you need to ask the price - you can't afford it!
  25. S

    Anyone done any programming jobs with Sage ?

    I presume you'd need the SDK. $$$ Given how poor the actual application is, I shudder to think what horrors lie inside that SDK!
  26. S

    Google gone wrong?

    Mac OS X. :)
  27. S

    Vista Out Today

    Be afraid. If they've broken those 2 things, god knows what else is wrong with the pile-o-crap!
  28. S

    Vista Out Today

    Seems Microsoft have broken at least 2 API calls in Vista. SetScrollInfo doesn't behave correctly for themed MDI Child windows in 32 bit apps running under Vista 64, works correctly under Vista 32. AnimateWindow is utterly broken and doesn't redraw windows lower in the Z order. (both 32 and...
  29. S

    Linux C++ software

    type gcc or g++ at the command prompt.
  30. S

    Vista Out Today

    No, in this instance it's a 32-bit application with a manifest so that theming is enabled. Scrollbars initially appear themed correctly, but then randomly draw in an unthemed style in the wrong place, you click on the scrollbar and it goes themed again and jumps to a random place. Same...
Top