Date: prev next · Thread: first prev next last


Olá Pessoal

Estou investigando um erro e gostaria de saber se estou deixando passar
algo óbvio neste trecho:

-----------------------%<-----------------------

FrameDirectionListBox::FrameDirectionListBox( Window* pParent, const
ResId& rResId ) :
    ListBox( pParent, rResId )
{
}

extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL
makeFrameDirectionListBox(Window *pParent, const ResId& rResId )
{
    return new FrameDirectionListBox(pParent, rResId);
}

-----------------------%<-----------------------

i.e., makeFrameDirectionListBox cria um novo objeto FrameDirectionListBox.

Especialmente no que diz respeito a passagem de rResId. Não há erro de
compilação mas estou tendo um erro relacionado a rResId na execução. Se
estiver tudo certo, vou partir pra debugar outras linhas...

Obrigado.
-- 
Olivier Hallot
Comunidade LibreOffice
http://ask.libreoffice.org/pt-br

-- 
Você está recebendo e-mails da lista dev@pt-br.libreoffice.org
# Informações sobre os comandos disponíveis (em inglês):
  mande e-mail vazio para dev+help@pt-br.libreoffice.org
# Cancelar sua assinatura: mande e-mail vazio para:
  dev+unsubscribe@pt-br.libreoffice.org
# Arquivo de mensagens: http://listarchives.libreoffice.org/pt-br/dev

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.