Eduardo,

Maybe I was not clear in my previous message.
What I was trying to say is actually, "I wonder why you should require 
such a function while you are only genereating ppgen.exe which is a
console application". 

--
Andi

On Mon, 27 Jul 2009 07:12:07 -0700 (PDT)
Eduardo Fernandes <modals...@yahoo.com.br> wrote:

> 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 <xharb...@telkom.net.id> escreveu:
> 
> > De: Andi Jahja <xharb...@telkom.net.id>
> > Assunto: Re: [xHarbour-developers] New error compiling with PellesC
> > Para: "Eduardo Fernandes" <modals...@yahoo.com.br>
> > Cc: "xHarbour Developers Mailing List" 
> > <xharbour-developers@lists.sourceforge.net>, "xHarbour.Patrick Mast" 
> > <patrick.m...@xharbour.com>
> > 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 <modals...@yahoo.com.br>
> > 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 <xharb...@telkom.net.id>
> > escreveu:
> > > 
> > > > De: Andi Jahja <xharb...@telkom.net.id>
> > > > Assunto: Re: [xHarbour-developers] New error
> > compiling with PellesC
> > > > Para: "Eduardo Fernandes" <modals...@yahoo.com.br>
> > > > Cc: "xHarbour Developers Mailing List" 
> > > > <xharbour-developers@lists.sourceforge.net>,
> > " xHarbour.Patrick Mast" <patrick.m...@xharbour.com>
> > > > 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 <modals...@yahoo.com.br>
> > > > 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
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to