Testing IceE

in Help Center
Hi everyone,
I`m trying to test the IceE, i have built, pass all test ok with python...
And now i want to test examples included with the sources but i find this error and i can`t do anything else. Error:
server.obj : error LNK2019: símbolo externo "__declspec(dllimport) public: int __thiscall TestApplication::main(int,char * * const)" ([email protected]@@[email protected]) sin resolver al que se hace referencia en la función _main
I am using IceE-1.3.0 with Visual Studio 2005.
I have configured in (Tools->Options->Projects and Solutions->VC++ Directories) the include for headers and lib for *.lib, but there are more references without resolve.
I think that is a dll or library that i forgot, i have tried to add reference to insert iceed.lib or iceecd.lib, but nothing changes. Maybe an dll like icee13d.dll???
Can you say me what am i doing bad?
I add an attachment build-log.txt
thanks
I`m trying to test the IceE, i have built, pass all test ok with python...
And now i want to test examples included with the sources but i find this error and i can`t do anything else. Error:
server.obj : error LNK2019: símbolo externo "__declspec(dllimport) public: int __thiscall TestApplication::main(int,char * * const)" ([email protected]@@[email protected]) sin resolver al que se hace referencia en la función _main
I am using IceE-1.3.0 with Visual Studio 2005.
I have configured in (Tools->Options->Projects and Solutions->VC++ Directories) the include for headers and lib for *.lib, but there are more references without resolve.
I think that is a dll or library that i forgot, i have tried to add reference to insert iceed.lib or iceecd.lib, but nothing changes. Maybe an dll like icee13d.dll???
Can you say me what am i doing bad?
I add an attachment build-log.txt
thanks
0
Comments
The test that i`m using is ThreadPoolPriority. I take the code, i make a new project and rebuild to get the executables to introduce some changes. In this way i can understand how it's the use of IceE and priorities.
But it isn't my own code yet.
Thanks
Is possible that the samples are not implemented to run in separated way?
thanks
Nevermind, i will continue trying it.
Thanks