Search found 587 matches
- Wed Dec 21, 2016 5:36 pm
- Forum: Off-Topic
- Topic: Where did the Wiki go?
- Replies: 7
- Views: 17013
Re: Where did the Wiki go?
Thanks Forrest - I grabbed that article and a couple of others and stuck them on a wikia page. Thanks.
- Mon Dec 19, 2016 10:11 am
- Forum: Off-Topic
- Topic: Where did the Wiki go?
- Replies: 7
- Views: 17013
Re: Where did the Wiki go?
I primarily just wanted to get the text of the article I referenced. (http://wiki.embeddedethernet.com/Developing_in_Cpp#Using_Class_Member_Functions_in_calls_to_the_OS) I believe I wrote most of the entries under the "Developing in CPP" section so I wouldn't mind having a copy of any or a...
- Fri Dec 16, 2016 7:15 pm
- Forum: Off-Topic
- Topic: Where did the Wiki go?
- Replies: 7
- Views: 17013
Where did the Wiki go?
I got pinged on Stack overflow about something I wrote for http://wiki.embeddedethernet.com no longer working. Is there a new address for the wiki? If not is there any way I can get the entry for http://wiki.embeddedethernet.com/Develo ... _to_the_OS.
- Fri Jun 26, 2015 7:59 am
- Forum: Off-Topic
- Topic: Leaving the embedded world
- Replies: 2
- Views: 12226
Leaving the embedded world
I just thought I would make a final post (well who knows I may still lurk around). I took a full time job as a curriculum director with Pluralsight. That's the company I've been authoring courses for on the side for the past couple of years. They are an awesome company and made me an offer I couldn'...
- Mon Nov 17, 2014 11:03 am
- Forum: Off-Topic
- Topic: Forum Email RIP?
- Replies: 3
- Views: 8099
Re: Forum Email RIP?
What? Oh the things I don't know. Took me a minute or two to find the link at the top of the forum but this seems like it should be just as good if not better.
- Mon Nov 10, 2014 11:26 am
- Forum: Off-Topic
- Topic: Forum Email RIP?
- Replies: 3
- Views: 8099
Forum Email RIP?
Is the email feature of this forum permanently dead? That used to be my main method of keeping up.
- Wed Nov 05, 2014 6:19 pm
- Forum: Off-Topic
- Topic: Qt Quick Fundamentals
- Replies: 0
- Views: 7585
Qt Quick Fundamentals
My latest course on the Qt Framework - Qt Quick Fundamentals is now live on Pluralsight. Qt Quick is the newer GUI approach in the Qt framework. It is a declarative language (like HTML) and leverages JavaScript for imperative code. Of course it integrates quite easily with C++. This course is strict...
- Wed Oct 08, 2014 3:55 pm
- Forum: NetBurner Software
- Topic: Where is stdlib.h?
- Replies: 3
- Views: 4273
Re: Where is stdlib.h?
Rnixon thanks for the tip on AgentRansack. I usually use the search tool in TextPad or Eclipse but AgentRansack is FAST!
- Wed Oct 08, 2014 3:49 pm
- Forum: Off-Topic
- Topic: Using Subversion with Netburner NBEclipse IDE
- Replies: 2
- Views: 6811
Re: Using Subversion with Netburner NBEclipse IDE
Yes Subversive is the SVN plug in for Eclipse (so is Subclipse) and yes I've used it in the past with TortoiseSVN with no problem. I have since moved on to using Mercurial (TortoiseHg with MercurialEclipse) which I find much better. In either case I use a full version of Eclipse. The last time I che...
- Wed Oct 08, 2014 3:38 pm
- Forum: NetBurner Software
- Topic: Debug Build failure
- Replies: 31
- Views: 25343
Re: Debug Build failure
I don't have a NANO setup to give you a specific answer but in general: 1. Is DBNetburner.a in your nburn\lib folder? 2. If the Release build is working and debug build is not it's usually just a settings issue. You can go to the project properties Then use C/C++Build->Settings on the left and Then ...