Michael Stratmann wrote:
Hello Klaas,

I would like to code as fast as you :-)

You need http://tcup.totalcmd.net/ there is the search menu with feed to listbox, plus a good editor etc. That way you can at least work quickly, coding i well?? ;-)


We forgot one point, the .vcproj files. They contain, which .rc file gets loaded. So the samples still load wx.rc directly (no mondrian icon).

e.g. sample_editor_single.vcproj, lines 297-302
<File RelativePath="D:\wxArt2D\samples\editor\samples\single\single.cpp">
</File>
<File                        
RelativePath="D:\wxWidgets-2.8.8\include\wx\msw\wx.rc">
</File>

Line 301 should be
RelativePath="D:\wxArt2D\samples\editor\samples\single\single.rc">


COMPILE_RC( "single.rc" wx.o )

ADD_EXECUTABLE( sample_editor_single ${WIN32GUI} single.cpp single.h single.rc )

Will check a few,

Klaas




--
Unclassified


Disclaimer:

This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please notify the sender and delete this e-mail. Any unauthorized copying, disclosure
or distribution of the material in this e-mail is strictly forbidden.

Considering the inherent risks of the use of e-mail communication, Thales Nederland BV shall not be liable for any damage derived from it. Thales Nederland BV is seated in Hengelo (Ov.), the Netherlands, and registered at the Chamber of Commerce under number 06061578.

begin:vcard
fn:Klaas Holwerda
n:Holwerda;Klaas
note:Unclassified
version:2.1
end:vcard

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to