Search found 7 matches

by playjam
Wed Jan 09, 2008 3:49 pm
Forum: General Discussion and Feedback
Topic: Unfinished DirectX-10 Wrapper for XP now LGPL
Replies: 6
Views: 5152

The Halo 2 and Shadowrun "Info" links look pretty iffy to me. Please do delete those. Imho the Alky links are OK.
by playjam
Wed Dec 12, 2007 4:18 pm
Forum: General Discussion and Feedback
Topic: Running CNC machine with stepper motors - will this work wit
Replies: 19
Views: 12463

Re: side effects

This has a number of side effects (...) The side effects you quoted sound quite scary when indeed I did not find them to be that noticeable (or did you set the process priority up too?). I used this little trick in production test software to speed up the I2C programming (test time = $). If 2000 wo...
by playjam
Wed Dec 12, 2007 12:34 pm
Forum: General Discussion and Feedback
Topic: Running CNC machine with stepper motors - will this work wit
Replies: 19
Views: 12463

windows nt parellport have a delay buildin to 10ms I have not my self found a way around it in user mode apps. only with a kmode drv. By calling timeBeginPeriod(1); you can get the timer down to 1ms (depends on motherboard though). Use TIMECAPS resolution; timeGetDevCaps(&resolution, sizeof (TI...
by playjam
Mon Oct 01, 2007 5:35 pm
Forum: General Discussion and Feedback
Topic: Programming for ReactOS using C
Replies: 31
Views: 18331

You're right, I am used to VC++ and have no experience with g++. The more I think about it the less I would want to do COM and UI programming in C. It would be like hacking my hands off. So it's probably best I play around with your build system and tools to understand why g++ sucks and if something...
by playjam
Mon Oct 01, 2007 4:31 pm
Forum: General Discussion and Feedback
Topic: Programming for ReactOS using C
Replies: 31
Views: 18331

Just in case you got me wrong, I'm not suggesting using non-free libraries for Reactos projects. For the rest, I'm afraid you've completely lost me there. Could you please rephrase your answer to using C++ for ring 3 components? Concerning mangling issues: Is this only an issue for C++ classes expor...
by playjam
Mon Oct 01, 2007 11:40 am
Forum: General Discussion and Feedback
Topic: Programming for ReactOS using C
Replies: 31
Views: 18331

I'm a developer contemplating on joining. Not being particularly interested in kernel development I don't care if that is written in C++ or not. However I would like to know what the plans are on using C++ for the upper levels like implementing COM APIs (e.g. DirectShow) or for UI programming. I hav...