Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Regular Contributor
mohdfarhanakram
Posts: 73
Registered: ‎12-30-2011
My Carrier: RIM
Accepted Solution

undefined reference to `vtable for httpClient''

HI every one,

 

Please help i am developing BB10 cascades application , when i complie my project then i get error

 

undefined reference to `vtable for httpClient'

 

httpClient.cpp

httpClient.h

 

these my resource files

 

Please tell me what should i do to resolve it, its urgent for me.

Thanks

Mohd Farhan
Please use plain text.
Developer
simon_hain
Posts: 13,826
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: undefined reference to `vtable for httpClient''

did you put them in a separate directory? Check if all directories are correctly referenced in your .pro file in the SOURCES and HEADERS section.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Regular Contributor
mohdfarhanakram
Posts: 73
Registered: ‎12-30-2011
My Carrier: RIM

Re: undefined reference to `vtable for httpClient''

Thnks Simon,

 

Its working fine

Thanks

Mohd Farhan
Please use plain text.
Developer
simon_hain
Posts: 13,826
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: undefined reference to `vtable for httpClient''

I had the same issue, and the error was really not helping me along, especially as it compiled well without QObject classes.
Good to see it resolved!
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.