Compiling errors in 0.263

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
jan banan
Posts: 7
Joined: 2003-01-11 15:20

Compiling errors in 0.263

Post by jan banan » 2003-10-21 10:06

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall TextFrame::OnCreate(unsigned int,unsigned int,long,int &)...

And a similar for TextFrame::UpdateLayout(int)

Using VS7

I had no problems with 0.261, anyone know what to do?

Gratch06
Posts: 141
Joined: 2003-05-25 01:48
Location: USA

Post by Gratch06 » 2003-10-21 10:29

Add the files textframe.h/cpp to your project. This has been asked at least 3 times in recent weeks. Please use search.

Locked