Click here to Skip to main content
15,895,011 members

Comments by ChineseGuy (Top 10 by date)

ChineseGuy 30-Aug-12 3:12am View    
Is this beacuse there is non-compatibility between VS2003 and VS2010?
ChineseGuy 30-Aug-12 2:51am View    
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
ChineseGuy 29-Aug-12 22:38pm View    
the dll project is in http://www.codeproject.com/Articles/11406/Enable-Your-Users-to-Write-Math-Equations-in-Your
ChineseGuy 28-Aug-12 10:29am View    
mimetex is good,it doesnt need any extra library,but it seems to be a huge project
Is the whole mimetex for generating math formula? or it does something peripheral that takes up most of the code
ChineseGuy 16-Aug-12 6:22am View    
you dont need ide,but you must need cl.exe and link.exe..
unless you just mean running the exe without ide