Search found 17 matches

by mokapot
Wed Nov 12, 2008 2:02 am
Forum: wxDev-C++
Topic: ultimate begginer, need help compiling, getting errors
Replies: 6
Views: 1885

DISCLAIMER: i haven't tried devcpp and i haven't used wxwidgets on windows... so i might be wrong here. well, yes... it's not always newbie friendly, i'm afraid. i think that the most important part is at the end of the link that i posted: Bring up the Project Options dialog (Project menu, Project o...
by mokapot
Wed Nov 12, 2008 1:44 am
Forum: Compiler / Linking / IDE Related
Topic: wxWidgets installation and compilation successful: what now?
Replies: 2
Views: 1204

i think that using bakefile is the easiest way to generate makefiles: http://wiki.wxwidgets.org/Bakefile Bakefile is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile (autoconf's Makefile.in, Vis...
by mokapot
Wed Nov 12, 2008 1:22 am
Forum: wxDev-C++
Topic: ultimate begginer, need help compiling, getting errors
Replies: 6
Views: 1885

the compiler (preprocessor) can't find the needed header files. read in the documentation of devcpp on how to add header files to a project. i'm not familiar with this tool myself so i can't help you more with that unfortunately. edit: maybe you'll find your answer here? http://www.wxwidgets.org/doc...
by mokapot
Wed Oct 22, 2008 10:17 pm
Forum: wxDev-C++
Topic: wxDevc++ compiler or linker options
Replies: 3
Views: 1957

Alfred83 wrote:I am sorry, I can't help you. I don't use any more the boost library. I use now only wxwidget.
hey, no problem. i got it working now! ^_^ i'll edit the post above. maybe it'll work for you too if you still feel like using it.
by mokapot
Tue Oct 21, 2008 11:42 pm
Forum: wxDev-C++
Topic: wxDevc++ compiler or linker options
Replies: 3
Views: 1957

edit: not a problem anymore. there was something wrong with the wxwidgets source dir (probably becuase i had already run configure in it with different flags but i'm not sure that was why) so even though i recompiled, it didn't matter because the --enable-no_rtti was active anyway. i guess, if one d...
by mokapot
Mon Sep 22, 2008 11:03 pm
Forum: Compiler / Linking / IDE Related
Topic: REQ: A simple application project and lib project
Replies: 9
Views: 7866

Hi, Bakefile actually does 'simple' very easily; it's when you want something more complex that it gets confusing. But to answer your question, there's a (rather old) minimal setup at wxAuto, http://linus.mccabe.nu/?/article/articleview/wxAuto&Linus=7097b7039c5b63e1ed7ac7b0cb806c60&themex=p...
by mokapot
Sat Sep 20, 2008 11:40 pm
Forum: Compiler / Linking / IDE Related
Topic: REQ: A simple application project and lib project
Replies: 9
Views: 7866

Re: REQ: A simple application project and lib project

Jorg wrote: - Simple makefile
hi, i would also be interested in some makefile.am and configure.ac minimal templates! i'm trying set it up with the gnu build system now by looking at the output of kdevelop.
by mokapot
Wed Jul 23, 2008 8:03 am
Forum: Component Writing
Topic: wxCurl in unicode build
Replies: 5
Views: 5606

trouble building wxcurl... edit: works now!

edit : it works now. this is what the flag must look like: --with-libcurl=$TOP_LEVEL_DIR/lib/libcurl/build-i686-pc-linux-gnu/bin/curl-config . the actual file must be included. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hi! i have a bit of trouble when i try to build wxcurl as a static lib. the problem is t...
by mokapot
Thu Jul 10, 2008 10:07 am
Forum: Announcements and Discoveries
Topic: CodeLite IDE v1.0RC02
Replies: 13
Views: 10035

impressive!
by mokapot
Mon Jun 30, 2008 12:09 pm
Forum: Announcements and Discoveries
Topic: ANN: Music Organizer 2.5.0 is released
Replies: 2
Views: 2684

hi! i like the looks of your program! i don't want to hijack your topic but have you considered adding support for extended attibutes? (or do you know of a organizer that does make use of it?) that is, so that a user can add extended attibutes (would only work for linux afaik) to annotate music file...
by mokapot
Mon Jun 30, 2008 10:58 am
Forum: Announcements and Discoveries
Topic: Looking for software developer with wxWidget experience.
Replies: 4
Views: 2733

maybe there should be a work related subforum here. there are two topics on job opportunities and one on the job community linkedin on the first page of this subforum. :)
by mokapot
Sun Jun 29, 2008 12:24 pm
Forum: Announcements and Discoveries
Topic: Looking for software developer with wxWidget experience.
Replies: 4
Views: 2733

no takers? that's a shame! i'd be interested but i can't say that i'm that confident in working with wxwidgets. i'm from sweden, småland though so it wouldn't be too far off. (:
by mokapot
Tue Jun 10, 2008 4:00 pm
Forum: wxCode
Topic: wxSQLite compile and macros problems
Replies: 13
Views: 4625

thanks, i had the same "problem".
by mokapot
Tue Apr 29, 2008 1:14 am
Forum: Component Writing
Topic: wxCURL
Replies: 15
Views: 9116

hi! i've dl'd and built wxcurl... looking good. but i've been googling for some code dealing with the wxcurlhttp but to no avail. ): any pointers to links with examples or does anyone have some snippets? i'm looking for some info on how to do basic post/get.

cheers!

-mokapot
by mokapot
Tue Apr 15, 2008 11:42 pm
Forum: C++ Development
Topic: wxHTTP POST question
Replies: 5
Views: 2073

oh, that's kind of disheartening. :/