Error
-
Can any one tell me what is the mistake i have did in below line of code? int iPrimaryLang[4]={LANG_ENGLISH, LANG_BENGALI, LANG_ORIYA, LANG_HINDI}; I am getting compiler error C2059, C2334. Regards, lg
lgatcodeproject
-
Can any one tell me what is the mistake i have did in below line of code? int iPrimaryLang[4]={LANG_ENGLISH, LANG_BENGALI, LANG_ORIYA, LANG_HINDI}; I am getting compiler error C2059, C2334. Regards, lg
lgatcodeproject
the single line of code won;t give enough info, look around for declaration above and below the statement as it roughly stated in http://msdn.microsoft.com/en-us/library/t8xe60cf(VS.80).aspx
-
Can any one tell me what is the mistake i have did in below line of code? int iPrimaryLang[4]={LANG_ENGLISH, LANG_BENGALI, LANG_ORIYA, LANG_HINDI}; I am getting compiler error C2059, C2334. Regards, lg
lgatcodeproject
Hi, You might also post the code above. I think (based on error C2334 ) you missed ': or {'; somewhere. At least google tells you that: http://msdn.microsoft.com/en-us/library/f0swb231.aspx[^] Cheers
You have the thought that modern physics just relay on assumptions, that somehow depends on a smile of a cat, which isn’t there.( Albert Einstein)
-
Can any one tell me what is the mistake i have did in below line of code? int iPrimaryLang[4]={LANG_ENGLISH, LANG_BENGALI, LANG_ORIYA, LANG_HINDI}; I am getting compiler error C2059, C2334. Regards, lg
lgatcodeproject
It might be an idea to quote more of the error than just its code. Not all of us have comitted them to memory. Make it easy for people to answer your question and more people are likely to reply.
Steve
-
It might be an idea to quote more of the error than just its code. Not all of us have comitted them to memory. Make it easy for people to answer your question and more people are likely to reply.
Steve
Actually the only reply he needs is: ask google :) Cheers
You have the thought that modern physics just relay on assumptions, that somehow depends on a smile of a cat, which isn’t there.( Albert Einstein)
-
Can any one tell me what is the mistake i have did in below line of code? int iPrimaryLang[4]={LANG_ENGLISH, LANG_BENGALI, LANG_ORIYA, LANG_HINDI}; I am getting compiler error C2059, C2334. Regards, lg
lgatcodeproject
-
Can any one tell me what is the mistake i have did in below line of code? int iPrimaryLang[4]={LANG_ENGLISH, LANG_BENGALI, LANG_ORIYA, LANG_HINDI}; I am getting compiler error C2059, C2334. Regards, lg
lgatcodeproject
-
There are over 6.5 million members of CodeProject, think about what would happen if most of them answered every question with "I don't know". :doh:
You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.
-
Can any one tell me what is the mistake i have did in below line of code? int iPrimaryLang[4]={LANG_ENGLISH, LANG_BENGALI, LANG_ORIYA, LANG_HINDI}; I am getting compiler error C2059, C2334. Regards, lg
lgatcodeproject
You need to import the Recognizer COM object to let the compiler know those macros (that is: LANG_ENGLISH things)[^]
Maxwell Chen