skibum4lif
Programmer
I am currently unable to recognize packages that should be created when I build a .dll file. I have created packages successfully before. This particular .dll file #includes other .dlls that include .lib files. These other .dlls make implicit calls to other dlls. I suspect that this is causing to Tcl/Tk to not recognize the package. I'm currently going to statically compile all of the .dll and .lib files but I would appreciate any insight into this problem. Does Tcl require static dlls or explicit calls? How can I create a successful package using multiple .dll and .lib files that are used implicitlly?