Author Topic: Are there any win32++ wizards available?  (Read 3234 times)

Offline lucky7456969

  • Multiple posting newcomer
  • *
  • Posts: 33
Are there any win32++ wizards available?
« on: June 17, 2016, 05:19:56 am »
Are there any win32++ wizards available that I can stick it into the
wizard dashboard, so whenever I create a new project,
I get a new full-fledged framework to work with?
If not, how do I create one?
Are there also any tutorials on how to write codeblocks wizards?
Thanks
Jack

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Are there any win32++ wizards available?
« Reply #1 on: June 17, 2016, 07:55:17 am »
I have no idea on "win32++ wizards".

But, have you tried saving an good and small "win32++" CB project as an CB Template?

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Are there any win32++ wizards available?
« Reply #2 on: June 17, 2016, 08:57:35 am »
Open the wizard selector find a wizard you like and right click -> edit script.
The wizards are written in squirrel - the scripting language used in cb.
Search the wiki for details about the api.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline lucky7456969

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: Are there any win32++ wizards available?
« Reply #3 on: June 17, 2016, 10:55:15 am »
Okay, I understand now.