cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Ktj
Journeyman III

VS2008 link problem

HI

I ve been trying to get brook+ code use in my application but it seems that i have some wrong settings, and i dont know what is wrong.

When i go compiling project it gives me this errors:

1>main.obj : error LNK2019: unresolved external symbol "public: void __thiscall __Test::operator()(void)" (??R__Test@@QAEXXZ) referenced in function _main
1>main.obj : error LNK2001: unresolved external symbol "class __Test Test" (?Test@@3V__Test@@A)

So could u plz help me and tell me what am i missing.

 

0 Likes
2 Replies
genaganna
Journeyman III

You might installed 64 bit MSI and building 32bit application

0 Likes

Ktj,

Brcc generates a CPP file after compiling .br file. You are supposed to add this file in your project. This operator()(void).... is defined in the same CPP file.

0 Likes