No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
18 Posted Topics
Good luck with that, if I'm not mistaken that's a DOS based app. Wally [URL=http://www.power-coder.net]www.power-coder.net[/URL]
What are the criteria for the project? Are you working on this on your own or in a group? Do you need to have a company sponsor the project? Let me know the details and I might be able to help you with some ideas.
Ok, I know you've tried moving the graphics card, but have you tried moving the monitor to another PC? Have you done the obvious checking of the cables, both power and the pins in the d-plug? I have seen monitors go 'bad' in shorter time frames than this so it …
I've wondered about this for quite a while now and thought I would post a question. How do you Software Engineers/Developers keep track of the knowledge you have gained from working on software projects? I suppose I'm relatively new to development (< 5 years) but have completed a number of …
Hey Dortz, Not sure where you're buying your USB drives, but you're getting ripped off! I'm in Canada and if I go into a Best Buy for $40 I can get a 512mb USB key, 1 gig for $69.99. As usual, I would recomment getting as much as you can …
Hey, checked out your site, it's a neat idea, but I am wondering something. Why would you use a forum to do this? A Wiki would be a much more dynamic and interesting way to grow a story. It would be possible to have links from say character names to …
Ok.... I know you're new to this so I wont go to hard on ya.... There's a couple of problems going on here, for your error though, your code is trying to apply an else to a while loop which just isn't possible. Formatting your code will help a lot, …
Some more information on your problem as well as some code snippets would make it a lot easier to figure out what's going on. What exactly do you mean by 'visual style is lost'. Do the controls render as flat? Does your application produce an error? Also make sure you're …
Has he tried safe mode? If so, might want to take a look at the recovery console on the XP install CD, can't remember the commands though, but Google could help you with that part.
[URL=http://www.daniweb.com/techtalkforums/announcement8-2.html]Read This[/URL] and post what you've got so far. Sounds like a homework assignment to me, isn't the whole idea of going to school so that you can LEARN something? Nothing is easy the first time you do it.
Curious, does your solution have to have the entire alphabet in a single pic.bmp file? If not it's actually a pretty easy solution. You could use an associative array [URL=http://en.wikipedia.org/wiki/Association_list#Java](follow this example)[/URL] where the key is the alpabet letter and the value is the path to the image for that …
Sounds like your mobo may have been shorted out. I'm guessing you're using front USB ports to connect your player? I've seen it happen a couple of times, especially with cheap cases where the connectors for the front USB ports aren't labeled correctly or at all and connecting a device …
Just guessing, but are you using C/C++ for this? What kind of help do you need? What's not making sense? I don't mind helping with homework as long as it looks like you've made an attempt at it first. Wally [URL=http://www.power-coder.net]www.power-coder.net[/URL]
I've been using MySQL with VB.net for awhile now. Basically all you need is a data provider for MySQL and you can treat it the same as you would a SQL Server database. In fact, if you design your app right it would be trivial to switch to whatever type …
What is the SQL query in the code that is on your local PC? Are you using some sort of design tool to build your app? More code from where your generating this query would be helpful. Wally [URL=http://www.power-coder.net]www.power-coder.net[/URL]
Here's the URL to get the wxPython binaries for WinXP [URL=http://www.wxpython.org/download.php#binaries]link[/URL] current version is 2.6.1.0 and will work with Python 2.4. Just make sure that the Python 2.4 version is one that you download and you're set. It's pretty powerful once you get used to it, have fun! Wally [URL=http://www.power-coder.net]www.power-coder.net[/URL]
I would also recommend a solid foundation in physics if you're going to have your objects interacting with each other (which is hard to not have in OpenGL). You'll want to be fairly comfortable with pointers as well since they (through advanced data types like linked lists) are often used …
Hey everybody, first new thread for me on this forum. Just noticed that there's no posts here involving wxPython, I'm just curious to hear if anybody knows why that might be? Anyway, I've got some projects in the works that use it and I'll be happy to post some code …
The End.
wally_lawless