Forum: PHP Jun 11th, 2007 |
| Replies: 1 Views: 720 re: PEAR is the installation incomplete Hi all,
I'm having just a slight problem in that I have recently installed the PEAR unit, however when ever i try to use either;
fetchRow()
getRow()
I get the following error:
Fatal error: Call... |
Forum: IT Professionals' Lounge Mar 6th, 2007 |
| Replies: 7 Views: 2,004 |
Forum: IT Professionals' Lounge Mar 5th, 2007 |
| Replies: 7 Views: 2,004 Re: Virtual 360 tour Cheers, for the reply.
I like the tours you gave as an example but I think they may be out of my grasp in terms of coding, as I am no 100% comfortable with Java and would not know where to... |
Forum: IT Professionals' Lounge Mar 1st, 2007 |
| Replies: 7 Views: 2,004 Virtual 360 tour Hi all,
I'm a bit stuck with the idea of creating a virtual tour on my website. I've been looking around and there is a lot of expensive software used for the creation of these tours, but no free... |
Forum: Java Apr 18th, 2006 |
| Replies: 2 Views: 2,303 |
Forum: Java Apr 16th, 2006 |
| Replies: 2 Views: 2,303 Noob : Input Stream Trouble Hi all,
I have taken some code to read a file into an Byte array, which is then returned to another part of my code, below is what i have.
public void jButton6_actionPerformed(ActionEvent e) {
... |
Forum: Java Apr 14th, 2006 |
| Replies: 3 Views: 862 Re: Trouble with GUI cheers for the reply,
i will have to have a look into your suggestion.. i was kind of hoping for just a quick fix to get every thing transfered over to GUI, but it is beginning to not look that... |
Forum: Java Apr 14th, 2006 |
| Replies: 3 Views: 862 re: Trouble with GUI HI all,
I'm having trouble putting a GUI on an existing java server program i have. I have added a frame to the code but all it does so far is pop up, there is no interaction.. I've tried moving... |
Forum: C Mar 6th, 2006 |
| Replies: 4 Views: 1,113 Re: Noob: needs help with file I/O sorry about that.. basically i will be attempting to load a number of different files and there is no pre-defined structure to them.. the over-all code will go to form part of a basic form of... |
Forum: C Mar 6th, 2006 |
| Replies: 4 Views: 1,113 Re: Noob: needs help with file I/O cheers for the prompt reply,
will this still work when dealing with binary files, as i've noted within your code you only use the 'r' identifier
many thanks |
Forum: C Mar 6th, 2006 |
| Replies: 4 Views: 1,113 Noob: needs help with file I/O Hi all,
I'm having a prob with loading a file into an array.
I'm fine with opening the file but when it come to the fread command i seem to be failing as the document size will be variable, so how... |