NO

Author Topic: CWiz template tool  (Read 10255 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
CWiz template tool
« on: September 16, 2004, 08:39:35 AM »
CWiz template tool with source code, version: 1.01 (Feb 11, 2004)

Author: Holger Buick
/Pelle

philaile

  • Guest
CWiz template tool
« Reply #1 on: December 20, 2004, 01:25:29 PM »
Dear Pelle,

Could you please also provide the dll for this download ? or guid me build it by using PellesC

I try building that dll, but it seems to be that PellesC didn't recognize that dll when using Tools/Customize/Add-ins.

Thanks in advance,

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
CWiz template tool
« Reply #2 on: December 20, 2004, 02:45:23 PM »
It's really Holger's project, but I will try to fix it.

For now, change line ~71 from...
ADDIN_ADD_COMMAND AddCmd;
...to...
ADDIN_ADD_COMMAND AddCmd = {0};

... and recompile.

Pelle
/Pelle

Anonymous

  • Guest
CWiz template tool
« Reply #3 on: December 21, 2004, 11:51:10 AM »
It's great ! Now I can use CWiz add-ins. Thanks so much

Holger Buick

  • Guest
CWiz template tool
« Reply #4 on: December 23, 2004, 03:00:05 AM »
Hello,

thanks for using the template tool.
Thanks Pelle for the change, its long time ago and I can not remember how to make the code for the addins.
There is another version of CWiz in the section 'source coude' -> contributions that is not an addin and works standalone as far as I remember.  (.exe)

Holger Buick

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
CWiz template tool
« Reply #5 on: December 23, 2004, 06:56:37 AM »
No problems, Holger. I will upload the fixed version - just have to get past this Christmas thing first... ;)

Pelle
/Pelle

Offline Robert

  • Member
  • *
  • Posts: 245
Ho Ho Ho !!!
« Reply #6 on: May 29, 2005, 11:58:21 PM »
Quote from: "Pelle"
No problems, Holger. I will upload the fixed version - just have to get past this Christmas thing first... ;)

Pelle


Dear Santa Claus:

Didn't you give Pelle any presents? He still seems to be having trouble getting past last Christmas.

Robert Wishlaw

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
CWiz template tool
« Reply #7 on: June 02, 2005, 06:35:25 AM »
I didn't say *which* Christmas... ;-)

OK - let's see if I can remember this time...

Pelle
/Pelle

Dodge

  • Guest
CWiz template tool
« Reply #8 on: December 03, 2005, 10:14:02 AM »
Ya change in the source code section would be great on this plugin.

By the way...if u want this add-in to work u have to do the following(at least in my case):

copy the created cwiz.DLL and cwiz.TXT into <install path> pelleC\Bin\Addins\

and then in the tool --> customize --> Add-ins u check the cwiz.DLL

Well i know i didnt make any new discoveries but still this might be a useful information to someone. =D>

Holger Buick

  • Guest
CWiz template tool
« Reply #9 on: July 14, 2006, 01:10:36 AM »
Hello,

I downloaded my old cwiz addin and it did not work properly.
So I downloaded the standalone version here:

http://www.smorgasbordet.com/pellesc/contrib_cwiz.htm

this works.
Don't forget to copy cwiz.txt together with cwiz.exe into one diectory. cwiz.txt contains all the templates.
If you want to use it from the IDE dropdown menu "Tools" you should give the path and name of cwiz.txt as argument in ->tools -> custumize.
For example:
Menu text:  cwiz
Command:    D:\DAta\Projects\cwiz\cwiz.EXE
Arguments:  D:\DAta\Projects\cwiz\cwiz.txt

or alternatively:
initial dir:  D:\DAta\Projects\cwiz
if cwiz.txt is in the same directory as cwiz.exe


Has anyone made a tamplate for this tool himself one time?

Holger