Search found 283 matches

by Forrest
Thu Jan 15, 2009 1:54 pm
Forum: NetBurner Software
Topic: NNDK2.3 RC3 Now Available (1/14/09)
Replies: 10
Views: 9500

NNDK2.3 RC3 Now Available (1/14/09)

Hello all, The latest beta release for the tools is now available to download from http://support.netburner.com Changes in 2.3 RC3: ---------------------------- * New Managed Project Type: Library, builds a library .a file for NetBurner modules * Build Automatically is once again enabled by default....
by Forrest
Mon Jan 05, 2009 2:43 pm
Forum: NetBurner's Eclipse IDE
Topic: Eclipse and SVN
Replies: 1
Views: 3876

Re: Eclipse and SVN

If you are backing up your entire workspace, you should save these files as well. (<nbinstall>/nbeclipse/workspace/.metadata) They contain Eclipse configuration and settings. They also contain a history of your edits so you can undo/redo files across sessions. This is enabled by default, and I belie...
by Forrest
Mon Jan 05, 2009 2:35 pm
Forum: NetBurner Software
Topic: BUG? really strange problem in http server
Replies: 3
Views: 3705

Re: BUG? really strange problem in http server

The html compiler converts some source to all uppercase in the comphtml stage of the project build. If you need case specific code, disable comphtml compression. To do this, right click on your project and select Properties. Under C/C++ settings, navigate to NetBurner CompHTML. Click on the NetBurne...
by Forrest
Thu Nov 13, 2008 3:52 pm
Forum: NetBurner Software
Topic: HTML Variable Question
Replies: 5
Views: 4332

Re: HTML Variable Question

Hello,

Make sure that you have a file htmlvar.h in your project base directory. You should see this file in C:\nburn\examples\Web\HtmlVariables in the example app you are referencing. Do you have this file?
by Forrest
Thu Oct 23, 2008 3:04 pm
Forum: NetBurner's Eclipse IDE
Topic: NBEclipse as a plugin for Eclipse.
Replies: 10
Views: 12832

Re: NBEclipse as a plugin for Eclipse.

In addition to what was said above, try re downloading the nbeclipse.zip plugin file. It sounds like you might have rc1 plugins running rc2 nndk.
by Forrest
Thu Oct 23, 2008 2:37 pm
Forum: NetBurner's Eclipse IDE
Topic: NBEclipse as a plugin for Eclipse.
Replies: 10
Views: 12832

Re: NBEclipse as a plugin for Eclipse.

Are you using NNDK2.3 RC2?
by Forrest
Fri Oct 03, 2008 9:56 am
Forum: NetBurner's Eclipse IDE
Topic: Network Debug Error - Connection Refused
Replies: 4
Views: 6461

Re: Network Debug Error - Connection Refused

1) Can I change a setting somewhere to control when the debugger attempts to connect, or how long it will try? 2) If I load the debug code via autoUpdate and want to connect at a later time with the debugger, can this be done? 1) This is possible. To change the wait time before attempting to connec...
by Forrest
Mon Sep 29, 2008 1:39 pm
Forum: NetBurner Software
Topic: Modifying JAVA code using NB Eclipse ...
Replies: 3
Views: 3574

Re: Modifying JAVA code using NB Eclipse ...

Hello, First, make sure you have the Java SDK installed. Sun releases about 100000 different types of java. You just need the one that lets you call javac from the command line. Once verified, open up a cmd prompt and navigate to the file, then, to make the class file, type: javac NBPlot.java -d html
by Forrest
Mon Sep 29, 2008 1:34 pm
Forum: NetBurner's Eclipse IDE
Topic: Debugger won't launch on drive not equal to C
Replies: 3
Views: 6627

Re: Debugger won't launch on drive not equal to C

I installed 'NNDKSetup21_rc4a.exe' on drive O not C (don't ask -- long story). Everthing seems to work so far except when I attempt to launch debugger (see result from console below). How do I change the drive it uses? Source directories searched: $cdir;$cwd Warning: c:\nburn\system: No such file o...
by Forrest
Mon Sep 29, 2008 1:30 pm
Forum: NetBurner's Eclipse IDE
Topic: "Rebuild system files" error
Replies: 6
Views: 6469

Re: "Rebuild system files" error

Hello,

Please create a support ticket at http://support.netburner.com so we can have a closer look at this.