I'm compiling opal using opal_2005.sln (therefore, I'm using Visual C++ Express). OPAL compiled and I did generate a .dll and .lib file however, it appears that I got the following link WARNING for every .obj file in the
opals.lib file. The WARNING is as follows:
opals.lib(call.obj) : warning LNK4206: precompiled type information not found; 'c:\dev\openh323\opal\lib\release\precompile.obj' not linked or overwritten; linking object as if no debug info
after 99 warnings just like the above but, different .obj I get Extracting debug symbols REBASE: Total Size of mapping 0x00000000005c0000 REBASE: Range 0x0000000030000000 -0x00000000305c0000
Can someone please tell me how I can get this warning to go away or if I can
ignore it.
|