Click here to Skip to main content
15,921,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Frank K22-Jul-03 22:12
Frank K22-Jul-03 22:12 
GeneralVC++ dialog box Pin
IT_student22-Jul-03 19:38
IT_student22-Jul-03 19:38 
GeneralRe: VC++ dialog box Pin
Bob Stanneveld23-Jul-03 2:15
Bob Stanneveld23-Jul-03 2:15 
Generalextracting frames from mpeg1 Pin
ram_chus22-Jul-03 19:27
ram_chus22-Jul-03 19:27 
GeneralDatabase Creation in Windows2000Prg Pin
ValliS22-Jul-03 18:51
ValliS22-Jul-03 18:51 
GeneralRe: Database Creation in Windows2000Prg Pin
PJ Arends22-Jul-03 19:47
professionalPJ Arends22-Jul-03 19:47 
GeneralRe: Database Creation in Windows2000Prg Pin
ValliS22-Jul-03 23:18
ValliS22-Jul-03 23:18 
GeneralVisual C++ .NET troubles Pin
User 665822-Jul-03 14:12
User 665822-Jul-03 14:12 
Hi
I just switched from Visual C++ 6 to Visual C++ .NET and converted my old project (.dws) to a solution. Now, when I try to compile my program I get compiler errors I didn't get under VC++6:
CStringArray  status;
status.Add("test");
...
cbei.pszText = status.GetAt(0).GetBuffer(); // <- ERROR

error:
error C2663: 'ATL::CSimpleStringT<BaseType,t_bMFCDLL>::GetBuffer' : 2 overloads have no legal conversion for 'this' pointer
        with
        [
            BaseType=char,
            t_bMFCDLL=true
        ]

what does that mean? WTF | :WTF:

regards

modified 12-Sep-18 21:01pm.

GeneralRe: Visual C++ .NET troubles Pin
Anders Molin22-Jul-03 14:51
professionalAnders Molin22-Jul-03 14:51 
GeneralRe: Visual C++ .NET troubles Pin
User 665823-Jul-03 1:15
User 665823-Jul-03 1:15 
GeneralRe: Visual C++ .NET troubles Pin
Michael Dunn22-Jul-03 15:19
sitebuilderMichael Dunn22-Jul-03 15:19 
GeneralRe: Visual C++ .NET troubles Pin
User 665823-Jul-03 1:17
User 665823-Jul-03 1:17 
GeneralGetting the edit window that currently has focus Pin
Kuniva22-Jul-03 13:47
Kuniva22-Jul-03 13:47 
GeneralRe: Getting the edit window that currently has focus Pin
Ryan Binns22-Jul-03 17:32
Ryan Binns22-Jul-03 17:32 
GeneralRe: Getting the edit window that currently has focus Pin
Kuniva23-Jul-03 0:53
Kuniva23-Jul-03 0:53 
GeneralRe: Getting the edit window that currently has focus Pin
Ryan Binns23-Jul-03 4:27
Ryan Binns23-Jul-03 4:27 
GeneralCTreeView and derived classes Pin
adonisv22-Jul-03 11:58
adonisv22-Jul-03 11:58 
GeneralRe: CTreeView and derived classes Pin
Tom Archer22-Jul-03 13:18
Tom Archer22-Jul-03 13:18 
GeneralRe: CTreeView and derived classes Pin
jhwurmbach22-Jul-03 22:24
jhwurmbach22-Jul-03 22:24 
GeneralRe: CTreeView and derived classes Pin
adonisv23-Jul-03 4:04
adonisv23-Jul-03 4:04 
GeneralRe: CTreeView and derived classes Pin
jhwurmbach23-Jul-03 4:42
jhwurmbach23-Jul-03 4:42 
GeneralRe: CTreeView and derived classes Pin
adonisv29-Jul-03 7:43
adonisv29-Jul-03 7:43 
GeneralRe: CTreeView and derived classes Pin
jhwurmbach29-Jul-03 21:33
jhwurmbach29-Jul-03 21:33 
Generalclosing another applications socket (firewall-like) Pin
Kuniva22-Jul-03 11:57
Kuniva22-Jul-03 11:57 
GeneralOh and btw Pin
Kuniva22-Jul-03 12:19
Kuniva22-Jul-03 12:19 

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.