Search found 61 matches

by Freddy
Tue Nov 15, 2011 5:09 pm
Forum: wxDev-C++
Topic: What's the recommended database library?
Replies: 1
Views: 1824

What's the recommended database library?

Hello! I want to code a database project with wxWidgets and Sqlite3. wxDev-C++ is my IDE of choice. What is the recommended library? I heard about wxSqlite3 and Databaselayer. Which one should I use? And I how do I install it in wxDev-C++? I'm using the Mingw compiler that comes with the IDE. Any he...
by Freddy
Sat Jun 06, 2009 12:47 am
Forum: wxDev-C++
Topic: Translators needed
Replies: 35
Views: 11685

Brazilian Portuguese: 7000=Habilitado 7001=Classe base 7002=Oculto 7003=Padrão 7004=Texto de ajuda 7005=ID do nome 7006=ID do valor 7007=Dica 7008=Comentários 7009=Código de validação 7010=Cor de fundo 7011=Cor do texto 7012=Fator de elasticidade 7013=Alinhamento 7014=Borda 7015=Bordas 7016=Estilos ...
by Freddy
Sun Sep 21, 2008 2:12 am
Forum: wxDev-C++
Topic: wxDev-C++ 7.0 release client
Replies: 13
Views: 5121

Oh yeah! I had to to add the lib directories manually!

Now works with VC++ 2008 Express!

Thank you tbreina!


New wxDev-C++ seems to be working great! Most problems were my own mistake!
by Freddy
Sat Sep 20, 2008 7:42 pm
Forum: wxDev-C++
Topic: wxDev-C++ 7.0 release client
Replies: 13
Views: 5121

Some issues I already identified: * I tried to build a project with VC++ 2008 Express and it opens a MessageBox saying cl.exe couldn't find mspdb80.dll. (EDIT: I loaded wxdevcpp.exe by going to Start/Programs/Microsoft Visual C++ 2008 Express Edition/Visual Studio Tools/Visual Studio 2008 Command Pr...
by Freddy
Sat Sep 20, 2008 7:29 pm
Forum: wxDev-C++
Topic: wxDev-C++ 7.0 release client
Replies: 13
Views: 5121

Thank you guys for your hard work! This is the best wxWidgets IDE ever made! I always liked Dev-C++ and was upset because they stopped updating it. But wxDev-C++ resurrects it making it better adding support for wxWidgets! I appreciate the plugin system too! I'll be testing it this weekend. I alread...
by Freddy
Tue Sep 09, 2008 10:51 pm
Forum: wxDev-C++
Topic: Auto-updater not working?
Replies: 1
Views: 866

Auto-updater not working?

When I try to use the auto-updater to download devpacks it doesn't work.

Are the mirrors right or am I missing something?
by Freddy
Tue Sep 09, 2008 2:27 am
Forum: wxDev-C++
Topic: Linux version?
Replies: 1
Views: 1032

Linux version?

Do you plan to release a Linux version? (maybe compiling with fpc)

If no, could you please post tips on how to port an application developed with wxDev-c++ to Linux? I know wxWidgets is cross-platform but maybe there are some wxDev-C++ specific stuff I should be aware of.
by Freddy
Wed Jan 02, 2008 3:33 pm
Forum: wxDev-C++
Topic: Question about wxDev-C++ future and a few ideas
Replies: 3
Views: 1445

Question about wxDev-C++ future and a few ideas

Hello! I was looking at Dev-C++ and it seems it's not developed anymore. WxDev-C++ seems to be actively developed and fix lots of bugs while still adding features. So, is wxDev-C++ really a Dev-C++ substitute? I use wxDev-C++ on my main machine. But I think it's not as light-weight as Dev-C++ withou...
by Freddy
Wed Jan 02, 2008 2:22 am
Forum: wxDev-C++
Topic: downloading designer code
Replies: 5
Views: 1654

To the wxDev-C++ developers: Do you have any plan on migrating the sources to Lazarus (Free Pascal) and release a Linux version?
by Freddy
Tue Jan 01, 2008 4:31 am
Forum: wxDev-C++
Topic: WxDev-c++ + VS 2008?
Replies: 11
Views: 3097

C:\Program files\Microsoft Visual Studio 9.0\VC\bin C:\Program files\Microsoft Visual Studio 9.0\VC\include C:\Program files\Microsoft Visual Studio 9.0\VC\lib Above are the standard VC++ paths. C:\Program files\Microsoft SDKs\Windows\v6.0A\bin C:\Program files\Microsoft SDKs\Windows\v6.0A\include C...
by Freddy
Sat Dec 29, 2007 5:54 pm
Forum: wxDev-C++
Topic: WxDev-c++ + VS 2008?
Replies: 11
Views: 3097

WxDev-c++ + VS 2008?

Are you planning to support VS 2008 Express?
BTW... this express version already comes with the PSDK, so it's a lot easier to setup.
I hope wxDev-C++ supports it. (It's the same as VS 2005, just change the paths).
by Freddy
Wed Apr 18, 2007 8:36 pm
Forum: wxDev-C++
Topic: Will wxDev-C++ patches be available to Dev-C++?
Replies: 4
Views: 1418

Thanks for the great news!
It will be a really worth wait!
I'm looking forward...
by Freddy
Wed Apr 18, 2007 3:35 pm
Forum: wxDev-C++
Topic: Will wxDev-C++ patches be available to Dev-C++?
Replies: 4
Views: 1418

Will wxDev-C++ patches be available to Dev-C++?

Hi! I like wxDev-C++, but I also like Dev-C++ when doing non-wx programming. But it seems Dev-C++ is not getting updated anymore. So, I think it would be great if the developers of wxDev-C++ could apply the patchs with bug fixes and new features to the normal Dev-C++ too. So, the project will not di...
by Freddy
Wed Apr 11, 2007 3:34 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10.2 released
Replies: 56
Views: 22874

Does this version include support for the new added compilers? (MSVC++ and Digital Mars)?
by Freddy
Fri Feb 09, 2007 6:58 pm
Forum: wxDev-C++
Topic: Remove unused things to reduce exe
Replies: 3
Views: 1167

So, I have a feature request. :lol: I think if wxDev-c++ had an option on the menus "recompile wxwidgets" to rebuild the library from the IDE would be really nice. It would be very flexible way to rebuild the library and get best results with it. (Like remove unused parts) For example, Laz...