Hi all, please help. I’m just trying to start with a sample project from the default OpenAT project manager “Hello World”. I followed the tutorial from the start, using OpenAT project wizard i generated and lunched the existing project “Hello_World” with Visual C++ 6.0. It should be simple enough,
it builds fine when it set to ‘normal’, however when I set active project to hello_world_rte <<following the tutorial’s directions>> and then try to build hello_world_rte.dll, i got these linker errors:
--------------------Configuration: Hello_World_rte - Win32 Debug--------------------
Linking…
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
LINK : error LNK2001: unresolved external symbol _opecCustomerTaskInit
hello_world.obj : error LNK2001: unresolved external symbol _adl_atSendResponse
hello_world.obj : error LNK2001: unresolved external symbol _adlint_osDebugTrace
hello_world.obj : error LNK2001: unresolved external symbol _adl_tmrSubscribe
rte/vc6/Debug/Hello_World_rte.dll : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
Hello_World_rte.dll - 5 error(s), 1 warning(s)
**** please help.
Thank you,