Click here to Skip to main content
15,883,997 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionerror "a required resource was unavailable". Pin
Le@rner23-Dec-09 22:41
Le@rner23-Dec-09 22:41 
Questionpassing a variable inside thread Pin
Le@rner23-Dec-09 18:46
Le@rner23-Dec-09 18:46 
AnswerRe: passing a variable inside thread Pin
Adam Roderick J23-Dec-09 18:59
Adam Roderick J23-Dec-09 18:59 
GeneralRe: passing a variable inside thread Pin
Rajesh R Subramanian23-Dec-09 21:57
professionalRajesh R Subramanian23-Dec-09 21:57 
QuestionRe: passing a variable inside thread Pin
CPallini23-Dec-09 22:25
mveCPallini23-Dec-09 22:25 
AnswerRe: passing a variable inside thread Pin
Rajesh R Subramanian23-Dec-09 22:32
professionalRajesh R Subramanian23-Dec-09 22:32 
GeneralRe: passing a variable inside thread Pin
Adam Roderick J23-Dec-09 22:39
Adam Roderick J23-Dec-09 22:39 
GeneralRe: passing a variable inside thread Pin
CPallini23-Dec-09 23:05
mveCPallini23-Dec-09 23:05 
Rajesh R Subramanian wrote:
Because of the +1 part, which makes a wrong assumption of the size of an Unicode character! It could have been multiplied by sizeof(TCHAR), that would make it work, but is not very clean (IMHO).


Nope:
LPTSTR lpszData = new TCHAR[csTemp.GetLength()+1];

Looks correct to me, whatever CString is of wide characters or not.


Rajesh R Subramanian wrote:
It could have been multiplied by sizeof(TCHAR)

It is already taken into accout by the new operator.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: passing a variable inside thread Pin
Adam Roderick J23-Dec-09 22:34
Adam Roderick J23-Dec-09 22:34 
GeneralRe: passing a variable inside thread Pin
Rajesh R Subramanian24-Dec-09 1:38
professionalRajesh R Subramanian24-Dec-09 1:38 
AnswerRe: passing a variable inside thread Pin
Rajesh R Subramanian23-Dec-09 21:49
professionalRajesh R Subramanian23-Dec-09 21:49 
Questionupload larger file using Ftp in c+ Builder problem Pin
raj157623-Dec-09 18:37
raj157623-Dec-09 18:37 
QuestionI want to attach my window to the parent window so that on resizing or minimizing the parent window, the child window should be resized and moved appropriately Pin
manoharbalu23-Dec-09 18:30
manoharbalu23-Dec-09 18:30 
AnswerRe: I want to attach my window to the parent window so that on resizing or minimizing the parent window, the child window should be resized and moved appropriately Pin
Richard MacCutchan23-Dec-09 22:20
mveRichard MacCutchan23-Dec-09 22:20 
Questionhow to disable keyboard accelerators temporarily in a mdi application Pin
Prasann Mayekar23-Dec-09 17:04
Prasann Mayekar23-Dec-09 17:04 
AnswerRe: how to disable keyboard accelerators temporarily in a mdi application Pin
Adam Roderick J23-Dec-09 17:23
Adam Roderick J23-Dec-09 17:23 
QuestionFindFirstChangeNotification Pin
Still learning how to code23-Dec-09 11:20
Still learning how to code23-Dec-09 11:20 
AnswerRe: FindFirstChangeNotification Pin
Garth J Lancaster23-Dec-09 13:19
professionalGarth J Lancaster23-Dec-09 13:19 
GeneralRe: FindFirstChangeNotification Pin
Still learning how to code23-Dec-09 22:23
Still learning how to code23-Dec-09 22:23 
GeneralRe: FindFirstChangeNotification Pin
Garth J Lancaster23-Dec-09 22:38
professionalGarth J Lancaster23-Dec-09 22:38 
AnswerRe: FindFirstChangeNotification Pin
Garth J Lancaster23-Dec-09 23:02
professionalGarth J Lancaster23-Dec-09 23:02 
GeneralRe: FindFirstChangeNotification Pin
Still learning how to code24-Dec-09 3:49
Still learning how to code24-Dec-09 3:49 
GeneralRe: FindFirstChangeNotification Pin
Garth J Lancaster24-Dec-09 11:04
professionalGarth J Lancaster24-Dec-09 11:04 
GeneralRe: FindFirstChangeNotification Pin
Still learning how to code24-Dec-09 20:27
Still learning how to code24-Dec-09 20:27 
QuestionWindows coordinate system different in US and European version Pin
Denny10123-Dec-09 11:02
Denny10123-Dec-09 11:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.