Forum: Cases, Fans and Power Supplies Dec 30th, 2008 |
| Replies: 10 Views: 1,907 sorry i was in a rush to get the problem fixed and i was tired.
when th 12 pin power is in, the heatsink fan spins fine.
when the 12pin and 4 pin are plugged in, the heatsink fan spins once.... |
Forum: Cases, Fans and Power Supplies Dec 30th, 2008 |
| Replies: 10 Views: 1,907 i think that might be the case.
so what are my options? |
Forum: Cases, Fans and Power Supplies Dec 30th, 2008 |
| Replies: 10 Views: 1,907 I think I might not have explained it correctly.
with no ram /hard drive or graphics this is what happens.
12 pin power in only heatsink fan run ok .
12pin and 4 pin in the heatsink spins once.... |
Forum: Cases, Fans and Power Supplies Dec 29th, 2008 |
| Replies: 10 Views: 1,907 I have 2 psu's and both seem to be working. with no ram no graphics card and no hard drives my mobo runs without the 12v connected and stops when it is connected thats why I think its the mobo or cpu... |
Forum: Cases, Fans and Power Supplies Dec 29th, 2008 |
| Replies: 10 Views: 1,907 I have a m2n32 Asus board.
I was putting my pc into another case and turned it on and the fan turned once and did nothing.
The light on the mobo is on.
I took the mobo out of the case and tried... |
Forum: Pascal and Delphi Feb 28th, 2008 |
| Replies: 9 Views: 3,343 the file is corrupt or invalid
,UF |
Forum: Pascal and Delphi Feb 27th, 2008 |
| Replies: 9 Views: 3,343 hi,
i am looking for a sample program for delphi for a server client. I was wanting to use sockets and i am using pascal. if any one know of any good resource site or has some same code.
I tired... |
Forum: C++ Feb 5th, 2006 |
| Replies: 1 Views: 1,583 i have downloaded the sdk directx9 and installed and put the lib and include files in the dev-c++ directory.
I have adjusted the compiler options and I still get 100 errors.
e.g redefinition of... |
Forum: Java Dec 5th, 2005 |
| Replies: 2 Views: 1,644 I thought I tried that but I got it to work cheers mate, he's what I was using for anyone with the same problem
String mydata = numberGrid[j].getText();
if (mydata.equals("1")){... |
Forum: Java Dec 4th, 2005 |
| Replies: 2 Views: 1,644 I am trying 2 write a program to solve a soduko.
I have lots of text fields and I need to compare them like
if (string1.equals(textfield){ do whatever}
but it only works for "0" e.g null??/
I... |
Forum: C++ Sep 8th, 2005 |
| Replies: 0 Views: 2,437 i am into making games and most games have cut scenes. as i am not passed the 2d stage and dont have a clue about 3d animation i was thinkin it would be easier to get a mate to make a flash movie for... |
Forum: Java Jul 17th, 2005 |
| Replies: 1 Views: 1,650 as above
im am getting pretting good at java now and have make a few 2d games. i want to get into 3d now.
i have tried google but it is really hard to find normal java 3d tutorials. i keep finding... |
Forum: Java Jul 4th, 2005 |
| Replies: 4 Views: 1,889 the stage class is needed, it was simpler just to tell you as little as possible.
that getters and setters is what I was looking for.
I need a little change to it which I cant solve.
instead of... |
Forum: Java Jul 3rd, 2005 |
| Replies: 4 Views: 1,889 I have two classes. block and main
public Block(Stage stage) {
super(stage);
//fill array
where[t][s]=i;
i++;
system.out.println(where[t][s]);
}
and the main. |
Forum: Java Jun 25th, 2005 |
| Replies: 1 Views: 1,824 i want to name a item and give it a color(probs an int value)
i was thinking of doing a 2d array but I need to send it to another class
i create the item by
Monster m = new Monster(this);
any... |
Forum: Java Jun 22nd, 2005 |
| Replies: 2 Views: 2,774 problem solved
just stored the values like
GTC[0]=x;
GTC[1]=y;
before the collsion and where it collides
if (a instanceof Monster ) {
x = GTC[0];
y = GTC[1];
} |
Forum: Java Jun 21st, 2005 |
| Replies: 2 Views: 2,774 I am starting to make some java games and I think i have sorted out the collision side of things ( i have made a space invaders game) so i know how to shoot and kill enemies. I am now wanting to stop... |
Forum: C++ Jun 4th, 2005 |
| Replies: 3 Views: 2,551 where can you download it from?
i am using dev c++ |
Forum: C++ Jun 3rd, 2005 |
| Replies: 3 Views: 2,551 gl\glaux.h: No such file or directory.
i get the error above when trying to compile any code with
#include <gl\glaux.h> in it??? |
Forum: C++ May 27th, 2005 |
| Replies: 1 Views: 3,106 I am at uni doing computer science and interested in game programming.
i just have a few questions . . .
are most games programmed in C++?
how long will it take to learn i mean to get good enough... |
Forum: Java Apr 26th, 2005 |
| Replies: 1 Views: 1,565 i had an eariler problem and posted it here http://www.daniweb.com/techtalkforums/thread22426.html
I have to read a file in format char, int, string, string string(but i dont know how many... |
Forum: Java Apr 24th, 2005 |
| Replies: 1 Views: 1,898 I have to read a file in format char, int string.
I can easily do it in the form - int int, string e.g. 12 34 the cat sat on the mat(which is what I want to process and output)
code below.
... |
Forum: Java Apr 24th, 2005 |
| Replies: 0 Views: 1,228 |
Forum: Java Apr 22nd, 2005 |
| Replies: 1 Views: 1,600 just a quick question.
I was wondering what java programme was on mobiles and what programme would you need to make a java file to run on a mobile???
thanks 4 :eek: |
Forum: Java Apr 22nd, 2005 |
| Replies: 9 Views: 1,516 dont want to sound stupid but if you can just do keystrokes instead of trying to put the data in the fields e.g
yahoo you have to tab a couple of times and you get to the email username.
then just... |
Forum: Java Apr 15th, 2005 |
| Replies: 2 Views: 1,549 I am making a game and need a hell of alot of varibles. it is all so GUI so I need alot of Jbuttons. can I do it like something what I have below???
char[] mine=new char[3];
for(int... |
Forum: Java Mar 15th, 2005 |
| Replies: 1 Views: 2,296 I have this system which I only want to try and borrow books from a library.
I have data already in arrays.
I need to check that nobody else has a book then add it to the data.
I have commented... |
Forum: Java Feb 22nd, 2005 |
| Replies: 3 Views: 2,025 how do you eidt /delete posts? |
Forum: Java Feb 21st, 2005 |
| Replies: 3 Views: 2,025 code is below
int average(){ //method in class
int total = 0;
int NOS=5;
System.out.println("");
for(int i=0;i<10;i++){
if(ID[i] ==" "){
NOS = i;
... |
Forum: Java Feb 21st, 2005 |
| Replies: 3 Views: 1,826 heres the main method then
import javax.swing.*;
public class Test{
/** Main method */
public static void main(String[] args) { |
Forum: Java Feb 21st, 2005 |
| Replies: 3 Views: 1,826 I have two erros which I have tried everything to fix them
C:\Documents and Settings\java:14: array required, but java.lang.String found
ID[count] = ID;
^
C:\Documents and... |
Forum: ASP.NET Feb 20th, 2005 |
| Replies: 2 Views: 5,524 as above
i need to know WHERE to put some code for a button to submit some data captured then transfer to an access database.
any help would be gratefull |
Forum: Java Feb 15th, 2005 |
| Replies: 3 Views: 4,237 //main method
int number = 1;
int num = 3;
details[] Darray = new details[number][num];
String name = JOptionPane.showInputDialog(null,
"Enter the name",
"Enter details",... |
Forum: Java Nov 30th, 2004 |
| Replies: 3 Views: 8,437 as above.
e.g
int[] array = new int[can be any size]
joptionpane.showmessagebox(null,
"what to put here is the question"
"messageboxtitle"
joptionpane.informationmessage};
//dont correct... |
Forum: Java Nov 29th, 2004 |
| Replies: 3 Views: 4,518 i ment to another method as below
"public static void cal(what do i put here)"
any ideas? |
Forum: Java Nov 28th, 2004 |
| Replies: 3 Views: 4,518 might be main or another method // dont know yet
int[] num1 = new int[intA];
int[] num2 = new int[intB];
public static void cal(what do i put here)
blah blah
=========================
and |
Forum: Java Nov 28th, 2004 |
| Replies: 10 Views: 4,226 yes and yes,
i know everything like for loops, do while, switch, arrays its just methods im stuck on. |
Forum: Java Nov 24th, 2004 |
| Replies: 10 Views: 4,226 quick question
how do you also pass(call) more than one number/char/boolean at a time?
(or all 3 types at once) |
Forum: Java Nov 24th, 2004 |
| Replies: 10 Views: 4,226 i did that and got
non-static variable thirdNo cannot be referenced from a static context
??? |
Forum: Java Nov 24th, 2004 |
| Replies: 10 Views: 4,226 not clear, i dont need a boolean , sorry to have had posted it at the top
i just need a simple number to pass |