Difference between revisions of "Talk:Adding a dialog"

From Second Life Wiki
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
What am I missing?  Using VC++ Express and when I do the 'Add a dialog' example I can't get past:
What am I missing?  Using VC++ Express and when I do the 'Add a dialog' example I can't get past:


Line 7: Line 6:


Anyone else have this?
Anyone else have this?
Doh!... helps to:
#include "llvieweruictrlfactory.h"

Latest revision as of 00:28, 7 February 2007

What am I missing? Using VC++ Express and when I do the 'Add a dialog' example I can't get past:

llfloaterfoo.cpp : error C3867: 'LLFloaterGoo::onCommitBaz': function call missing argument list

error.

Anyone else have this?


Doh!... helps to:

  1. include "llvieweruictrlfactory.h"