Search found 6 matches
- Wed Apr 22, 2009 6:52 am
- Forum: NetBurner Software
- Topic: Writing to middle of a file
- Replies: 3
- Views: 4130
Writing to middle of a file
Hello All, I have a log (text) file with multiple lines of strings in it. I want to move my pointer around inside the file and then write some text. I was going to use F_SEEK to move my pointer where I want it but then writing will overwrite previous data. Is there some way to go back into the middl...
- Wed Apr 22, 2009 6:43 am
- Forum: NetBurner Software
- Topic: do all files end in null?
- Replies: 2
- Views: 3773
Re: do all files end in null?
Thanks a lot Larry. I changed my buffer size to 4096 bytes because that is the cluster size. It seemed to work pretty fast. Then I tried to increase the buffer size 16k and it didn't work as well. If the NB has a 64k buffer would it make sense to use as much of it as possible when copying or is ther...
- Thu Apr 16, 2009 1:56 pm
- Forum: NetBurner Software
- Topic: do all files end in null?
- Replies: 2
- Views: 3773
do all files end in null?
Hi guys, When I run my function below, I get stuck in an infinite loop. From and to are filenames for txt files that already exist. The only thing I can think of is that the txt file does not end in a NULL pointer. Am I missing something? //-----------------------------------------------------------...
- Mon Apr 13, 2009 7:17 am
- Forum: NetBurner Software
- Topic: MOD5234 writing to file Trap occured ??
- Replies: 2
- Views: 3523
MOD5234 writing to file Trap occured ??
After I wrote some lines of text to a .txt file, I got an error on the MTTTY serial monitor which read: Trap occured Vector=Acess Error FMT =03 SR =2018 FS =0C Faulted PC=02028074 D0:FFFFFFFF 00000053 00000000 000000D4 000000D5 000000D6 00000073 A0:00000010 00000011 00000010 20002194 02038BBB 200027...
- Mon Apr 06, 2009 7:21 am
- Forum: NetBurner's Eclipse IDE
- Topic: NBEclipse not working with JDK 6 Update 13
- Replies: 6
- Views: 16299
Re: NBEclipse not working with JDK 6 Update 13
I wasn't able to create a project so I was writing on a project that someone else created. I'm still running into the same java errors though. When I go to build/launch I got an error. This is the error in the log file: !ENTRY org.eclipse.core.jobs 4 2 2009-03-09 20:43:09.115 !MESSAGE An internal er...
- Fri Apr 03, 2009 11:44 am
- Forum: NetBurner's Eclipse IDE
- Topic: NBEclipse not working with JDK 6 Update 13
- Replies: 6
- Views: 16299
NBEclipse not working with JDK 6 Update 13
Hi guys. This morning I installed NNDKSetupRel22_rc3.exe, the newest NBEclipse. Then I installed JDK 6 Update 13, the newest JDK/JRE pack. In NBEclipse I tried to make a new project with the following properties; Managed Netburner Project (recommended) Netburner Device Executable - Network Platform ...