Click here to Skip to main content
16,012,821 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Inline function causing unresolved symbols. Pin
73Zeppelin24-Jul-03 9:13
73Zeppelin24-Jul-03 9:13 
GeneralRe: Inline function causing unresolved symbols. Pin
John M. Drescher24-Jul-03 9:37
John M. Drescher24-Jul-03 9:37 
GeneralRe: Inline function causing unresolved symbols. Pin
73Zeppelin25-Jul-03 3:03
73Zeppelin25-Jul-03 3:03 
GeneralRe: Inline function causing unresolved symbols. Pin
Dangleberry25-Jul-03 3:36
sussDangleberry25-Jul-03 3:36 
GeneralRe: Inline function causing unresolved symbols. Pin
73Zeppelin25-Jul-03 3:43
73Zeppelin25-Jul-03 3:43 
GeneralRe: Inline function causing unresolved symbols. Pin
John M. Drescher25-Jul-03 4:07
John M. Drescher25-Jul-03 4:07 
GeneralRe: Inline function causing unresolved symbols. Pin
Abin24-Jul-03 14:16
Abin24-Jul-03 14:16 
GeneralRe: Inline function causing unresolved symbols. Pin
73Zeppelin25-Jul-03 2:41
73Zeppelin25-Jul-03 2:41 
Thanks for your help, but that didn't seem to clear up the problem.
Confused | :confused:

Surely someone has run into this before???

=[ Abin ]= wrote:
I'm not exactly sure why is this but maybe you can try to remove the 2 semi-colons from your code and retry...

class CSpringNode
{
public:
...
bool operator<(const CSpringNode& rNode) const
{
return (m_dEnergy < rNode.m_dEnergy);
};<-- Remove this semi-colon

unsigned int GetOldNodeIndex()
{ return (m_uiPreSortIndex); };<-- Remove this semi-colon

...
};

QuestionHow to pass an &quot;enum&quot; value as a parameter. Pin
WREY24-Jul-03 8:51
WREY24-Jul-03 8:51 
AnswerRe: How to pass an &quot;enum&quot; value as a parameter. Pin
David Crow24-Jul-03 9:01
David Crow24-Jul-03 9:01 
GeneralRe: How to pass an "enum" value as a parameter. Pin
WREY24-Jul-03 11:03
WREY24-Jul-03 11:03 
GeneralRe: How to pass an &quot;enum&quot; value as a parameter. Pin
Michael Dunn24-Jul-03 12:41
sitebuilderMichael Dunn24-Jul-03 12:41 
QuestionHow to fill in data in a list box Pin
Deepak Samuel24-Jul-03 8:28
Deepak Samuel24-Jul-03 8:28 
AnswerRe: How to fill in data in a list box Pin
Maximilien24-Jul-03 8:41
Maximilien24-Jul-03 8:41 
AnswerRe: How to fill in data in a list box Pin
Tom Archer24-Jul-03 8:45
Tom Archer24-Jul-03 8:45 
AnswerRe: How to fill in data in a list box Pin
David Crow24-Jul-03 8:51
David Crow24-Jul-03 8:51 
GeneralRe: How to fill in data in a list box Pin
Tom Archer24-Jul-03 9:17
Tom Archer24-Jul-03 9:17 
GeneralRe: How to fill in data in a list box Pin
David Crow24-Jul-03 9:26
David Crow24-Jul-03 9:26 
GeneralRe: How to fill in data in a list box Pin
Tom Archer24-Jul-03 9:36
Tom Archer24-Jul-03 9:36 
AnswerRe: How to fill in data in a list box Pin
keegan24-Jul-03 9:50
keegan24-Jul-03 9:50 
GeneralRe: How to fill in data in a list box Pin
Toni7824-Jul-03 13:18
Toni7824-Jul-03 13:18 
GeneralSetting window Icon Pin
Shay Harel24-Jul-03 7:29
Shay Harel24-Jul-03 7:29 
GeneralRe: Setting window Icon Pin
Alexander M.,24-Jul-03 7:40
Alexander M.,24-Jul-03 7:40 
GeneralRe: Setting window Icon Pin
Shay Harel24-Jul-03 7:53
Shay Harel24-Jul-03 7:53 
GeneralRe: Setting window Icon Pin
Dangleberry25-Jul-03 3:43
sussDangleberry25-Jul-03 3:43 

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.