I'm having a problem with the final compilation stages after including Perl. The area of particular note is this:
Code:
Linking...
embperl.obj : error LNK2001: unresolved external symbol _boot_qc
Zone___Win32_Release_with_Perl/Zone.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Everything else before that goes about perfectly. It's not a case of embperl.obj missing, as it's right where it should be. I've dug around and haven't seen a similar case involving this particular external, though the others concluded that there were missing libs somewhere. If that's the case, what do I need to add?