2022.09.18 11:47 "[Tiff] Problem linking on Windows (Visual Studio 2019)", by David C. Partridge

2022.09.18 11:47 "[Tiff] Problem linking on Windows (Visual Studio 2019)", by David C. Partridge

I'm in the middle of a lot of changes to my code and something I did has resulted in the following errors when linking the code:

1>libtiff.lib(mkg3states.obj) : error LNK2001: unresolved external symbol getopt
1>libtiff.lib(mkg3states.obj) : error LNK2001: unresolved external symbol optind
1>libtiff.lib(mkg3states.obj) : error LNK2001: unresolved external symbol optarg

I haven't touched the build for libtiff.lib.

I'm sure this is going to be something pretty simple...

Any help appreciated.

Cheers, David