Click here to Skip to main content
15,885,309 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionWideCharToMultiByte vs Encoding::UTF8->GetBytes Pin
John Schroedl17-Jun-15 8:48
professionalJohn Schroedl17-Jun-15 8:48 
AnswerRe: WideCharToMultiByte vs Encoding::UTF8->GetBytes Pin
John Schroedl17-Jun-15 9:29
professionalJohn Schroedl17-Jun-15 9:29 
GeneralRe: WideCharToMultiByte vs Encoding::UTF8->GetBytes Pin
Richard Andrew x6417-Jun-15 15:36
professionalRichard Andrew x6417-Jun-15 15:36 
QuestionConvert From c# - For Report Viewer Report save as PDF format Pin
Paramu197316-Jun-15 20:41
Paramu197316-Jun-15 20:41 
AnswerRe: Convert From c# - For Report Viewer Report save as PDF format Pin
Richard MacCutchan16-Jun-15 21:54
mveRichard MacCutchan16-Jun-15 21:54 
AnswerRe: Convert From c# - For Report Viewer Report save as PDF format Pin
John Schroedl17-Jun-15 8:39
professionalJohn Schroedl17-Jun-15 8:39 
GeneralRe: Convert From c# - For Report Viewer Report save as PDF format Pin
Paramu197317-Jun-15 15:07
Paramu197317-Jun-15 15:07 
QuestionOOP - Error | Unhandled exception at 0x0FD2CCC8 (msvcp110d.dll) Pin
Member 1164129910-Jun-15 2:23
Member 1164129910-Jun-15 2:23 
QuestionRe: OOP - Error | Unhandled exception at 0x0FD2CCC8 (msvcp110d.dll) Pin
Richard MacCutchan10-Jun-15 21:32
mveRichard MacCutchan10-Jun-15 21:32 
QuestionEnabling ListControl pane in MFC (C++) Pin
Yateesh KR12-May-15 22:14
Yateesh KR12-May-15 22:14 
QuestionRe: Enabling ListControl pane in MFC (C++) Pin
Richard MacCutchan13-May-15 2:55
mveRichard MacCutchan13-May-15 2:55 
QuestionInheritance tricky question Pin
Amrit Agr12-May-15 9:30
Amrit Agr12-May-15 9:30 
AnswerRe: Inheritance tricky question Pin
Sascha Lefèvre12-May-15 11:38
professionalSascha Lefèvre12-May-15 11:38 
GeneralRe: Inheritance tricky question Pin
Amrit Agr13-May-15 7:47
Amrit Agr13-May-15 7:47 
AnswerRe: Inheritance tricky question Pin
Sascha Lefèvre13-May-15 9:12
professionalSascha Lefèvre13-May-15 9:12 
Questionenglish language implementation Pin
Member 936602117-Apr-15 3:58
professionalMember 936602117-Apr-15 3:58 
Dear programmers,
I want to implement English language feature in the following applicationhttp://www.codeproject.com/Articles/714651/Desktop-Sharing-using-RDP-APIs-and-Socket
.
I followed this http://stackoverflow.com/questions/12929934/same-resource-identifier-in-different-language-sections-in-an-rc-file-why-is-it post and https://msdn.microsoft.com/en-us/goglobal/bb688160.aspx
Now my peer.rc file code is
<pre lang="c++"><pre lang="c++"><pre lang="c++">
//
// Peer.RC2 - Microsoft Visual C++ ?????????
//

ifdef string ID IDS_ENUMSTRTEST

error Microsoft Visual C++

endif //APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
// ????????????...
/////////////////////////////////////////////////////////////////////////////
That works fine .
But I cannot change the language to English as I want.
Please suggest the appropriate changes in the code that works for me.
Please note that I am using vs2013 ultimate edition for that purpose.
Also when I click on the client software I get the following error that is in Chinese and unable to understand.

image here.
https://www.transferbigfiles.com/3464a589-c488-479a-a2c5-94455bc7d651/ug4vGWwsrMVO1Nnq-WXY3w2
AnswerRe: english language implementation Pin
Member 936602117-Apr-15 4:00
professionalMember 936602117-Apr-15 4:00 
Questionmultiple Pin
memoarfaa16-Apr-15 1:28
memoarfaa16-Apr-15 1:28 
GeneralRe: multiple Pin
Richard MacCutchan16-Apr-15 2:20
mveRichard MacCutchan16-Apr-15 2:20 
QuestionHow to swap address of pointers of 2 variables without using a temporary variable? Pin
Amrit Agr13-Apr-15 20:36
Amrit Agr13-Apr-15 20:36 
AnswerRe: How to swap address of pointers of 2 variables without using a temporary variable? Pin
jschell14-Apr-15 13:17
jschell14-Apr-15 13:17 
AnswerRe: How to swap address of pointers of 2 variables without using a temporary variable? Pin
zhijzan7-Jun-15 20:40
zhijzan7-Jun-15 20:40 
AnswerRe: How to swap address of pointers of 2 variables without using a temporary variable? Pin
Shao Voon Wong28-Jun-15 22:13
mvaShao Voon Wong28-Jun-15 22:13 
Questionhow to migrate CORBA to Web Service in C++ Pin
VC_RYK13-Apr-15 20:20
VC_RYK13-Apr-15 20:20 
Questionconsumer.C: In function âint main(int, char**)â: consumer.C:69: error: invalid conversion from âvoid (*)(buffer_t*, char)â to âvoid* (*)(void*)â consumer.C:69: error: initializing argument 3 of âint pthread_create(pthread_t*, const pthread_attr_t*, Pin
Member 1160464113-Apr-15 15:29
Member 1160464113-Apr-15 15:29 

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.