Question 1: Execute the release ace in VS 2005.Program, Error: Ace WSA startup not initialized.
I found the following answers when I checked the information online:
Right-click a project in VS 2005, choose Properties> Configure Properties> General (gerneral)
Character Set: use Unicode Character Set
Change
Character Set: Not Set)
So OK.
Appendix:
By default, Ace uses the multi-byte character set.
If you want Ace to use the Unicode Character Set,
You need to add the following two lines
# Define ace_has_wchar
# Define ace_use_wchar
Reference: http://www.cnblogs.com/zcshan/archive/2011/09/18/wsa.html
After setting according to the preceding instructions, the error persists,
For more information, see the following url: ACE: Init ();
Http://proxy3.zju88.net/agent/thread.do? Id = Socket-448a71e1-1787e2071ac3535f834d9b0e74c56191 & page = 0 & BD = socket & BP = 28 & M = 0
So join in the program Header
ACE: Init ();
Recompile and solve the problem.