|
Erro wd260pm.dll solução compilar em 64bits |
Iniciado por Boller, 04,feb. 2022 14:07 - 1 respuesta |
| |
| | | |
|
| |
Miembro registrado 4.521 mensajes |
|
Publicado el 04,febrero 2022 - 14:07 |
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/ |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 8 mensajes |
|
Publicado el 17,marzo 2022 - 12:18 |
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. |
| |
| |
| | | |
|
| | | | |
| | |
|