readLineInto

Report any problems with CopperSpice
Post Reply
baraujo
Posts: 17
Joined: Fri Feb 14 2020 2:47 pm

readLineInto

Post by baraujo »

Using readLineInto it gives:

unresolved external symbol "__declspec(dllimport) public: bool __cdecl QTextStream::readLineInto(class QString8 *,__int64)"

bool QTextStream::readLineInto ( QString * line,
qint64 maxlen = 0
)
barbara
Posts: 447
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: readLineInto

Post by barbara »

Can you let us know what platform you are running on.

Thanks,

Barbara
baraujo
Posts: 17
Joined: Fri Feb 14 2020 2:47 pm

Re: readLineInto

Post by baraujo »

I believe this was on windows 10.
ansel
Posts: 152
Joined: Fri Apr 10 2015 8:23 am

Re: readLineInto

Post by ansel »

The missing method has been pushed to github. Thanks for reporting this.
Ansel Sermersheim
CopperSpice Cofounder
Post Reply