Hello,

Yes i took this example.
But the packages\wxart2d\samples\editor\single project works for me.
That's why i don't know what i am doing wrong.
Is there something to configure in vc ?


Thank you

Le 15.10.2010 10:15, HOLWERDA Klaas a écrit :
> Hi,
>
> The samples here works:
>
> packages\wxart2d\samples\editor\single
>
> Do you agree?
>
> #if wxART2D_USE_AGGDRAWER
>      m_canvas = new a2dCanvas( this, -1, wxDefaultPosition, wxDefaultSize, 
> wxScrolledWindowStyle, new a2dAggDrawer() );
> #else
>      m_canvas = new a2dCanvas( this, -1, wxDefaultPosition, wxDefaultSize, 
> wxScrolledWindowStyle, new a2dMemDcDrawer() );
> #endif //wxART2D_USE_AGGDRAWER
>
> Because what you do looks the same, so in that case the sample should also 
> not work for you.
> Are you sure you compiled Agg in etc.?
>
> regards,
>
> Klaas
>
>> -----Original Message-----
>> From: Ha Mang-Ky [mailto:mi...@bluewin.ch]
>> Sent: Thursday, 14 October, 2010 23:43
>> To: wxart2d-users_dev@lists.sourceforge.net
>> Subject: [Wxart2d-users_dev] a2dAggDrawer problem
>>
>>    Hello,
>>
>> I'm trying to make using wxWidget and wxart2d.
>> My problem is when i'm trying to instanciate a a2dCanvas with an
>> a2dAggDrawer as parameter.
>> I don't know what i am doing wrong.
>>
>>
>> The error is : a2dDrawer2D::DeviceDrawerPixel(): if used, must be
>> implemented in derived class.
>>
>> Here's a part of my code :
>>
>> m_canvas = new a2dCanvas(this, ID_IMAGE_CANVAS , wxPoint(0,0),
>> wxDefaultSize, wxHSCROLL | wxVSCROLL, new a2dAggDrawer());
>> a2dImageDocument * doc = new a2dImageDocument();
>> m_canvas->SetCanvasDocument(doc);
>>
>>
>>
>> I'm using MSVC.
>> wxwidget 2.8.11
>>
>> Thank you for your help.
>>
>> -----------------------------------------------------------------------
>> -------
>> Download new Adobe(R) Flash(R) Builder(TM) 4
>> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
>> Flex(R) Builder(TM)) enable the development of rich applications that
>> run
>> across multiple browsers and platforms. Download your free trials
>> today!
>> http://p.sf.net/sfu/adobe-dev2dev
>> _______________________________________________
>> Wxart2d-users_dev mailing list
>> Wxart2d-users_dev@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev
> ------------------------------------------------------------------------------------------------------------
> Disclaimer:
>
> If you are not the intended recipient of this email, please notify the sender 
> and delete it.
> Any unauthorized copying, disclosure or distribution of this email or its 
> attachment(s) is forbidden.
> Thales Nederland BV will not accept liability for any damage caused by this 
> email or its attachment(s).
> Thales Nederland BV is seated in Hengelo and is registered at the Chamber of 
> Commerce under number 06061578.
> ------------------------------------------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------------
> Download new Adobe(R) Flash(R) Builder(TM) 4
> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> Flex(R) Builder(TM)) enable the development of rich applications that run
> across multiple browsers and platforms. Download your free trials today!
> http://p.sf.net/sfu/adobe-dev2dev
> _______________________________________________
> Wxart2d-users_dev mailing list
> Wxart2d-users_dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev


-- 
Ha Mang-Ky
Noir d'Ivoire SARL
078 783 32 85
032 322 29 52


------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to