Search found 9 matches

by JamesPlock
Sun Feb 11, 2007 12:59 pm
Forum: Announcements and Discoveries
Topic: Demo/tutorial creator program
Replies: 2
Views: 1116

Yes, that was the one I was looking for. Thanks!
by JamesPlock
Sat Feb 10, 2007 9:42 pm
Forum: Announcements and Discoveries
Topic: Demo/tutorial creator program
Replies: 2
Views: 1116

Demo/tutorial creator program

Hi, as far as I remember somebody introduced such a program here in the forum, but I can't find the topic anymore... I'm looking for a program creating a movie showing e.g. the capabilities of your program (like camstudio), but with the capability to add balloontips or sth like that. Preferably this...
by JamesPlock
Fri Dec 15, 2006 7:47 pm
Forum: Open Discussion
Topic: IBPP (Firebird database...)
Replies: 4
Views: 1869

Hi,
already tried to insert a

Code: Select all

try{
...
}
catch (IBPP::Exception& e){
  std::cerr << e.ErrorMessage();
}
in your constructor?
by JamesPlock
Sun Dec 10, 2006 10:07 pm
Forum: The Code Dump
Topic: wxTaskBarIcon with Balloon tooltips!
Replies: 39
Views: 28521

You are sure that you set the makro definition -D_WIN32_IE=0x0500 when you compile the taskbar.cpp?
by JamesPlock
Fri May 26, 2006 8:23 pm
Forum: General Development
Topic: Console app + sockets/events
Replies: 1
Views: 725

Yes, that's possible. Have a look at the console example, there is some socket code included.
by JamesPlock
Sun Apr 02, 2006 8:30 pm
Forum: Announcements and Discoveries
Topic: Yet another App - wxMenuCreator
Replies: 2
Views: 1130

Nice,
but when I open the (Windows) application and insert a menu item some code is generated, but no tree is shown.
Therefor saving and loading the menu is a small worksround :wink:

James
by JamesPlock
Thu Mar 30, 2006 5:49 pm
Forum: General Development
Topic: Online project generator?
Replies: 13
Views: 2159

Maybe a good idea. After this weekend I have more time, we can discuss it further.

James
by JamesPlock
Tue Mar 28, 2006 7:46 pm
Forum: General Development
Topic: Online project generator?
Replies: 13
Views: 2159

Hm, I have some PHP experience (and still an apache running on my system :wink: ) and if it is only one input form tranferring into some template files it should be not too hard. The problem is that I don't have a VS and thus no idea about the output files. If you provide some detailed information I...
by JamesPlock
Tue Aug 09, 2005 6:17 pm
Forum: General Development
Topic: How to create patches for executables?
Replies: 3
Views: 1223

How to create patches for executables?

Hello, my question refers a little bit to the 'What tools do you use'-topic: How do you deploy updates of your software? When I e.g. change just a spelling error I don't want to distribute the large executable. Can you recommend a cheap or free tool (perhaps with some remarks of your experiences) th...