Archive | C++

New Forums for Flex, Flash, ColdFusion

Mon, Sep 1, 2008

Comments

texte New Forums for Flex, Flash, ColdFusion

I decided to make a forum (http://VadexFX.com) over the weekend for Flex, Flash, and ColdFusion since FlexCoders and other mailing lists that pertain to Adobe Technologies have started to see an increase of off-topic topics and so this should help reduce that. Also, I am not really a fan of mailing lists since you can’t post any code that is neither formatted nor able to search properly and easily find what you want. Now to not also alienate the people that like the mailing list format I am working on a plug-in for the forum that will let you subscribe to a forum or a thread in its whole and you can respond to it by email.

Also, there was a discussion a while ago about breaking up the FlexCoders into a smaller list so I made sub-forums for some of those, and everything is on one site so it won’t thin out the flex community. The plus side is that you can just visit certain forums that interest you. Signing up takes less than 20 seconds (I timed it) and you can post immediately after. Check it out and give your comments on it, the theme is simple and easy on the eye. This should be treated as a supplement to the other mailing- lists but not a replacement. Nearly all support questions or help will be on the forum for the tutorials I do. Site one more time is http://VadexFX.com

Continue reading...

Eclipse CDT( C &CPP) on Windows Vista

Mon, Jun 9, 2008

Comments

There seems to be sparse information on how to install Eclipse CDT (C++/C) on Windows Vista or any windows so here are the steps to have it work with a Debugger and a Compiler.
First Thing

1)Install Eclipse CDT
2) Download MinGW

3) Install it as the Current Setting and make sure that you pick g++ Compiler, also leave the folder as it is do not change it
4)Next Download MSYS

5)Install MSYS

6) A window will pop up, It will ask you if you want to proceed, type y and then Enter
7)It will ask if MingGW is Installed, type y then Enter
8 ) give it the path which should be c:/MinGW
9). Download the Debugger
10)Install the Debugger

11) Go to Control Panel–>System–>Advanced System Settings–>System Properties Panel Should pop up

12). Click on Environment Variables

13). Go where it says System Variables, then scroll down to Path then click Edit

14) Now go to the very end, make sure you do not overwrite or deleted what is in there otherwise your computer will stop working. Windows Vista Has the Whole Line Selected so make sure that you click once to remove that and go to the end of the path. Now Append or just copy and paste these ;C:\msys\1.0\bin;C:\mingw\bin

15) Restart Vista
16) Go to the Command Prompt, or Click start–>in the search box type CMD. The CMD window will open
17) Type g++ –version Hit Enter. Should print out the Version and copy right notice

18). Repeat step 17 but substitute g++ with gcc, gdb
19) if everything works up untill now then Start Eclipse then make a C++ project Executable then compile and it should work.

Continue reading...

Page 1 of 11