PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 25 → Erro wd260pm.dll solução compilar em 64bits
Erro wd260pm.dll solução compilar em 64bits
Started by Boller, Feb., 04 2022 2:07 PM - 1 reply
Registered member
3,651 messages
Popularité : +175 (223 votes)
Posted on February, 04 2022 - 2:07 PM
Prezados

O Sr Ronaldo teve uma tela estranha de erro do Windev, acusando a falta da wd260pm.dll. Mas a dll wd260pm.dll não foi encontrada em lugar nenhum. Vou solicitar para a Pcsoft. O erro ocorreu na rotina de impressão do Danfe para NFCE gerada para 32 bits.
Pedi para ele recompilar então em 64 bits.

Solução:

Ele gerou para 64 bits e o erro não mais ocorreu.

Estou solicitando a Pcsoft o arquivo para viabilizar a compilação em 32 bits.

--
Adriano José Boller
______________________________________________
Consultor e Representante Oficial da
PcSoft no Brasil
+55 (41) 99949 1800
adrianoboller@gmail.com
skype: adrianoboller
http://wxinformatica.com.br/
Registered member
8 messages
Posted on March, 17 2022 - 12:18 PM
Your target is x86_64-window-gnu. That means it's 64-bit. And you have MinGW32, which is only 32-bit. Normally this might sound ok, as it's just that the compiler that's 32-bit. But it's using GCC, which typically isn't a cross compiler. So even though it's still x86, the compiler only builds original x86 while rustc is asking it for x86_64.

Or that's just my guess at least. I imagine it's probably right. So swapping to a MinGW64 toolchain should do it.