How do you link an application using the libbtunicode.a archive library?
With 8.3 we were not using unicode support and 8.3 allowed you to link without it where 11.1.2.2 now requires unicode.
Looking at sqrmake, I see relinking sqr uses the btunicode shared library. I was able to use this same format to relink my application using the shared library however I want to relink my app using the archive library (libbtunicode.a) instead. When doing this, I get a lot of 'undefined reference' errors. I tried moving around the position of the archive library in the link structure but cannot seem to resolve the errors. Any ideas on what the link structure should be?