Andi,

This is a snip from pelles help:

------------------------snip--------------------------------
Project Wizard API

There is a simple API for writing new project wizards for the IDE. A wizard is 
built like a DLL and placed in the Wizards folder, under the Bin folder (where 
Pelles C is installed). The IDE will look for installed project wizards during 
startup.

Note! The DLL must define the WizMain function, which is the entry-point to the 
wizard.
------------------------snip--------------------------------

I'll take a look on Pelles's forum.

TIA,
Eduardo

--- Em seg, 27/7/09, Andi Jahja <[email protected]> escreveu:

> De: Andi Jahja <[email protected]>
> Assunto: Re: [xHarbour-developers] New error compiling with PellesC
> Para: "Eduardo Fernandes" <[email protected]>
> Cc: "xHarbour Developers Mailing List" 
> <[email protected]>, "xHarbour.Patrick Mast" 
> <[email protected]>
> Data: Segunda-feira, 27 de Julho de 2009, 10:39
> Eduardo,
> 
> _Wizmain is a function in wizard.lib.
> I do not know how could you ever required this function
> :-)
> --
> Andi
> 
> On Mon, 27 Jul 2009 06:36:35 -0700 (PDT)
> Eduardo Fernandes <[email protected]>
> wrote:
> 
> > Andi,
> > 
> > After add comctl32.lib on makefile.pc the
> __imp__PropertySheetW is fixed, but I'm still get:
> > 
> > /SUBSYSTEM:CONSOLE lib\pc\common.lib
> crt.lib    kernel32.lib   
> winspool.lib    user32.lib   
> advapi32.lib    ole32.lib   
> uuid.lib    oleaut32.lib   
> winmm.lib        mpr.lib   
>      comctl32.lib
> > POLINK: error: Unresolved external symbol '_WizMain'.
> > POLINK: fatal error: 1 unresolved external(s).
> > POMAKE: fatal error: 'POLINK', error 1.
> > 
> > and I added wizard.lib also, but _WizMain error
> persist.
> > 
> > Do you know what is missing ?
> > 
> > TIA,
> > Eduardo
> > 
> > --- Em seg, 27/7/09, Andi Jahja <[email protected]>
> escreveu:
> > 
> > > De: Andi Jahja <[email protected]>
> > > Assunto: Re: [xHarbour-developers] New error
> compiling with PellesC
> > > Para: "Eduardo Fernandes" <[email protected]>
> > > Cc: "xHarbour Developers Mailing List" 
> > > <[email protected]>,
> " xHarbour.Patrick Mast" <[email protected]>
> > > Data: Segunda-feira, 27 de Julho de 2009, 10:14
> > > Eduardo,
> > > 
> > > Have you tried to add comctl32.lib in link
> script?
> > > 
> > > --
> > > Andi
> > > 
> > > 
> > > On Mon, 27 Jul 2009 05:01:32 -0700 (PDT)
> > > Eduardo Fernandes <[email protected]>
> > > wrote:
> > > 
> > > > Andi,
> > > > 
> > > > I'm get this:
> > > > 
> > > > POLINK /OUT:bin\pc\ppgen.exe
> obj\pc\ppgen.obj
> > > /LIBPATH:lib\pc /LIBPATH:"c:\pellesc\LIB"
> > > /LIBPATH:"c:\pellesc\LIB\WIN" /MACHINE:IX86
> > > /SUBSYSTEM:CONSOLE lib\pc\common.lib
> > > crt.lib    kernel32.lib   
> > > winspool.lib    user32.lib   
> > > advapi32.lib    ole32.lib   
> > > uuid.lib    oleaut32.lib   
> > > winmm.lib        mpr.lib
> > > > POLINK: error: Unresolved external symbol
> '_WizMain'.
> > > > POLINK: error: Unresolved external symbol
> > > '__imp__PropertySheetW'.
> > > > POLINK: fatal error: 2 unresolved
> external(s).
> > > > POMAKE: fatal error: 'POLINK', error 1.
> > > > 
> > > > How do you fixed it ?
> > > > 
> > > > note: under PellesC 4.50 and 6.00 compile
> ok.
> > > > 
> > > > regards,
> > > > Eduardo
> > > 
> > > 
> > >
> ------------------------------------------------------------------------------
> > > _______________________________________________
> > > xHarbour-developers mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> > > 
> > 
> > 
> >   
>    ____________________________________________________________________________________
> > Veja quais são os assuntos do momento no Yahoo!
> +Buscados
> > http://br.maisbuscados.yahoo.com
> 
> 
> 


      
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to