ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error compiling project and library conflicts.

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
artillis_prado
290 Views, 2 Replies

Error compiling project and library conflicts.

 

 

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

2 REPLIES 2
Message 2 of 3

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
Message 3 of 3
tbrammer
in reply to: artillis_prado

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.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report