Compilation error in WinCE
-
In pocket PC I am getting the following errors when using char. WCE\memory\error C2027: use of undefined type 'allocator' WCE\xstring(45) : error C2514: 'std::allocator' : class has no constructors What might be the problems.How can I solve this. mail me at yesnathan@hotmail.com
-
In pocket PC I am getting the following errors when using char. WCE\memory\error C2027: use of undefined type 'allocator' WCE\xstring(45) : error C2514: 'std::allocator' : class has no constructors What might be the problems.How can I solve this. mail me at yesnathan@hotmail.com
You don't have STL in eMbedded C++ - Anders Money talks, but all mine ever says is "Goodbye!"
-
In pocket PC I am getting the following errors when using char. WCE\memory\error C2027: use of undefined type 'allocator' WCE\xstring(45) : error C2514: 'std::allocator' : class has no constructors What might be the problems.How can I solve this. mail me at yesnathan@hotmail.com
Looks like you are try to compile some code from the Standard Template Library (STL). Embedded Visual C doesn't come with STL but I did see a port of it on the PocketPC Developers Network www.pocketpcdn.com . Brad Manske