I am getting the Unresolved external _License error on my build.
I'm using the Borland 5.5 command line compiler.
I got it to at least build with:
implib vpes3271.lib vpes3271.dll
and used the vpes3271.lib and the vpes3271bc.def in my make file.
Which got me past some build errors.
But when I put into the function call License() after the OpenDoc call it compiles with an error.
If I take the License() function out it compiles and runs but the Preview comes up as a "Demo Version."
Is there a .h file I need did the install not register my license?
Thanks,
Jimw