Click here to Skip to main content
15,881,870 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I download the file in this webpage:


[^]

There is a dll project called MimeTeX,it's orginally built by VS2003
I compile the project using VS2010 and succeed. But I cant see any export funtions in dumpbin and
it doesnt work when I use other programs to call this dll

Why? Must I use VS2003?
Posted
Comments
ChineseGuy 29-Aug-12 22:38pm    
the dll project is in http://www.codeproject.com/Articles/11406/Enable-Your-Users-to-Write-Math-Equations-in-Your

Hello,
Hope you can see MimeTeX.lib and all other associated files in Debug folder?
Thanks!!!!!
 
Share this answer
 
Comments
ChineseGuy 30-Aug-12 2:51am    
yes,there is MimeTeX.lib and some other files....
I built a new project,and move the files(.c and .h etc)to the new project
Then it can be built(but can not export funtions)

but if I built the orginall project,it shows a err msg:
1>mimetex.obj : error LNK2001: unresolved external symbol _gifSize
1>Debug\MimeTeX.dll : fatal error LNK1120: unresolved externals
error
Vinod Viswanath 30-Aug-12 3:08am    
Ya i have seen that, trying to resolve the issue, for time being you can find the MimeTeX.dll inside Eq2ImgWinForms\Eq2ImgWinForms\bin\Debug folder
ChineseGuy 30-Aug-12 3:12am    
Is this beacuse there is non-compatibility between VS2003 and VS2010?
I have used a tool to convert VS2003 to VC6:
VC++7 to VC++6 project converter[^]
 
Share this answer
 
v2

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