Error compiling project and library conflicts.

Error compiling project and library conflicts.

artillis_prado
Enthusiast Enthusiast
501 Views
2 Replies
Message 1 of 3

Error compiling project and library conflicts.

artillis_prado
Enthusiast
Enthusiast

 

 

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?

 

artillis_prado_0-1713978991301.png

 

Project ObjectAXR
https://adndevblog.typepad.com/autocad/2013/06/working-with-toolpalette-groups-using-net.html

0 Likes
Accepted solutions (2)
502 Views
2 Replies
Replies (2)
Message 2 of 3

daniel_cadext
Advisor
Advisor
Accepted 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

Python for AutoCAD, Python wrappers for ARX https://github.com/CEXT-Dan/PyRx
0 Likes
Message 3 of 3

tbrammer
Advisor
Advisor
Accepted solution

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.


Thomas Brammer ● Software Developer ● imos AGLinkedIn
If an answer solves your problem please [ACCEPT SOLUTION]. Otherwise explain why not.

0 Likes