Help me please

This is a discussion on Help me please within the C++ Programming forums, part of the General Programming Boards category; Hello I'm a Newbie at programing and need a little help with that. here is my question. I need to ...

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    2

    Help me please

    Hello I'm a Newbie at programing and need a little help with that.
    here is my question. I need to write the program that uses functions from the source.. TUIO C++ API . can u give me som step by step insctructions how to do that. I allready have written the program in which I want to impliment this functions the only problem is that HOW CAN I IMPLEMENT the fyunctions from downloaded source ?

  2. #2
    Registered User
    Join Date
    Mar 2011
    Posts
    2
    here is what I tried. I downloades the sources. and in header file of my program added include "TuioServer.h" and so on all the headers of that source. also I added additional directory path where I downloaded the source. is that enough to use functions I get this error :
    error LNK1120: 22 unresolved externals

  3. #3
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,681
    Are your compiling the downloaded source files and linking them to your own source?
    I used to be an adventurer like you... then I took an arrow to the knee.

Popular pages Recent additions subscribe to a feed

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21