wxCraft tryout study

Post here wxCrafter related issues / features / bugs
matsukan
CodeLite Curious
Posts: 1
Joined: Thu Apr 20, 2017 1:56 pm
Genuine User: Yes
IDE Question: C++
Contact:

wxCraft tryout study

Post by matsukan »

Hi,

I download standalone version from wxCraft package and install to my Ubuntu laptop. And finalized test version for simple login dialog and generated C++ code it.

And I noticed this statement :

Code: Select all

extern void wxCrafter6o4MmgInitBitmapResources();
What is and what libraries it needed to work it ? Do you made own version from wxWidgets ?

br,
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCraft tryout study

Post by eranif »

This function is implemented in the generated sources and it contains the images you used in wxCrafter in a binary form. It's a way of embedding the images into the binary
Make sure you have read the HOW TO POST thread
Post Reply