Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing MFC HTTP classes for file upload? Pin
Anonymous4-Apr-03 4:49
Anonymous4-Apr-03 4:49 
GeneralExplicit DLL call... Pin
Raphael Kindt4-Apr-03 4:16
Raphael Kindt4-Apr-03 4:16 
GeneralRe: Explicit DLL call... Pin
Joaquín M López Muñoz4-Apr-03 4:47
Joaquín M López Muñoz4-Apr-03 4:47 
GeneralRe: Explicit DLL call... Pin
Raphael Kindt4-Apr-03 4:54
Raphael Kindt4-Apr-03 4:54 
GeneralConsole window Pin
Tom Wright4-Apr-03 3:40
Tom Wright4-Apr-03 3:40 
GeneralRe: Console window Pin
Joaquín M López Muñoz4-Apr-03 4:04
Joaquín M López Muñoz4-Apr-03 4:04 
GeneralHas anyone heard of this problem Pin
Tom Wright4-Apr-03 3:38
Tom Wright4-Apr-03 3:38 
GeneralRe: Has anyone heard of this problem Pin
Rickard Andersson204-Apr-03 3:46
Rickard Andersson204-Apr-03 3:46 
This code would cause that error:

in .h file:

class A
{
  void function1(){}; // <-- body (remove)
};

in .cpp file:

void function1()
{
   // body here too.. not good! :)
}


If you would remove the {} in the .h file it would compile! Smile | :)
See if CIPAddressCtrl looks like that.

Rickard Andersson@Suza Computing
C# and C++ programmer from SWEDEN!

UIN: 50302279
E-Mail: nikado@pc.nu
Speciality: I love C#, ASP.NET and C++!

GeneralMigration to VC.NET Pin
vikramj4-Apr-03 2:46
vikramj4-Apr-03 2:46 
GeneralRe: Migration to VC.NET Pin
Joe Woodbury4-Apr-03 10:49
professionalJoe Woodbury4-Apr-03 10:49 
GeneralRegistering file extension Pin
Rage4-Apr-03 2:44
professionalRage4-Apr-03 2:44 
GeneralRe: Registering file extension Pin
Mihai Filimon4-Apr-03 2:51
Mihai Filimon4-Apr-03 2:51 
GeneralRe: Registering file extension Pin
Rage4-Apr-03 3:00
professionalRage4-Apr-03 3:00 
GeneralDetecting that a manifest is loaded Pin
Dave Merrifield4-Apr-03 2:33
Dave Merrifield4-Apr-03 2:33 
GeneralIntercepting windows changes in another app Pin
#realJSOP4-Apr-03 2:30
mve#realJSOP4-Apr-03 2:30 
QuestionDestroyWindow() for a SW_HIDE CDlg? Pin
ns4-Apr-03 2:23
ns4-Apr-03 2:23 
AnswerRe: DestroyWindow() for a SW_HIDE CDlg? Pin
Ravi Bhavnani4-Apr-03 2:25
professionalRavi Bhavnani4-Apr-03 2:25 
Generalhokay!! Pin
ns4-Apr-03 2:27
ns4-Apr-03 2:27 
GeneralRe: hokay!! Pin
Ravi Bhavnani4-Apr-03 2:33
professionalRavi Bhavnani4-Apr-03 2:33 
GeneralRe: hokay!! Pin
ns4-Apr-03 2:36
ns4-Apr-03 2:36 
GeneralClose External Programs Pin
DuFF4-Apr-03 2:10
DuFF4-Apr-03 2:10 
GeneralRe: Close External Programs Pin
Ravi Bhavnani4-Apr-03 2:24
professionalRavi Bhavnani4-Apr-03 2:24 
GeneralRe: Close External Programs Pin
Joan M4-Apr-03 2:25
professionalJoan M4-Apr-03 2:25 
GeneralRe: Close External Programs Pin
Ravi Bhavnani4-Apr-03 2:26
professionalRavi Bhavnani4-Apr-03 2:26 
GeneralRe: Close External Programs Pin
DuFF4-Apr-03 2:34
DuFF4-Apr-03 2:34 

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.