Joao,

I was in the process of incorporating these changes but since svn 16399 I'm
unable to link the executable. The new file account.cpp has some link
errors:

1>Compiling...
1>account.cpp
1>Linking...
1>account.obj : error LNK2001: unresolved external symbol "public: virtual
struct QMetaObject const * __thiscall Account::metaObject(void)const "
(?metaobj...@account@@UBEPBUQMetaObject@@XZ)
1>account.obj : error LNK2001: unresolved external symbol "public: virtual
void * __thiscall Account::qt_metacast(char const *)" (?qt_metac...@account
@@uaepax...@z)
1>account.obj : error LNK2001: unresolved external symbol "public: virtual
int __thiscall Account::qt_metacall(enum QMetaObject::Call,int,void * *)"
(?qt_metac...@account@@uaehw4c...@qmetaobject@@hpa...@z)
1>release\FSComm.exe : fatal error LNK1120: 3 unresolved externals
1>Build log was saved at
"file://g:\freeswitch_dev\fscomm\release\BuildLog.htm"
1>FSComm - 4 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

regards,

Carlos

2010/1/15 João Mesquita <jmesqu...@freeswitch.org>

> Carlos, Jeff,
>
> Would any of you take a look at that for us, please?
>
> Paul, thank you for the contribution. Would you please, next time, post a
> Jira so we are able to keep track of all contributions?
>
> Regards,
> João Mesquita
> FSComm Lead Developer
>
>
> On Fri, Jan 15, 2010 at 10:26 PM, Paul Li <plite2...@gmail.com> wrote:
>
>> The present FSComm VS2008 Project file need to be updated as attached
>> in order to build it with Visual Studio 2008 for the issues:
>>
>> (1) prefaccounts.h/prefaccounts.cpp need to be added to the project.
>> (2) "Generated Files" need to be filtered properly for Debug/Release
>> configuration, so that the proper files are used for the corresponding
>> configuration.
>> (3) Link to proper "FreeSwitchCore.lib", based on the selected
>> configuration.
>> (4) All intermediate files now go to $(IntDir), except for "ui_*.h".
>>
>> All these issues have been corrected with the attached .proj file.
>>
>> Thanks for sharing the app!
>>
>> _______________________________________________
>> FreeSWITCH-dev mailing list
>> FreeSWITCH-dev@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
>> http://www.freeswitch.org
>>
>>
>
> _______________________________________________
> FreeSWITCH-dev mailing list
> FreeSWITCH-dev@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
>
>
_______________________________________________
FreeSWITCH-dev mailing list
FreeSWITCH-dev@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org

Reply via email to