Search found 7 matches

by McCabe
Wed Nov 10, 2004 12:13 pm
Forum: C++ Development
Topic: winmain@16 error
Replies: 1
Views: 1280

Is that really your complete g++ line..? No object files?

/l
by McCabe
Wed Nov 10, 2004 8:53 am
Forum: Compiler / Linking / IDE Related
Topic: DialogBlocks and Kdevelop 3.0
Replies: 2
Views: 1966

This is a linking error, ie the linker does not find those symbols.

Did you add the source file to the kdevelop project and to the automake-manager so that it's compiled and linked into the code?

/Linus
by McCabe
Wed Nov 10, 2004 8:48 am
Forum: wxDev-C++
Topic: WxWidgets in Dev C++ vs WxWidgets in Kdevelop
Replies: 12
Views: 5436

To me, this sounds like a problem with sizers. Sometimes (especially with notebooks) they can be a bit tricky to get correctly on both windows and linux.
I think there was also slight changes in how sizers work between 2.4.x and 2.5.x so it could be because of that.

/Linus

[/code]
by McCabe
Sun Sep 19, 2004 8:17 am
Forum: General Development
Topic: Thoughts about a cross-platform IDE written in wxWidgets...
Replies: 45
Views: 13620

I agree, this would be nice. You wouldn't need different project files depending on the current os, the interface would be familiar etc. imho, the best thing to do is to join in on an available open source project. I don't know if one like this exists though? Perhaps CodeDragon/wxStudio is still ali...
by McCabe
Sat Sep 18, 2004 9:42 am
Forum: Announcements and Discoveries
Topic: Autoconf sample project
Replies: 0
Views: 1475

Autoconf sample project

There seemed to be a lack of sample code for using wxWidgets with autoconf, so I put a small project together: http://linus.mccabe.nu/article/articleview/wxAuto

Enjoy

/Linus
by McCabe
Wed Sep 08, 2004 2:18 pm
Forum: General Development
Topic: Client/Server cross platform application framework
Replies: 3
Views: 2373

Thanks for the suggestions, however, I think you misunderstood me: I'm not announcing that I'm starting such a framework, I'm looking for one to use for my application. I know socket communication isnt that hard to implement, but there's much more to an application framework than that and if there's...
by McCabe
Wed Sep 08, 2004 1:54 pm
Forum: General Development
Topic: Client/Server cross platform application framework
Replies: 3
Views: 2373

Client/Server cross platform application framework

Hello! I'm about to start a project that will be client/server based and should work on Linux and Windows. I'm looking for an application framework that has the basic stuff already made, like session handling, user login, communication between server and client etc. Since I've previously used wxWidg...