> I'm guessing this class/struct issue with Context might be > the problem? >
To answer my own question, yes, that's exactly the problem. Changing the "class Context;" line in tex2lyx.h to "struct Context;" eliminates the unresolved externals, the compiler warnings, and allows tex2lyx.exe to build to completion. It looks like tex2lyx.h should be fixed by someone. Thanks for the nudge in the right direction. I've got some work to do on the .vcproj file, but I'll submit it to the list after I figure out how to build the src and src\tex2lyx files in a common directory in a manner better than I'm currently doing. Thanks Rob