Click here to Skip to main content
15,884,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I searched in internet but I've found only code written in c#, is there in c++?

What I have tried:

if I use c# I have this error:
An unhandled exception of type 'System.BadImageFormatException' occurred in ConsoleApplication1.exe

Additional information: Non è stato possibile caricare il file o l'assembly 'Leadtools, Version=20.0.4.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907' o una delle relative dipendenze. Tentativo di caricare un programma con un formato non corretto.


in this:
HOWTO: Load PDF as SVG then save to DXF[^]
Posted
Comments
Richard MacCutchan 18-Nov-19 11:19am    
That message in Italian means the system cannot find the Leadtools DLL.
Richard Deeming 18-Nov-19 14:25pm    
A BadImageFormatException usually means you're trying to load a 32-bit assembly in a 64-bit process, or vice-versa.
Member 14594285 19-Nov-19 3:13am    
I tried to use c but it's the same, image isn't loaded

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900