1>rxapi.lib(rxReferencedModules.obj) : warning LNK4099: PDB '' was not found with 'rxapi.lib(rxReferencedModules.obj)' or at ''; linking object as if no debug info
1> Creating library C:\Users\TPF\Pictures\toolpalettegroupmixedmanageddemo\x64\Debug\ToolPaletteWrapperDemo.lib and object C:\Users\TPF\Pictures\toolpalettegroupmixedmanageddemo\x64\Debug\ToolPaletteWrapperDemo.exp
1>rxapi.lib(libinit.obj) : warning LNK4099: PDB '' was not found with 'rxapi.lib(libinit.obj)' or at ''; linking object as if no debug info
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>msvcrtd.lib(initializers.obj) : warning LNK4098: defaultlib 'ucrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>ToolPaletteWrapperDemo.vcxproj -> C:\Users\TPF\Pictures\toolpalettegroupmixedmanageddemo\x64\Debug\ToolPaletteWrapperDemo.dll
How to resolve these compilation issues? Has anyone else encountered the same problem?
Project ObjectAXR
https://adndevblog.typepad.com/autocad/2013/06/working-with-toolpalette-groups-using-net.html
Solved! Go to Solution.
Solved by tbrammer. Go to Solution.
Solved by daniel_cadext. Go to Solution.
msvcrtd is debug, the arx libraries are release
investigate how to setup a project auto ARX.
Use the the ARX wizard to create a sample project, see how debug is defined
Daniel is right. See also here for advice how to avoid DEBUG issues.
You can safely ignore the other "LNK4099: PDB" warnings. These are normal. They pop up because you don't have any PDBs for the ObjectARX SDK.
Can't find what you're looking for? Ask the community or share your knowledge.