LoadInstanceString failed in Windows7 Operating System.
-
Hi All, The Api LoadInstanceString(..) is Failed it is giving an Empty String in Windows7 Operating system. code. ----- CString strTemp; ::LoadInstanceString(IDS_MSG_NODBQLPLANS, strTemp); AfxMessageBox(strTemp); Help me out. Thanks & Regards, uday
-
Hi All, The Api LoadInstanceString(..) is Failed it is giving an Empty String in Windows7 Operating system. code. ----- CString strTemp; ::LoadInstanceString(IDS_MSG_NODBQLPLANS, strTemp); AfxMessageBox(strTemp); Help me out. Thanks & Regards, uday
-
I cannot find any reference to
LoadInstanceString()
in MSDN, is this a standard part of the Windows API?The best things in life are not things.
Hi, I am Sorry ::LoadString(HINSTANCE hInst,UINT uid,LPWSTR,int len) Api is been Failed. Code ---- _TCHAR buffer[2048]; LoadString(h, nResId, buffer, 2048); ---> Here the Code is been Failed for Windows7 O.S. strMsg.Format(_T("%s"),buffer); help me out. Thanks & Regards, uday.
modified on Tuesday, June 7, 2011 6:48 AM
-
Hi, I am Sorry ::LoadString(HINSTANCE hInst,UINT uid,LPWSTR,int len) Api is been Failed. Code ---- _TCHAR buffer[2048]; LoadString(h, nResId, buffer, 2048); ---> Here the Code is been Failed for Windows7 O.S. strMsg.Format(_T("%s"),buffer); help me out. Thanks & Regards, uday.
modified on Tuesday, June 7, 2011 6:48 AM
-
Hi, I am Sorry ::LoadString(HINSTANCE hInst,UINT uid,LPWSTR,int len) Api is been Failed. Code ---- _TCHAR buffer[2048]; LoadString(h, nResId, buffer, 2048); ---> Here the Code is been Failed for Windows7 O.S. strMsg.Format(_T("%s"),buffer); help me out. Thanks & Regards, uday.
modified on Tuesday, June 7, 2011 6:48 AM
-
_TCHAR buffer[2048]; LoadString(h, nResId, buffer, 2048); strMsg.Format(_T("%s"),buffer); While i was running the application in WindowXP the Api is Working. But when it is Window7 O.S the buffer is Empty. There is no error. Thanks uday
-
Hi, I am Sorry ::LoadString(HINSTANCE hInst,UINT uid,LPWSTR,int len) Api is been Failed. Code ---- _TCHAR buffer[2048]; LoadString(h, nResId, buffer, 2048); ---> Here the Code is been Failed for Windows7 O.S. strMsg.Format(_T("%s"),buffer); help me out. Thanks & Regards, uday.
modified on Tuesday, June 7, 2011 6:48 AM
-
_TCHAR buffer[2048]; LoadString(h, nResId, buffer, 2048); strMsg.Format(_T("%s"),buffer); While i was running the application in WindowXP the Api is Working. But when it is Window7 O.S the buffer is Empty. There is no error. Thanks uday
janaswamy uday wrote:
There is no error.
So
LoadString()
is returning a non-zero value?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather